diff options
author | Eugene Tarassov | 2017-12-06 19:19:54 +0000 |
---|---|---|
committer | Eugene Tarassov | 2017-12-06 19:19:54 +0000 |
commit | ffd1b5bb86825e28fe835ff90d0e35a291c56f58 (patch) | |
tree | ba4a433a72877a17d598480a9939df38b4463622 | |
parent | 63cca650ab35b56ac22a505e787c7ed1a282d027 (diff) | |
download | org.eclipse.tcf-ffd1b5bb86825e28fe835ff90d0e35a291c56f58.tar.gz org.eclipse.tcf-ffd1b5bb86825e28fe835ff90d0e35a291c56f58.tar.xz org.eclipse.tcf-ffd1b5bb86825e28fe835ff90d0e35a291c56f58.zip |
Releng: Upversion TCF and TE to 1.6
-rw-r--r-- | admin/pom-build.xml | 4 | ||||
-rw-r--r-- | admin/pom-config.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml index 5febbd4f9..9c4f1ed12 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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>pom-config.xml</relativePath> </parent> <groupId>org.eclipse.tcf</groupId> <artifactId>org.eclipse.tcf.maven-build</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.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 486786dfe..465f76860 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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>pom</packaging> <name>TCF and Target Explorer, Maven Configuration Master</name> @@ -7,13 +7,13 @@ <parent> <groupId>org.eclipse.tcf</groupId> <artifactId>org.eclipse.tcf.maven-build</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>admin/pom-build.xml</relativePath> </parent> <groupId>org.eclipse.tcf</groupId> <artifactId>tcf-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>pom</packaging> <name>TCF and Target Explorer, Maven Master</name> |