tycho/tycho-bootstrap.patch

729 lines
37 KiB
Diff

diff -rauN tycho-0.14.x.old/pom.xml tycho-0.14.x/pom.xml
--- tycho-0.14.x.old/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -63,7 +63,7 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Tycho (Incubation)</name>
diff -rauN tycho-0.14.x.old/sisu-equinox/pom.xml tycho-0.14.x/sisu-equinox/pom.xml
--- tycho-0.14.x.old/sisu-equinox/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/sisu-equinox/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>sisu-equinox</artifactId>
diff -rauN tycho-0.14.x.old/sisu-equinox/sisu-equinox-api/pom.xml tycho-0.14.x/sisu-equinox/sisu-equinox-api/pom.xml
--- tycho-0.14.x.old/sisu-equinox/sisu-equinox-api/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/sisu-equinox/sisu-equinox-api/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>sisu-equinox-api</artifactId>
diff -rauN tycho-0.14.x.old/sisu-equinox/sisu-equinox-embedder/pom.xml tycho-0.14.x/sisu-equinox/sisu-equinox-embedder/pom.xml
--- tycho-0.14.x.old/sisu-equinox/sisu-equinox-embedder/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/sisu-equinox/sisu-equinox-embedder/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>sisu-equinox-embedder</artifactId>
diff -rauN tycho-0.14.x.old/sisu-equinox/sisu-equinox-launching/pom.xml tycho-0.14.x/sisu-equinox/sisu-equinox-launching/pom.xml
--- tycho-0.14.x.old/sisu-equinox/sisu-equinox-launching/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/sisu-equinox/sisu-equinox-launching/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>sisu-equinox-launching</artifactId>
diff -rauN tycho-0.14.x.old/target-platform-configuration/pom.xml tycho-0.14.x/target-platform-configuration/pom.xml
--- tycho-0.14.x.old/target-platform-configuration/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/target-platform-configuration/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<artifactId>tycho</artifactId>
<groupId>org.eclipse.tycho</groupId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>target-platform-configuration</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.core.shared/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.core.shared/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.core.shared/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.core.shared/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.tycho.core.shared
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-Name: Tycho Core Maven/OSGi Shared Classes (Incubation)
Bundle-Vendor: %providerName
Export-Package: org.eclipse.tycho.artifacts,
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.core.shared</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.core.shared.tests/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.core.shared.tests/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Core Maven/OSGi Shared Classes Tests (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.core.shared.tests
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Fragment-Host: org.eclipse.tycho.core.shared
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit;bundle-version="4.8.2"
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.core.shared.tests</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.embedder.shared/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.embedder.shared/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.embedder.shared/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.embedder.shared/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.tycho.embedder.shared
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-Name: Tycho Embedder API Maven/OSGi Shared Classes (Incubation)
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.embedder.shared</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.noopsecurity/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.noopsecurity/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.noopsecurity/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.noopsecurity/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Noop Equinox password provider (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.noopsecurity;singleton:=true
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Require-Bundle: org.eclipse.equinox.security;bundle-version="1.0.100"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.noopsecurity</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.maven.repository/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.maven.repository/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Maven/p2 Repository Integration (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.p2.maven.repository;singleton:=true
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.p2.maven.repository</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
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.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.tycho.p2.maven.repository,
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.p2.maven.repository.tests</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Resolver Bundle (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.p2.resolver.impl;singleton:=true
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-Activator: org.eclipse.tycho.p2.impl.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.security;bundle-version="1.0.100",
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.p2.resolver.impl</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
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.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Fragment-Host: org.eclipse.tycho.p2.resolver.impl
Require-Bundle: org.junit4,
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.p2.resolver.impl.test</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -5,7 +5,7 @@
org.eclipse.tycho.p2.resolver.facade,
org.eclipse.tycho.p2.target.facade,
org.eclipse.tycho.repository.registry.facade
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-Name: Tycho p2 Resolver Maven/OSGi Shared Classes (Incubation)
Bundle-ManifestVersion: 2
Bundle-Description: Tycho integrates Maven with Eclipse and OSGi
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.p2.resolver.shared</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.impl/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.impl/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
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 -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.p2.tools.impl</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.shared/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.shared/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
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 -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.p2.tools.shared</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.tests/META-INF/MANIFEST.MF tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.tests/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Tools Tests (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.p2.tools.tests
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Fragment-Host: org.eclipse.tycho.p2.tools.impl
Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)",
diff -rauN tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml
--- tycho-0.14.x.old/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.p2.tools.tests</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/pom.xml tycho-0.14.x/tycho-bundles/pom.xml
--- tycho-0.14.x.old/tycho-bundles/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-bundles</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/tycho-bundles-external/pom.xml tycho-0.14.x/tycho-bundles/tycho-bundles-external/pom.xml
--- tycho-0.14.x.old/tycho-bundles/tycho-bundles-external/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/tycho-bundles-external/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-bundles-external</artifactId>
diff -rauN tycho-0.14.x.old/tycho-bundles/tycho-bundles-external/tycho-bundles-external.product tycho-0.14.x/tycho-bundles/tycho-bundles-external/tycho-bundles-external.product
--- tycho-0.14.x.old/tycho-bundles/tycho-bundles-external/tycho-bundles-external.product 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/tycho-bundles-external/tycho-bundles-external.product 2012-03-30 14:49:39.000000000 -0400
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product uid="tycho-bundles-external" name="org.eclipse.tycho.p2" id="org.eclipse.equinox.p2.director.app.product" application="org.eclipse.equinox.p2.director.app.application" version="0.14.1" useFeatures="false" includeLaunchers="false">
+<product uid="tycho-bundles-external" name="org.eclipse.tycho.p2" id="org.eclipse.equinox.p2.director.app.product" application="org.eclipse.equinox.p2.director.app.application" version="0.14.1.qualifier" useFeatures="false" includeLaunchers="false">
<configIni use="default">
</configIni>
diff -rauN tycho-0.14.x.old/tycho-bundles/tycho-bundles-target/pom.xml tycho-0.14.x/tycho-bundles/tycho-bundles-target/pom.xml
--- tycho-0.14.x.old/tycho-bundles/tycho-bundles-target/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-bundles/tycho-bundles-target/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff -rauN tycho-0.14.x.old/tycho-compiler-jdt/pom.xml tycho-0.14.x/tycho-compiler-jdt/pom.xml
--- tycho-0.14.x.old/tycho-compiler-jdt/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-compiler-jdt/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-compiler-jdt</artifactId>
diff -rauN tycho-0.14.x.old/tycho-compiler-plugin/pom.xml tycho-0.14.x/tycho-compiler-plugin/pom.xml
--- tycho-0.14.x.old/tycho-compiler-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-compiler-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-compiler-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-core/pom.xml tycho-0.14.x/tycho-core/pom.xml
--- tycho-0.14.x.old/tycho-core/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-core/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-core</artifactId>
diff -rauN tycho-0.14.x.old/tycho-embedder-api/pom.xml tycho-0.14.x/tycho-embedder-api/pom.xml
--- tycho-0.14.x.old/tycho-embedder-api/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-embedder-api/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-embedder-api</artifactId>
diff -rauN tycho-0.14.x.old/tycho-its/pom.xml tycho-0.14.x/tycho-its/pom.xml
--- tycho-0.14.x.old/tycho-its/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-its/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-its</artifactId>
diff -rauN tycho-0.14.x.old/tycho-maven-plugin/pom.xml tycho-0.14.x/tycho-maven-plugin/pom.xml
--- tycho-0.14.x.old/tycho-maven-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-maven-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-maven-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-metadata-model/pom.xml tycho-0.14.x/tycho-metadata-model/pom.xml
--- tycho-0.14.x.old/tycho-metadata-model/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-metadata-model/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-metadata-model</artifactId>
diff -rauN tycho-0.14.x.old/tycho-p2/pom.xml tycho-0.14.x/tycho-p2/pom.xml
--- tycho-0.14.x.old/tycho-p2/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-p2/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<artifactId>tycho</artifactId>
<groupId>org.eclipse.tycho</groupId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-p2</artifactId>
diff -rauN tycho-0.14.x.old/tycho-p2/tycho-p2-director-plugin/pom.xml tycho-0.14.x/tycho-p2/tycho-p2-director-plugin/pom.xml
--- tycho-0.14.x.old/tycho-p2/tycho-p2-director-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-p2/tycho-p2-director-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-p2-director-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-p2/tycho-p2-facade/pom.xml tycho-0.14.x/tycho-p2/tycho-p2-facade/pom.xml
--- tycho-0.14.x.old/tycho-p2/tycho-p2-facade/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-p2/tycho-p2-facade/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-p2-facade</artifactId>
diff -rauN tycho-0.14.x.old/tycho-p2/tycho-p2-plugin/pom.xml tycho-0.14.x/tycho-p2/tycho-p2-plugin/pom.xml
--- tycho-0.14.x.old/tycho-p2/tycho-p2-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-p2/tycho-p2-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-p2-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-p2/tycho-p2-publisher-plugin/pom.xml tycho-0.14.x/tycho-p2/tycho-p2-publisher-plugin/pom.xml
--- tycho-0.14.x.old/tycho-p2/tycho-p2-publisher-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-p2/tycho-p2-publisher-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-p2-publisher-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-p2/tycho-p2-repository-plugin/pom.xml tycho-0.14.x/tycho-p2/tycho-p2-repository-plugin/pom.xml
--- tycho-0.14.x.old/tycho-p2/tycho-p2-repository-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-p2/tycho-p2-repository-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-p2-repository-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-packaging-plugin/pom.xml tycho-0.14.x/tycho-packaging-plugin/pom.xml
--- tycho-0.14.x.old/tycho-packaging-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-packaging-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-packaging-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-pomgenerator-plugin/pom.xml tycho-0.14.x/tycho-pomgenerator-plugin/pom.xml
--- tycho-0.14.x.old/tycho-pomgenerator-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-pomgenerator-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-pomgenerator-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-release/pom.xml tycho-0.14.x/tycho-release/pom.xml
--- tycho-0.14.x.old/tycho-release/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-release/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-release</artifactId>
diff -rauN tycho-0.14.x.old/tycho-release/tycho-versions-plugin/pom.xml tycho-0.14.x/tycho-release/tycho-versions-plugin/pom.xml
--- tycho-0.14.x.old/tycho-release/tycho-versions-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-release/tycho-versions-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-release</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-versions-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-source-plugin/pom.xml tycho-0.14.x/tycho-source-plugin/pom.xml
--- tycho-0.14.x.old/tycho-source-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-source-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-source-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.junit/META-INF/MANIFEST.MF tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.junit/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.junit/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.junit/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Surefire OSGi JUnit3 Runner (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.surefire.junit;singleton:=true
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Fragment-Host: org.eclipse.tycho.surefire.osgibooter;bundle-version="0.14.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
diff -rauN tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml
--- tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.surefire.junit</artifactId>
diff -rauN tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.junit4/META-INF/MANIFEST.MF tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.junit4/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Surefire OSGi JUnit4 Runner (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.surefire.junit4;singleton:=true
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Fragment-Host: org.eclipse.tycho.surefire.osgibooter;bundle-version="0.14.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
diff -rauN tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml
--- tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.surefire.junit4</artifactId>
diff -rauN tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/META-INF/MANIFEST.MF tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/META-INF/MANIFEST.MF
--- tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/META-INF/MANIFEST.MF 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/META-INF/MANIFEST.MF 2012-03-30 14:49:39.000000000 -0400
@@ -7,7 +7,7 @@
jars/surefire-booter-2.10.jar,
jars/surefire-api-2.10.jar,
jars/maven-surefire-common-2.10.jar
-Bundle-Version: 0.14.1
+Bundle-Version: 0.14.1.qualifier
Bundle-Name: Tycho Surefire OSGi Booter Eclipse Application (Incubation)
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.tycho.surefire.osgibooter;singleton:=true
diff -rauN tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml
--- tycho-0.14.x.old/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.tycho.surefire.osgibooter</artifactId>
diff -rauN tycho-0.14.x.old/tycho-surefire/pom.xml tycho-0.14.x/tycho-surefire/pom.xml
--- tycho-0.14.x.old/tycho-surefire/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-surefire/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-surefire</artifactId>
diff -rauN tycho-0.14.x.old/tycho-surefire/tycho-surefire-plugin/pom.xml tycho-0.14.x/tycho-surefire/tycho-surefire-plugin/pom.xml
--- tycho-0.14.x.old/tycho-surefire/tycho-surefire-plugin/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-surefire/tycho-surefire-plugin/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire</artifactId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-surefire-plugin</artifactId>
diff -rauN tycho-0.14.x.old/tycho-testing-harness/pom.xml tycho-0.14.x/tycho-testing-harness/pom.xml
--- tycho-0.14.x.old/tycho-testing-harness/pom.xml 2012-02-24 06:40:15.000000000 -0500
+++ tycho-0.14.x/tycho-testing-harness/pom.xml 2012-03-30 14:49:39.000000000 -0400
@@ -17,7 +17,7 @@
<parent>
<artifactId>tycho</artifactId>
<groupId>org.eclipse.tycho</groupId>
- <version>0.14.1</version>
+ <version>0.14.1-SNAPSHOT</version>
</parent>
<artifactId>tycho-testing-harness</artifactId>