Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-06-06 15:41:30 +0000
committerQuentin Le Menez2018-06-28 12:01:12 +0000
commitc77b914fb8d11badabdb1b76f85d44a306562fb9 (patch)
tree84c8ff94df85f0a89caa08744090246f58340810 /plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml
parent96a16874383effdbf9b58d379415cc4da1d18180 (diff)
downloadorg.eclipse.papyrus-c77b914fb8d11badabdb1b76f85d44a306562fb9.tar.gz
org.eclipse.papyrus-c77b914fb8d11badabdb1b76f85d44a306562fb9.tar.xz
org.eclipse.papyrus-c77b914fb8d11badabdb1b76f85d44a306562fb9.zip
Bug 535709 - [Releng] The maven dependencies and related poms need to be updated
- Update plugin versions - Remove duplicate dependencies and clean unneeded ones - Amended the p2 repository references - jboss.tools.tycho - to remove the webContent generation Change-Id: I5b0a2235dad2fc85e866384baf7749d57f04bdbf Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml b/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml
index f7245cf374a..12b568eaa8d 100644
--- a/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml
+++ b/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml
@@ -14,7 +14,7 @@
<plugins>
<plugin>
<groupId>org.eclipse.mylyn.docs</groupId>
- <artifactId>org.eclipse.mylyn.wikitext.core.maven</artifactId>
+ <artifactId>org.eclipse.mylyn.wikitext.maven</artifactId>
<configuration>
<sourceFolder>resource</sourceFolder>
<outputFolder>${project.build.directory}/generated-eclipse-help</outputFolder>
@@ -37,7 +37,7 @@
<dependencies>
<dependency>
<groupId>org.eclipse.mylyn.docs</groupId>
- <artifactId>org.eclipse.mylyn.wikitext.mediawiki.core</artifactId>
+ <artifactId>org.eclipse.mylyn.wikitext.mediawiki</artifactId>
<version>${mylyn.wikitext.version}</version>
</dependency>
</dependencies>

Back to the top