Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2012-09-26 20:13:20 +0000
committerThomas Watson2012-09-26 20:13:20 +0000
commit330add94bbc571b479cc642d100251e178aa9c53 (patch)
treeaa5f5234eee63c22c66fe20f36f63fdc7635743e
parent373068b03bd0d65fd0ec0c7166bb857c5c20ef0c (diff)
downloadrt.equinox.bundles-330add94bbc571b479cc642d100251e178aa9c53.tar.gz
rt.equinox.bundles-330add94bbc571b479cc642d100251e178aa9c53.tar.xz
rt.equinox.bundles-330add94bbc571b479cc642d100251e178aa9c53.zip
Bug 390466 - Update POM versionsv20120926-201320
-rw-r--r--bundles/org.eclipse.equinox.ds.tests/pom.xml2
-rw-r--r--bundles/org.eclipse.equinox.ds/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.ds.tests/pom.xml b/bundles/org.eclipse.equinox.ds.tests/pom.xml
index 02d0779af..351b94722 100644
--- a/bundles/org.eclipse.equinox.ds.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.ds.tests/pom.xml
@@ -21,6 +21,6 @@
</parent>
<groupId>org.eclipse.equinox.bundles</groupId>
<artifactId>org.eclipse.equinox.ds.tests</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/bundles/org.eclipse.equinox.ds/pom.xml b/bundles/org.eclipse.equinox.ds/pom.xml
index 0063f50c5..b496e2364 100644
--- a/bundles/org.eclipse.equinox.ds/pom.xml
+++ b/bundles/org.eclipse.equinox.ds/pom.xml
@@ -21,6 +21,6 @@
</parent>
<groupId>org.eclipse.equinox.bundles</groupId>
<artifactId>org.eclipse.equinox.ds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top