Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2019-07-04 11:30:43 +0000
committervincent lorenzo2019-07-08 08:17:02 +0000
commite6b3ee51505c77be27d2e75001033940b314c177 (patch)
treef628d2fe748fd70b4b2849a4d4fd29bb4e0fd5cc /plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml
parent6c4331a52f9bfbeda3d744b9f5a054094becf61d (diff)
downloadorg.eclipse.papyrus-e6b3ee51505c77be27d2e75001033940b314c177.tar.gz
org.eclipse.papyrus-e6b3ee51505c77be27d2e75001033940b314c177.tar.xz
org.eclipse.papyrus-e6b3ee51505c77be27d2e75001033940b314c177.zip
Bug 548973: The method resource.save is not called (class AbstractDynamicModel)
Change-Id: Ie477a9a91a2dc0c0dae57dcd6c53600ef47c6919 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml b/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml
index 4141e408ef7..2a6be614546 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml
@@ -1,4 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
@@ -6,6 +9,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.infra.core</artifactId>
- <version>3.0.100-SNAPSHOT</version>
+ <version>3.0.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file

Back to the top