Releng: maven release 2.8.2
+ part 1: build but no real deploy yet
diff --git a/maven/infrastructure/artifact-deployer/pom.xml b/maven/infrastructure/artifact-deployer/pom.xml
index e263062..16955d1 100644
--- a/maven/infrastructure/artifact-deployer/pom.xml
+++ b/maven/infrastructure/artifact-deployer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.objectteams</groupId>
<artifactId>objectteams-parent-pom</artifactId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../parent-pom</relativePath>
</parent>
@@ -57,13 +57,13 @@
<!-- Object Teams versions, update manually: -->
<!-- version of the signed ecotj jar file: -->
- <ecotj.version>I-2.8.2-202209081216</ecotj.version> <!-- TODO: signed? -->
- <export.version>2.8.2.202209081217</export.version>
+ <ecotj.version>R-2.8.2-202307181936</ecotj.version> <!-- TODO: signed? -->
+ <export.version>2.8.2.202307181937</export.version>
<!-- version of the org.eclipse.objectteams.runtime plugin: -->
<otre.version>2.7.0.201806120901</otre.version>
- <otruntime.version>2.8.2.202209081217</otruntime.version>
+ <otruntime.version>2.8.2.202307181937</otruntime.version>
<!-- version of the org.eclipse.objectteams.otredyn plugin: -->
- <otredyn.version>1.4.2.202209081217</otredyn.version>
+ <otredyn.version>1.4.2.202307181937</otredyn.version>
<!-- locate the jar files to install/deploy: -->
<ecotj.jar.file>${ecj.export.dir}/ecotj-${ecotj.version}.jar</ecotj.jar.file>
@@ -330,16 +330,6 @@
<skip>true</skip>
</configuration>
</plugin>
-<!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.7</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
--->
</plugins>
</build>
</project>
diff --git a/maven/infrastructure/parent-pom-otdre/pom.xml b/maven/infrastructure/parent-pom-otdre/pom.xml
index 2a06982..938aaac 100644
--- a/maven/infrastructure/parent-pom-otdre/pom.xml
+++ b/maven/infrastructure/parent-pom-otdre/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.objectteams</groupId>
<artifactId>objectteams-parent-pom</artifactId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../parent-pom</relativePath>
</parent>
diff --git a/maven/infrastructure/parent-pom/pom.xml b/maven/infrastructure/parent-pom/pom.xml
index be5e3b1..0caea6d 100644
--- a/maven/infrastructure/parent-pom/pom.xml
+++ b/maven/infrastructure/parent-pom/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.eclipse.objectteams</groupId>
<artifactId>objectteams-parent-pom</artifactId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<packaging>pom</packaging>
<name>Object Teams parent pom</name>
@@ -90,8 +90,8 @@
<protocol>scpexe</protocol>
<!-- Our Version: -->
- <otj.version>2.8.2-SNAPSHOT</otj.version>
- <otdre.version>1.4.2-SNAPSHOT</otdre.version>
+ <otj.version>2.8.2</otj.version>
+ <otdre.version>1.4.2</otdre.version>
<!-- Versions of dependencies: -->
<bcel.version>5.2</bcel.version>
@@ -157,7 +157,7 @@
Using java 1.8 language level is recommended, default is 1.3, OT/J needs 1.5 minimum
-->
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.1</version>
+ <version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
diff --git a/maven/infrastructure/parent-pom/src/site/apt/usage.apt b/maven/infrastructure/parent-pom/src/site/apt/usage.apt
index 594770e..6baa15c 100644
--- a/maven/infrastructure/parent-pom/src/site/apt/usage.apt
+++ b/maven/infrastructure/parent-pom/src/site/apt/usage.apt
@@ -64,7 +64,7 @@
[org.eclipse.objectteams:objectteams-otre-agent] the Java agent that hooks the Object Teams runtime into the JVM (repackaged from file <<<otre_agent.jar>>>
from the <<<org.eclipse.objectteams.otdt>>> project).
- [org.eclipse.objectteams:objectteams-otj-compiler] a compatible replacement for <<<org.eclipse.tycho:org.eclipse.jdt.core>>> that enables the
+ [org.eclipse.objectteams:objectteams-otj-compiler] a compatible replacement for <<<org.eclipse.jdt:ecj>>> that enables the
<<<org.eclipse.tycho:tycho-compiler-jdt>>> plugin to compile OT/J sources.
[]
diff --git a/maven/infrastructure/pom.xml b/maven/infrastructure/pom.xml
index 7f0c424..fdca5db 100644
--- a/maven/infrastructure/pom.xml
+++ b/maven/infrastructure/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.eclipse.objectteams</groupId>
<artifactId>infrastructure-parent</artifactId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<packaging>pom</packaging>
<name>Object Teams infrastructure parent pom</name>
diff --git a/maven/infrastructure/settings-jipp.xml b/maven/infrastructure/settings-jipp.xml
index 03d4a3a..3bcadfe 100644
--- a/maven/infrastructure/settings-jipp.xml
+++ b/maven/infrastructure/settings-jipp.xml
@@ -7,7 +7,7 @@
<id>jipp.eclipse.org</id>
<properties>
<otre.export.dir>/home/hudson/genie.objectteams/.jenkins/jobs/release-for-maven/workspace/otre-export</otre.export.dir>
- <ecj.export.dir>/home/data/httpd/download.eclipse.org/objectteams/ecotj</ecj.export.dir>
+ <ecj.export.dir>/home/hudson/genie.objectteams/.jenkins/jobs/release-for-maven/workspace/ecotj</ecj.export.dir>
<protocol>file</protocol>
<ot.host>localhost</ot.host>
<ot.maven.repository.basepath>/home/data/httpd/download.eclipse.org/objectteams/maven/3</ot.maven.repository.basepath>
diff --git a/maven/pom.xml b/maven/pom.xml
index cc26b28..2b92b80 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.eclipse.objectteams</groupId>
<artifactId>release-parent</artifactId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<packaging>pom</packaging>
<name>Object Teams parent pom for releasing to maven</name>
diff --git a/maven/testproject/pom.xml b/maven/testproject/pom.xml
index cdd8cc3..54d89d7 100644
--- a/maven/testproject/pom.xml
+++ b/maven/testproject/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.objectteams</groupId>
<artifactId>objectteams-otdre-parent-pom</artifactId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../infrastructure/parent-pom-otdre/pom.xml</relativePath>
</parent>