Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2015-06-12 08:00:18 +0000
committerUwe Stieber2015-06-12 08:00:50 +0000
commit3fc488099d5327c099cdbf860e79aaa588ee9af8 (patch)
tree49b0b501b99a0403a61d206e143e18f15475af50 /admin
parent4d044c4adefdd16fe89b3283ee070c725385607d (diff)
downloadorg.eclipse.tcf-3fc488099d5327c099cdbf860e79aaa588ee9af8.tar.gz
org.eclipse.tcf-3fc488099d5327c099cdbf860e79aaa588ee9af8.tar.xz
org.eclipse.tcf-3fc488099d5327c099cdbf860e79aaa588ee9af8.zip
Releng: Fix OSGi versions in pom.xml files and move master to version
1.4.0
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-build.xml4
-rw-r--r--admin/pom-config.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index c9a16929c..6071b26a5 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -7,13 +7,13 @@
<parent>
<groupId>org.eclipse.tcf</groupId>
<artifactId>org.eclipse.tcf.maven-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<relativePath>pom-config.xml</relativePath>
</parent>
<groupId>org.eclipse.tcf</groupId>
<artifactId>org.eclipse.tcf.maven-build</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TCF and Target Explorer, Maven Build Master</name>
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index abdfc6f75..85b718d2f 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.tcf</groupId>
<artifactId>org.eclipse.tcf.maven-config</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TCF and Target Explorer, Maven Configuration Master</name>

Back to the top