aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2021-11-10 08:31:44 -0800
committerGitHub <noreply@github.com>2021-11-10 08:31:44 -0800
commit0f85ca109b9e6ab849e201e76f62d5023cbfcb98 (patch)
treeb3b3720958b91081133c412f743098844925c93f /pom.xml
parent87fc651c50dd13b46c0cd869af2150ffa8b94a5f (diff)
parent32f4401c34c10dba6aa16d63f2456740d80f4ee1 (diff)
downloadaspectj-0f85ca109b9e6ab849e201e76f62d5023cbfcb98.tar.gz
aspectj-0f85ca109b9e6ab849e201e76f62d5023cbfcb98.zip
Merge pull request #96 from kriegaex/release-198
Release version 1.9.8.RC2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 664a3c7d2..66b40d96c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<maven.javadoc.skip>true</maven.javadoc.skip>
<!-- Dependency versions -->
- <jdt.core.version>1.9.8.RC1</jdt.core.version>
+ <jdt.core.version>1.9.8.RC2</jdt.core.version>
<asm.version>9.2</asm.version>
<lib.ant.version>1.6.3</lib.ant.version>
<lib.ant.xerces.version>2.6.2</lib.ant.xerces.version>
@@ -432,12 +432,13 @@
<!--
Plugin version 1.6.8 does not work on JDK 16+ without special MAVEN_OPTS opening certain modules,
because the XStream version used needs it. One workaround is to use a more recent XStream version.
+ Attention: Do *not* upgrade to e.g. 1.4.18, because it causes exceptions during deployment.
TODO: remove plugin dependency after OSSRH-66257, NEXUS-26993 are fixed.
-->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.18</version>
+ <version>1.4.15</version>
</dependency>
</dependencies>
</plugin>