Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/feature.xml54
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/pom.xml4
2 files changed, 29 insertions, 29 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/feature.xml
index 9163677520c..57e6c712dcd 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/feature.xml
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature" label="%featureName" provider-name="%providerName" version="1.1.0.qualifier">
-
- <description>
- RTMaps generator for RobotML models.
- </description>
-
- <copyright>
- Copyright (c) 2013 INTEMPORA S.A..
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <url>
- <discovery label="INTEMPORA" url="http://www.intempora.com"/>
- </url>
-
- <plugin download-size="0" id="org.eclipse.papyrus.robotml.generators.intempora.rtmaps" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.robotml.generators.intempora.rtmaps.ui" install-size="0" unpack="false" version="0.0.0"/>
-
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature" label="%featureName" provider-name="%providerName" version="1.2.0.qualifier">
+
+ <description>
+ RTMaps generator for RobotML models.
+ </description>
+
+ <copyright>
+ Copyright (c) 2013 INTEMPORA S.A..
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <discovery label="INTEMPORA" url="http://www.intempora.com"/>
+ </url>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.robotml.generators.intempora.rtmaps" install-size="0" unpack="false" version="0.0.0"/>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.robotml.generators.intempora.rtmaps.ui" install-size="0" unpack="false" version="0.0.0"/>
+
</feature> \ No newline at end of file
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/pom.xml
index 5ba925f0b53..0f083323833 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/pom.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature/pom.xml
@@ -4,11 +4,11 @@
<parent>
<artifactId>org.eclipse.papyrus.extra.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../../../releng/extra</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature</artifactId>
<groupId>org.eclipse.papyrus</groupId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project> \ No newline at end of file

Back to the top