diff options
-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> |