Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2021-03-03 09:27:23 +0000
committerQuentin Le Menez2021-03-09 13:05:27 +0000
commit805fbae0ccc8112ec518472caec909df8f85e7a6 (patch)
tree4162ad234dce9dcec26148b02f1ebe090dc7da7a /plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml
parent812c8a8df9044e286865fba10da05ae9d6e25933 (diff)
downloadorg.eclipse.papyrus-805fbae0ccc8112ec518472caec909df8f85e7a6.tar.gz
org.eclipse.papyrus-805fbae0ccc8112ec518472caec909df8f85e7a6.tar.xz
org.eclipse.papyrus-805fbae0ccc8112ec518472caec909df8f85e7a6.zip
Bug 570177 - [Releng] Update for 2021-03 RC1
- Update maven plugin versions - Remove the jboss mecanism (not necessary anymore) - Add guava dependency plugin to paliate the API loss - Add missing @since tags - Add API filters because... reasons Change-Id: If0b5cb48172eed2e2079d38f1cc0c2a61fbaca1d Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml')
-rw-r--r--plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml
index 9c038f131c9..1f59241ff95 100644
--- a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml
+++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml
@@ -9,6 +9,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.views.modelexplorer</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file

Back to the top