Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2017-11-22 13:10:48 +0000
committerChristian W. Damus2017-11-29 19:26:43 +0000
commite883122a241111735fd03e77128a7b25a21f3ec8 (patch)
tree7f473360ab1410d5b7ff69124dfd8d0c19b0a2f4 /plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml
parent1fc9aedc20221172af1dbfd78a347a48638c9328 (diff)
downloadorg.eclipse.papyrus-e883122a241111735fd03e77128a7b25a21f3ec8.tar.gz
org.eclipse.papyrus-e883122a241111735fd03e77128a7b25a21f3ec8.tar.xz
org.eclipse.papyrus-e883122a241111735fd03e77128a7b25a21f3ec8.zip
Bug 527580: Integration issues with view-type helpers
Factor out common partial implementation of view-type helpers for consistency and add - overridable determination of PolicyChecker for the view - priority ordering of view-type helper extensions https://bugs.eclipse.org/bugs/show_bug.cgi?id=527580 (cherry-picked and expanded from Oxygen) Change-Id: I6e276ca639f4ac664206511b24bc2246472a3fa2
Diffstat (limited to 'plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml')
-rw-r--r--plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml b/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml
index 239c493dd58..9d3c9c9276a 100644
--- a/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml
+++ b/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml
@@ -6,6 +6,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.infra.viewpoints.policy</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.100.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file

Back to the top