Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2014-02-25 14:52:45 +0000
committerUwe Stieber2014-02-25 14:52:45 +0000
commitbc38788b89d34fd78309cb7a74d97c360bc3cfec (patch)
treea379fac69bdaa8e2aa1e438206753f1f5b1acf21 /admin
parent6152f3e2b29e7b3bae064b4b60cc47da72e52059 (diff)
downloadorg.eclipse.tcf-bc38788b89d34fd78309cb7a74d97c360bc3cfec.tar.gz
org.eclipse.tcf-bc38788b89d34fd78309cb7a74d97c360bc3cfec.tar.xz
org.eclipse.tcf-bc38788b89d34fd78309cb7a74d97c360bc3cfec.zip
Releng: Uprev master branch version to 1.3.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 977529edc..8abf86247 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.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>pom-config.xml</relativePath>
</parent>
<groupId>org.eclipse.tcf</groupId>
<artifactId>org.eclipse.tcf.maven-build</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.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 06fd10ac5..705ad2084 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.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TCF and Target Explorer, Maven Configuration Master</name>

Back to the top