Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-06-30 18:54:16 +0000
committerChristian W. Damus2016-06-30 18:54:16 +0000
commit184eae77538997610368faae86cd00d5628deca7 (patch)
tree9c0bd04c25d089a2be915b317d078cb04ad732ea /plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml
parentf1190e8894ae6ae68956d1287095bf67b955fc06 (diff)
downloadorg.eclipse.papyrus-184eae77538997610368faae86cd00d5628deca7.tar.gz
org.eclipse.papyrus-184eae77538997610368faae86cd00d5628deca7.tar.xz
org.eclipse.papyrus-184eae77538997610368faae86cd00d5628deca7.zip
Bug 496307: [Profile Migration] Restrictive package pattern matching
https://bugs.eclipse.org/bugs/show_bug.cgi?id=496307 Since this fix is on the master branch only, the bundle version should be increased to 100 in the service segment to make room for fixes on the maintenance branch. Change-Id: I865a306caa7812a35ea3a28f8054a81176e8534e
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml
index a844c7378ce..d0b9acd8b6f 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml
@@ -7,6 +7,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.uml.modelrepair</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top