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 /features/papyrus-dev-features/org.eclipse.papyrus.dev.feature | |
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 'features/papyrus-dev-features/org.eclipse.papyrus.dev.feature')
-rwxr-xr-x | features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml | 2 | ||||
-rw-r--r-- | features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml index c6aab311bd9..95b3ea2a156 100755 --- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml +++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/feature.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.dev.feature" label="Papyrus Developer Tools (Incubation)" provider-name="Eclipse Modeling Project" version="1.0.1.qualifier">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.dev.feature" label="Papyrus Developer Tools (Incubation)" provider-name="Eclipse Modeling Project" version="1.1.0.qualifier">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2014 CEA LIST
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/pom.xml b/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/pom.xml index ab7a6840aac..f84831c7865 100644 --- a/features/papyrus-dev-features/org.eclipse.papyrus.dev.feature/pom.xml +++ b/features/papyrus-dev-features/org.eclipse.papyrus.dev.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>../../../releng/top-pom-dev.xml</relativePath> </parent> <artifactId>org.eclipse.papyrus.dev.feature</artifactId> <groupId>org.eclipse.papyrus</groupId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
\ No newline at end of file |