Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ecore.retrofit')
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/.project26
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml4
2 files changed, 17 insertions, 13 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/.project b/plugins/org.eclipse.emf.cdo.ecore.retrofit/.project
index 436e181fbc..b0f29d034a 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/.project
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/.project
@@ -24,6 +24,10 @@
<name>org.eclipse.oomph.version.VersionBuilder</name>
<arguments>
<dictionary>
+ <key>check.maven.pom</key>
+ <value>true</value>
+ </dictionary>
+ <dictionary>
<key>release.path</key>
<value>/org.eclipse.emf.cdo.releng/versions/release.xml</value>
</dictionary>
@@ -36,15 +40,15 @@
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
<nature>org.eclipse.oomph.version.VersionNature</nature>
</natures>
- <filteredResources>
- <filter>
- <id>1396938000000</id>
- <name></name>
- <type>10</type>
- <matcher>
- <id>org.eclipse.ui.ide.multiFilter</id>
- <arguments>1.0-projectRelativePath-matches-true-false-target</arguments>
- </matcher>
- </filter>
- </filteredResources>
+ <filteredResources>
+ <filter>
+ <id>1396938000000</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-projectRelativePath-matches-true-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
</projectDescription>
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml b/plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml
index 2035285197..3d62e90cc9 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml
@@ -24,8 +24,8 @@
</parent>
<groupId>org.eclipse.emf.cdo</groupId>
- <artifactId>org.eclipse.emf.cdo</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <artifactId>org.eclipse.emf.cdo.ecore.retrofit</artifactId>
+ <version>4.2.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top