diff options
68 files changed, 68 insertions, 68 deletions
@@ -63,7 +63,7 @@ <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> <packaging>pom</packaging> <name>Tycho (Incubation)</name> diff --git a/sisu-equinox/pom.xml b/sisu-equinox/pom.xml index 8fb1d0ea0..9b8bb8f9e 100644 --- a/sisu-equinox/pom.xml +++ b/sisu-equinox/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>sisu-equinox</artifactId> diff --git a/sisu-equinox/sisu-equinox-api/pom.xml b/sisu-equinox/sisu-equinox-api/pom.xml index 6164ae4d9..b327ceb2b 100644 --- a/sisu-equinox/sisu-equinox-api/pom.xml +++ b/sisu-equinox/sisu-equinox-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>sisu-equinox</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>sisu-equinox-api</artifactId> diff --git a/sisu-equinox/sisu-equinox-embedder/pom.xml b/sisu-equinox/sisu-equinox-embedder/pom.xml index 47e7cfc4a..6c8398383 100644 --- a/sisu-equinox/sisu-equinox-embedder/pom.xml +++ b/sisu-equinox/sisu-equinox-embedder/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>sisu-equinox</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>sisu-equinox-embedder</artifactId> diff --git a/sisu-equinox/sisu-equinox-launching/pom.xml b/sisu-equinox/sisu-equinox-launching/pom.xml index ea5259d1c..aed4e8b35 100644 --- a/sisu-equinox/sisu-equinox-launching/pom.xml +++ b/sisu-equinox/sisu-equinox-launching/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>sisu-equinox</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>sisu-equinox-launching</artifactId> diff --git a/target-platform-configuration/pom.xml b/target-platform-configuration/pom.xml index 4a34912bb..b98c444ce 100644 --- a/target-platform-configuration/pom.xml +++ b/target-platform-configuration/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>tycho</artifactId> <groupId>org.eclipse.tycho</groupId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>target-platform-configuration</artifactId> diff --git a/tycho-artifactcomparator/pom.xml b/tycho-artifactcomparator/pom.xml index 4c1943938..dbf646428 100644 --- a/tycho-artifactcomparator/pom.xml +++ b/tycho-artifactcomparator/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-artifactcomparator</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.core.shared.tests/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.core.shared.tests/META-INF/MANIFEST.MF index b179e85a4..69e5f80ef 100644 --- a/tycho-bundles/org.eclipse.tycho.core.shared.tests/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.core.shared.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho Core Maven/OSGi Shared Classes Tests (Incubation) Bundle-SymbolicName: org.eclipse.tycho.core.shared.tests -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Fragment-Host: org.eclipse.tycho.core.shared Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.junit;bundle-version="4.8.2" diff --git a/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml b/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml index b88bfa5dc..434f01d27 100644 --- a/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.core.shared.tests</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.core.shared/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.core.shared/META-INF/MANIFEST.MF index e2e612090..a85bcd099 100644 --- a/tycho-bundles/org.eclipse.tycho.core.shared/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.core.shared/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.tycho.core.shared -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-Name: Tycho Core Maven/OSGi Shared Classes (Incubation) Bundle-Vendor: %providerName Export-Package: org.eclipse.tycho.artifacts, diff --git a/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml b/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml index 5b984d78b..7e4a86cc4 100644 --- a/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.core.shared</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.embedder.shared/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.embedder.shared/META-INF/MANIFEST.MF index b0fae17d4..5bf7d1563 100644 --- a/tycho-bundles/org.eclipse.tycho.embedder.shared/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.embedder.shared/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.tycho.embedder.shared -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-Name: Tycho Embedder API Maven/OSGi Shared Classes (Incubation) Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.7 diff --git a/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml b/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml index 2597c5819..8d2377cce 100644 --- a/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.embedder.shared</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.noopsecurity/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.noopsecurity/META-INF/MANIFEST.MF index 8c31e978f..c39aaf1c7 100644 --- a/tycho-bundles/org.eclipse.tycho.noopsecurity/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.noopsecurity/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho Noop Equinox password provider (Incubation) Bundle-SymbolicName: org.eclipse.tycho.noopsecurity;singleton:=true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Require-Bundle: org.eclipse.equinox.security;bundle-version="1.0.100" Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ActivationPolicy: lazy diff --git a/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml b/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml index c79d96eec..dfe72e280 100644 --- a/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.noopsecurity</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/META-INF/MANIFEST.MF index 91458e622..0749a6593 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho Maven/p2 Repository Integration Tests (Incubation) Bundle-SymbolicName: org.eclipse.tycho.p2.maven.repository.tests;singleton:=true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Fragment-Host: org.eclipse.tycho.p2.maven.repository diff --git a/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml b/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml index 1feea4b3e..fb9e39933 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.p2.maven.repository.tests</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.p2.maven.repository/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.p2.maven.repository/META-INF/MANIFEST.MF index a3060b90a..f78ddf352 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.maven.repository/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.p2.maven.repository/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho Maven/p2 Repository Integration (Incubation) Bundle-SymbolicName: org.eclipse.tycho.p2.maven.repository;singleton:=true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ActivationPolicy: lazy diff --git a/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml b/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml index c6f3b9ac4..3cf5f1993 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.p2.maven.repository</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/META-INF/MANIFEST.MF index 4befb8e5c..690d5d288 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho p2 Resolver Bundle Tests (Incubation) Bundle-SymbolicName: org.eclipse.tycho.p2.resolver.impl.test;singleton:=true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Fragment-Host: org.eclipse.tycho.p2.resolver.impl Require-Bundle: org.junit, diff --git a/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml b/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml index de2549479..cc001f480 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.p2.resolver.impl.test</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/META-INF/MANIFEST.MF index 23c3a6e50..a49735d38 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho p2 Resolver Bundle (Incubation) Bundle-SymbolicName: org.eclipse.tycho.p2.resolver.impl;singleton:=true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-Activator: org.eclipse.tycho.p2.impl.Activator Require-Bundle: org.eclipse.core.runtime, org.eclipse.equinox.security;bundle-version="1.0.100", diff --git a/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml b/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml index cd35cbf10..a382b9713 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.p2.resolver.impl</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/META-INF/MANIFEST.MF index c32c13aad..9297a7ea4 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Export-Package: org.eclipse.tycho.p2.resolver.facade, org.eclipse.tycho.p2.target.facade, org.eclipse.tycho.repository.registry.facade -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-Name: Tycho p2 Resolver Maven/OSGi Shared Classes (Incubation) Bundle-ManifestVersion: 2 Bundle-Description: Tycho integrates Maven with Eclipse and OSGi diff --git a/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml b/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml index 56d61bb2d..4ec81d0fb 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.p2.resolver.shared</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.p2.tools.impl/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.p2.tools.impl/META-INF/MANIFEST.MF index 4059994ce..3b757e1dd 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.tools.impl/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.p2.tools.impl/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-Name: Tycho p2 Tools Bundle (Incubation) Bundle-ManifestVersion: 2 Bundle-Description: Implementation of tools for generating, copying, and using p2 repositories in Tycho diff --git a/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml b/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml index 1ca97cb57..ffc87e99d 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.p2.tools.impl</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.p2.tools.shared/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.p2.tools.shared/META-INF/MANIFEST.MF index 282b95ad1..c2deb19b6 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.tools.shared/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.p2.tools.shared/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-Name: Tycho p2 Tools Maven/OSGi Shared Classes (Incubation) Bundle-ManifestVersion: 2 Bundle-Description: Exposes tools for manipulating p2 data, which are implemented in OSGi bundles, to Maven plug-ins diff --git a/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml b/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml index a3a2fb867..c4c7dc78b 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.p2.tools.shared</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.p2.tools.tests/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.p2.tools.tests/META-INF/MANIFEST.MF index 533c2ed1b..257144271 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.tools.tests/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.p2.tools.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho p2 Tools Tests (Incubation) Bundle-SymbolicName: org.eclipse.tycho.p2.tools.tests -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Fragment-Host: org.eclipse.tycho.p2.tools.impl Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)", diff --git a/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml b/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml index c0a02e91d..688ef8378 100644 --- a/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.p2.tools.tests</artifactId> diff --git a/tycho-bundles/org.eclipse.tycho.test.utils/META-INF/MANIFEST.MF b/tycho-bundles/org.eclipse.tycho.test.utils/META-INF/MANIFEST.MF index 93f6834fc..72206bf46 100644 --- a/tycho-bundles/org.eclipse.tycho.test.utils/META-INF/MANIFEST.MF +++ b/tycho-bundles/org.eclipse.tycho.test.utils/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho Test Utilities (Incubation) Bundle-SymbolicName: org.eclipse.tycho.test.utils -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)", org.eclipse.equinox.p2.core;bundle-version="1.0.100", diff --git a/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml b/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml index 8f06f5126..c74259713 100644 --- a/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml +++ b/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.test.utils</artifactId> diff --git a/tycho-bundles/pom.xml b/tycho-bundles/pom.xml index 21e93600f..a3cdb757c 100644 --- a/tycho-bundles/pom.xml +++ b/tycho-bundles/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-bundles</artifactId> diff --git a/tycho-bundles/tycho-bundles-external/pom.xml b/tycho-bundles/tycho-bundles-external/pom.xml index 2d6f4a88e..1d6d4a3dc 100644 --- a/tycho-bundles/tycho-bundles-external/pom.xml +++ b/tycho-bundles/tycho-bundles-external/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-bundles-external</artifactId> diff --git a/tycho-bundles/tycho-bundles-external/tycho-bundles-external.product b/tycho-bundles/tycho-bundles-external/tycho-bundles-external.product index 351a3ff71..9157a001e 100644 --- a/tycho-bundles/tycho-bundles-external/tycho-bundles-external.product +++ b/tycho-bundles/tycho-bundles-external/tycho-bundles-external.product @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?pde version="3.5"?> -<product name="org.eclipse.tycho.p2" uid="tycho-bundles-external" id="org.eclipse.equinox.p2.director.app.product" application="org.eclipse.equinox.p2.director.app.application" version="0.24.0.qualifier" useFeatures="false" includeLaunchers="false"> +<product name="org.eclipse.tycho.p2" uid="tycho-bundles-external" id="org.eclipse.equinox.p2.director.app.product" application="org.eclipse.equinox.p2.director.app.application" version="0.24.0" useFeatures="false" includeLaunchers="false"> <configIni use="default"> </configIni> diff --git a/tycho-bundles/tycho-bundles-target/pom.xml b/tycho-bundles/tycho-bundles-target/pom.xml index 516c9530b..5c9f14365 100644 --- a/tycho-bundles/tycho-bundles-target/pom.xml +++ b/tycho-bundles/tycho-bundles-target/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> <relativePath>..</relativePath> </parent> diff --git a/tycho-bundles/tycho-standalone-p2-director/pom.xml b/tycho-bundles/tycho-standalone-p2-director/pom.xml index 5d521e79f..cc7908a89 100644 --- a/tycho-bundles/tycho-standalone-p2-director/pom.xml +++ b/tycho-bundles/tycho-standalone-p2-director/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-bundles</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-standalone-p2-director</artifactId> diff --git a/tycho-compiler-jdt/pom.xml b/tycho-compiler-jdt/pom.xml index cf753140f..96f7a0801 100644 --- a/tycho-compiler-jdt/pom.xml +++ b/tycho-compiler-jdt/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-compiler-jdt</artifactId> diff --git a/tycho-compiler-plugin/pom.xml b/tycho-compiler-plugin/pom.xml index ce2a46244..862052df8 100644 --- a/tycho-compiler-plugin/pom.xml +++ b/tycho-compiler-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-compiler-plugin</artifactId> diff --git a/tycho-core/pom.xml b/tycho-core/pom.xml index 946142140..34bab21c1 100644 --- a/tycho-core/pom.xml +++ b/tycho-core/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-core</artifactId> diff --git a/tycho-embedder-api/pom.xml b/tycho-embedder-api/pom.xml index f1a8dd529..d0dc5f200 100644 --- a/tycho-embedder-api/pom.xml +++ b/tycho-embedder-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-embedder-api</artifactId> diff --git a/tycho-its/pom.xml b/tycho-its/pom.xml index d3d16f587..180185643 100644 --- a/tycho-its/pom.xml +++ b/tycho-its/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-its</artifactId> diff --git a/tycho-maven-plugin/pom.xml b/tycho-maven-plugin/pom.xml index 9bceffb54..b1dbd6e54 100644 --- a/tycho-maven-plugin/pom.xml +++ b/tycho-maven-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-maven-plugin</artifactId> diff --git a/tycho-metadata-model/pom.xml b/tycho-metadata-model/pom.xml index 9b7a9bd24..e11609aee 100644 --- a/tycho-metadata-model/pom.xml +++ b/tycho-metadata-model/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-metadata-model</artifactId> diff --git a/tycho-p2/pom.xml b/tycho-p2/pom.xml index 708a5d440..b10358023 100644 --- a/tycho-p2/pom.xml +++ b/tycho-p2/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>tycho</artifactId> <groupId>org.eclipse.tycho</groupId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-p2</artifactId> diff --git a/tycho-p2/tycho-p2-director-plugin/pom.xml b/tycho-p2/tycho-p2-director-plugin/pom.xml index 3573a761e..ac8eeab35 100644 --- a/tycho-p2/tycho-p2-director-plugin/pom.xml +++ b/tycho-p2/tycho-p2-director-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-p2</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-p2-director-plugin</artifactId> diff --git a/tycho-p2/tycho-p2-facade/pom.xml b/tycho-p2/tycho-p2-facade/pom.xml index 9861de7e8..6c69f1da6 100644 --- a/tycho-p2/tycho-p2-facade/pom.xml +++ b/tycho-p2/tycho-p2-facade/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-p2</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-p2-facade</artifactId> diff --git a/tycho-p2/tycho-p2-plugin/pom.xml b/tycho-p2/tycho-p2-plugin/pom.xml index e72865018..6ce00d9af 100644 --- a/tycho-p2/tycho-p2-plugin/pom.xml +++ b/tycho-p2/tycho-p2-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-p2</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-p2-plugin</artifactId> diff --git a/tycho-p2/tycho-p2-publisher-plugin/pom.xml b/tycho-p2/tycho-p2-publisher-plugin/pom.xml index 1cadab90b..a1a8ded2e 100644 --- a/tycho-p2/tycho-p2-publisher-plugin/pom.xml +++ b/tycho-p2/tycho-p2-publisher-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-p2</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-p2-publisher-plugin</artifactId> diff --git a/tycho-p2/tycho-p2-repository-plugin/pom.xml b/tycho-p2/tycho-p2-repository-plugin/pom.xml index 0f0ef8e15..1e793b729 100644 --- a/tycho-p2/tycho-p2-repository-plugin/pom.xml +++ b/tycho-p2/tycho-p2-repository-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-p2</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-p2-repository-plugin</artifactId> diff --git a/tycho-packaging-plugin/pom.xml b/tycho-packaging-plugin/pom.xml index fd7de9568..037bf6eef 100644 --- a/tycho-packaging-plugin/pom.xml +++ b/tycho-packaging-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-packaging-plugin</artifactId> diff --git a/tycho-pomgenerator-plugin/pom.xml b/tycho-pomgenerator-plugin/pom.xml index 2c0eaaba8..d1663ac2f 100644 --- a/tycho-pomgenerator-plugin/pom.xml +++ b/tycho-pomgenerator-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-pomgenerator-plugin</artifactId> diff --git a/tycho-release/pom.xml b/tycho-release/pom.xml index 279c11505..7057cac21 100644 --- a/tycho-release/pom.xml +++ b/tycho-release/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-release</artifactId> diff --git a/tycho-release/tycho-versions-plugin/pom.xml b/tycho-release/tycho-versions-plugin/pom.xml index f8b052215..13a551abe 100644 --- a/tycho-release/tycho-versions-plugin/pom.xml +++ b/tycho-release/tycho-versions-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-release</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-versions-plugin</artifactId> diff --git a/tycho-releng/pom.xml b/tycho-releng/pom.xml index b5471a7e8..4e5d9537a 100644 --- a/tycho-releng/pom.xml +++ b/tycho-releng/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>tycho</artifactId> <groupId>org.eclipse.tycho</groupId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-releng</artifactId> diff --git a/tycho-source-plugin/pom.xml b/tycho-source-plugin/pom.xml index aff769eb0..50d889e8e 100644 --- a/tycho-source-plugin/pom.xml +++ b/tycho-source-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-source-plugin</artifactId> diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit/META-INF/MANIFEST.MF b/tycho-surefire/org.eclipse.tycho.surefire.junit/META-INF/MANIFEST.MF index cd1dcc3b8..a9faf3a06 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit/META-INF/MANIFEST.MF +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho Surefire OSGi JUnit3 Runner (Incubation) Bundle-SymbolicName: org.eclipse.tycho.surefire.junit;singleton:=true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Fragment-Host: org.eclipse.tycho.surefire.osgibooter;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5, JavaSE-1.6 diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml index 9503c7d83..604256890 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.surefire.junit</artifactId> diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit4/META-INF/MANIFEST.MF b/tycho-surefire/org.eclipse.tycho.surefire.junit4/META-INF/MANIFEST.MF index fd5c43a48..6797c5103 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit4/META-INF/MANIFEST.MF +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit4/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho Surefire OSGi JUnit4 Runner (Incubation) Bundle-SymbolicName: org.eclipse.tycho.surefire.junit4;singleton:=true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Fragment-Host: org.eclipse.tycho.surefire.osgibooter;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5, JavaSE-1.6 diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml index e4a5aeec5..0a63159d7 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.surefire.junit4</artifactId> diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit47/META-INF/MANIFEST.MF b/tycho-surefire/org.eclipse.tycho.surefire.junit47/META-INF/MANIFEST.MF index 984d28597..9cd589011 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit47/META-INF/MANIFEST.MF +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit47/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tycho Surefire OSGi JUnit4.7 Runner (Incubation) Bundle-SymbolicName: org.eclipse.tycho.surefire.junit47;singleton:=true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Fragment-Host: org.eclipse.tycho.surefire.osgibooter;bundle-version="0.16.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ClassPath: ., diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml index 094572c94..922731c2e 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.surefire.junit47</artifactId> diff --git a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/META-INF/MANIFEST.MF b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/META-INF/MANIFEST.MF index 91ac9a4fc..3f3f7a6db 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/META-INF/MANIFEST.MF +++ b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Require-Bundle: org.eclipse.osgi;bundle-version="3.2.2", org.eclipse.ui.workbench;bundle-version="3.2.2";resolution:=optional, org.eclipse.core.runtime;bundle-version="3.2.0" Eclipse-AutoStart: true -Bundle-Version: 0.24.0.qualifier +Bundle-Version: 0.24.0 Bundle-ClassPath: ., jars/surefire-booter-2.17.jar, jars/surefire-api-2.17.jar, diff --git a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml index 240c477f1..0c4daad0b 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>org.eclipse.tycho.surefire.osgibooter</artifactId> diff --git a/tycho-surefire/pom.xml b/tycho-surefire/pom.xml index c908d0490..72607a7e0 100644 --- a/tycho-surefire/pom.xml +++ b/tycho-surefire/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-surefire</artifactId> diff --git a/tycho-surefire/tycho-surefire-plugin/pom.xml b/tycho-surefire/tycho-surefire-plugin/pom.xml index 65e830c9c..798460241 100644 --- a/tycho-surefire/tycho-surefire-plugin/pom.xml +++ b/tycho-surefire/tycho-surefire-plugin/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-surefire-plugin</artifactId> diff --git a/tycho-testing-harness/pom.xml b/tycho-testing-harness/pom.xml index 6834df1d0..b9cbd3fa3 100644 --- a/tycho-testing-harness/pom.xml +++ b/tycho-testing-harness/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>tycho</artifactId> <groupId>org.eclipse.tycho</groupId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>tycho-testing-harness</artifactId> |