Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2013-01-15 20:14:14 +0000
committerPascal Rapicault2013-01-15 20:16:04 +0000
commit953077b414ff4d6b9a54cc3daa49669cca811c5a (patch)
tree88b5dd5945205cb75113e8bf29eb87e1ba56ee10
parent0a0b1e06cd93831995bee70cb9f87ba3e8d03c8a (diff)
downloadrt.equinox.p2-953077b414ff4d6b9a54cc3daa49669cca811c5a.tar.gz
rt.equinox.p2-953077b414ff4d6b9a54cc3daa49669cca811c5a.tar.xz
rt.equinox.p2-953077b414ff4d6b9a54cc3daa49669cca811c5a.zip
Bug 397870 - [CBI] Mismatched versions in pom in rt.equinox.p2 master v20130115-201604
-rw-r--r--bundles/org.eclipse.equinox.p2.director/pom.xml2
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/pom.xml b/bundles/org.eclipse.equinox.p2.director/pom.xml
index ab76fa976..d9bf222e5 100644
--- a/bundles/org.eclipse.equinox.p2.director/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.director/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.p2.director</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml b/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml
index 4459f0cdb..042108132 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.p2.transport.ecf</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top