Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-08-25 15:19:47 +0000
committerUwe Stieber2013-08-25 15:19:47 +0000
commit9faf34876bed7b64e7ed840f0bf0b2d460199eec (patch)
tree4a3ccbf1c85976d507d733b4daa7e6ad85cecced /admin/pom-build.xml
parent09ca1234db5aea94f94253a04aee905d1db6d7d3 (diff)
downloadorg.eclipse.tcf-9faf34876bed7b64e7ed840f0bf0b2d460199eec.tar.gz
org.eclipse.tcf-9faf34876bed7b64e7ed840f0bf0b2d460199eec.tar.xz
org.eclipse.tcf-9faf34876bed7b64e7ed840f0bf0b2d460199eec.zip
Releng: Uprev plugin and feature versions to "1.2.0"
Diffstat (limited to 'admin/pom-build.xml')
-rw-r--r--admin/pom-build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 94aaf7d1e..3e25d7ba8 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.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>pom-config.xml</relativePath>
</parent>
<groupId>org.eclipse.tcf</groupId>
<artifactId>org.eclipse.tcf.maven-build</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TCF and Target Explorer, Maven Build Master</name>

Back to the top