Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.m2m.atl.examples-feature/pom.xml')
-rw-r--r--examples/org.eclipse.m2m.atl.examples-feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.m2m.atl.examples-feature/pom.xml b/examples/org.eclipse.m2m.atl.examples-feature/pom.xml
index c25938d5..23fe781c 100644
--- a/examples/org.eclipse.m2m.atl.examples-feature/pom.xml
+++ b/examples/org.eclipse.m2m.atl.examples-feature/pom.xml
@@ -15,12 +15,12 @@
<parent>
<artifactId>m2m.atl-parent</artifactId>
<groupId>org.eclipse.m2m.atl</groupId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.1-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.m2m.atl.releng.parent</relativePath>
</parent>
<groupId>org.eclipse.m2m.atl.features</groupId>
<artifactId>org.eclipse.m2m.atl.examples</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top