diff options
author | Camille Letavernier | 2014-09-15 13:09:11 +0000 |
---|---|---|
committer | Camille Letavernier | 2014-09-15 15:46:30 +0000 |
commit | 99406ce4b3b2f0074b7e9fd243ab94bbd2b7cf3d (patch) | |
tree | f6a115d33074995cc500ef898f61026d468d4358 /releng/rcp | |
parent | c4342ce2a72ea4e64c3d83d432ac9ceaa79d937d (diff) | |
download | org.eclipse.papyrus-99406ce4b3b2f0074b7e9fd243ab94bbd2b7cf3d.tar.gz org.eclipse.papyrus-99406ce4b3b2f0074b7e9fd243ab94bbd2b7cf3d.tar.xz org.eclipse.papyrus-99406ce4b3b2f0074b7e9fd243ab94bbd2b7cf3d.zip |
[Releng] Update feature versions to 1.1.0
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> |