Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2013-12-16 21:56:55 +0000
committerMarkus Knauer2013-12-16 21:56:55 +0000
commit71ebb8f9f7862b543612f9d06a7513b95943ad46 (patch)
treef3e92f408e5c10b2c278280e461329ffb3c7e9b7
parent4445fdfc92d2968d149fe298250f692e67c3e863 (diff)
downloadorg.eclipse.epp.packages-71ebb8f9f7862b543612f9d06a7513b95943ad46.tar.gz
org.eclipse.epp.packages-71ebb8f9f7862b543612f9d06a7513b95943ad46.tar.xz
org.eclipse.epp.packages-71ebb8f9f7862b543612f9d06a7513b95943ad46.zip
Push version of root pom to 4.4.0
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 00b03dba..5bae91ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>releng/org.eclipse.epp.config/parent/</relativePath>
</parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-buildall</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

Back to the top