diff options
Diffstat (limited to 'releng/rcp')
-rwxr-xr-x | releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml | 4 | ||||
-rw-r--r-- | releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml | 4 | ||||
-rwxr-xr-x | releng/rcp/org.eclipse.papyrus.rcp/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml index 3e3906f27c8..b2bb4a99c2f 100755 --- a/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml +++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>org.eclipse.papyrus</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <relativePath>../../top-pom-rcp.xml</relativePath> </parent> <groupId>org.eclipse.papyrus</groupId> <artifactId>org.eclipse.papyrus.rcp.feature</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project> diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml index a0b3effbac7..935bffaaba9 100644 --- a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml +++ b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml @@ -4,12 +4,12 @@ <parent> <artifactId>org.eclipse.papyrus</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <relativePath>../../top-pom-rcp.xml</relativePath> </parent> <groupId>org.eclipse.papyrus</groupId> <artifactId>org.eclipse.papyrus.rcp.product</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-repository</packaging> <properties> <product-id>org.eclipse.papyrus.rcp.product</product-id> diff --git a/releng/rcp/org.eclipse.papyrus.rcp/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp/pom.xml index fa75ce8a784..8fbab78f892 100755 --- a/releng/rcp/org.eclipse.papyrus.rcp/pom.xml +++ b/releng/rcp/org.eclipse.papyrus.rcp/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>org.eclipse.papyrus</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <relativePath>../../top-pom-rcp.xml</relativePath> </parent> <groupId>org.eclipse.papyrus</groupId> <artifactId>org.eclipse.papyrus.rcp</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> |