Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-06-07 08:27:50 +0000
committerNiraj Modi2019-06-07 08:27:50 +0000
commit48269580b69844c6eddd52369cd876d5511fd701 (patch)
tree98ae098134bf9cb30326bb5b7e473cbe4875c14d /bundles/org.eclipse.equinox.p2.console
parent00b8d7898c9dc50244ae0e2eec7894f601a2f5a9 (diff)
downloadrt.equinox.p2-48269580b69844c6eddd52369cd876d5511fd701.tar.gz
rt.equinox.p2-48269580b69844c6eddd52369cd876d5511fd701.tar.xz
rt.equinox.p2-48269580b69844c6eddd52369cd876d5511fd701.zip
Bug 547907 - POM and product version change for 4.13 releaseI20190607-0725
Change-Id: I8b25fc54e516b1507d951276c907ac26a7961e19 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.console')
-rw-r--r--bundles/org.eclipse.equinox.p2.console/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.console/pom.xml b/bundles/org.eclipse.equinox.p2.console/pom.xml
index dd0773a67..c671a917b 100644
--- a/bundles/org.eclipse.equinox.p2.console/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.console/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>rt.equinox.p2</artifactId>
- <version>4.12.0-SNAPSHOT</version>
+ <version>4.13.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>

Back to the top