Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-03-06 09:20:28 +0000
committerPascal Rapicault2013-03-06 13:16:14 +0000
commit35a59ffbb9d46d9d1ec4a8236808e0f3f7d004e5 (patch)
treea7da3961510da3ded59caefd896993fdcd2b6bb1 /bundles/org.eclipse.equinox.p2.ui.sdk.scheduler
parentc2719b94e074e8d43cb95ae7d7d4bc1fb4b43b56 (diff)
downloadrt.equinox.p2-35a59ffbb9d46d9d1ec4a8236808e0f3f7d004e5.tar.gz
rt.equinox.p2-35a59ffbb9d46d9d1ec4a8236808e0f3f7d004e5.tar.xz
rt.equinox.p2-35a59ffbb9d46d9d1ec4a8236808e0f3f7d004e5.zip
Keep manifest and pom versions in sync.v20130306-131614I20130306-1033I20130306-1014I20130306-0836
Commit cda0d5e780a29736b54e3087091209979d994208 makes the tycho versions check fail. This one simply resyncs them.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.sdk.scheduler')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/pom.xml b/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/pom.xml
index 1d133c8a2..61fb43065 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.ui.sdk.scheduler</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top