deploy 2.1M6 as 2.1.0-SNAPSHOT
diff --git a/maven/infrastructure/artifact-deployer/objectteams-runtime-pom.xml b/maven/infrastructure/artifact-deployer/objectteams-runtime-pom.xml
index c826de6..8b08253 100644
--- a/maven/infrastructure/artifact-deployer/objectteams-runtime-pom.xml
+++ b/maven/infrastructure/artifact-deployer/objectteams-runtime-pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse</groupId>
<artifactId>objectteams-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<description>The OT/J Runtime Library</description>
<licenses>
diff --git a/maven/infrastructure/artifact-deployer/pom.xml b/maven/infrastructure/artifact-deployer/pom.xml
index 1c3208a..14c2b37 100644
--- a/maven/infrastructure/artifact-deployer/pom.xml
+++ b/maven/infrastructure/artifact-deployer/pom.xml
@@ -52,9 +52,9 @@
<properties>
<!-- Object Teams versions, update manually: -->
<!-- version of the ecotj jar file: -->
- <ecotj.version>R-2.0.0-201106070718</ecotj.version>
+ <ecotj.version>S-2.1.0M6-201203201245</ecotj.version>
<!-- version of the org.eclipse.objectteams.runtime plugin: -->
- <otre.version>2.0.0.201106070730</otre.version>
+ <otre.version>2.1.0.201201311800</otre.version>
<!-- locate the jar files to install/deploy: -->
<ecotj.jar.file>${ecj.export.dir}/ecotj-${ecotj.version}.jar</ecotj.jar.file>
diff --git a/maven/infrastructure/parent-pom/pom.xml b/maven/infrastructure/parent-pom/pom.xml
index ab951b0..ce2cac5 100644
--- a/maven/infrastructure/parent-pom/pom.xml
+++ b/maven/infrastructure/parent-pom/pom.xml
@@ -82,7 +82,7 @@
<project-repository-path>trunk/maven/infrastructure/parent-pom</project-repository-path>
<!-- Our Version: -->
- <otj.version>2.0.0</otj.version>
+ <otj.version>2.1.0-SNAPSHOT</otj.version>
<!-- Versions of dependencies: -->
<bcel.version>5.2</bcel.version>