From 8bdffe89915fbfe7460231dd3f328826b4ee09e4 Mon Sep 17 00:00:00 2001
From: Alexander Kriegisch
Date: Mon, 11 Oct 2021 14:24:53 +0200
Subject: Improve README-198.html
Adjust both content and document structure.
Signed-off-by: Alexander Kriegisch
---
docs/dist/doc/README-198.html | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/docs/dist/doc/README-198.html b/docs/dist/doc/README-198.html
index 825d872ef..24abfdb95 100644
--- a/docs/dist/doc/README-198.html
+++ b/docs/dist/doc/README-198.html
@@ -34,8 +34,8 @@
features, such as:
- - sealed classes (final in Java 17, previews in Java 15, 16 and AspectJ 1.9.7)
- - pattern matching for switch
+ - Sealed classes (final in Java 17, previews in Java 15, 16 and AspectJ 1.9.7)
+ - Pattern matching for switch
For features marked as preview on a given JDK, you need to compile with ajc --enable-preview and run with
@@ -47,12 +47,15 @@
is a JVM limitation unrelated to AspectJ. Also, e.g. sealed classes are preview-1 on JDK 15 and preview-2 on JDK 16.
You still need to recompile, no matter what.
+
+Improvements
+
- Furthermore, the --release N compiler option for correct cross-compilation to previous JDK bytecode + API
- versions is now supported by AJC. Previously, the option existed (inherited by ECJ) but did not work correctly.
+ The --release N compiler option for correct cross-compilation to previous JDK bytecode + API versions is now
+ supported by AJC. Previously, the option existed (inherited by ECJ) but did not work correctly.
-Code examples
+Code examples
You can find some sample code in the AspectJ test suite under the respective AspectJ version in which the features
@@ -86,14 +89,16 @@
-
- The AspectJ compiler no longer works on JDK 8-10. The minimum compile-time requirement for AspectJ is JDK 11 due
- to upstream changes in the Eclipse Java Compiler (subset of JDT Core), which AspectJ is a fork of. You can still
- compile to legacy target versions as low as Java 1.3, but the compiler itself (and probably also the load-time
- weaver) needs JDK 11.
+ The AspectJ compiler ajc (contained in the aspectjtools library) no longer works on JDKs 8 to 10. The minimum
+ compile-time requirement is now JDK 11 due to upstream changes in the Eclipse Java Compiler (subset of JDT Core),
+ which AspectJ is a fork of. You can still compile to legacy target versions as low as Java 1.3 when compiling plain
+ Java code or using plain Java ITD constructs which do not require the AspectJ runtime aspectjrt, but the compiler
+ itself needs JDK 11+. Just like in previous AspectJ versions, both the runtime aspectjrt and the load-time weaver
+ aspectjweaver still only require JRE 8+.
- Document build profiles and properties in docs/developer/BUILD.md
- Add a guide for setting up an AspectJ development environment in docs/developer/IDE.md
- - Allowed JAR saving if -proceedOnError is specified
+ - Allow JAR saving if -proceedOnError is specified
--
cgit v1.2.3
From b1ef6737054f21c26f273aa88cb0826d0d0d10f6 Mon Sep 17 00:00:00 2001
From: Alexander Kriegisch
Date: Mon, 11 Oct 2021 14:26:16 +0200
Subject: Revert "Bump com.thoughtworks.xstream:xstream to 1.4.18"
Reason: 1.4.18 causes exceptions during deployment.
This reverts commit 87fc651c50dd13b46c0cd869af2150ffa8b94a5f.
Signed-off-by: Alexander Kriegisch
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 664a3c7d2..be2a859ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,12 +432,13 @@
com.thoughtworks.xstream
xstream
- 1.4.18
+ 1.4.15
--
cgit v1.2.3
From e1cf947a2186b3d1b3f0531f7ba533a196ec5e7a Mon Sep 17 00:00:00 2001
From: Alexander Kriegisch
Date: Wed, 10 Nov 2021 12:31:51 +0100
Subject: Bump JDT Core to 1.9.8.RC2
Fixes JDT Core bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=576093
and related AspectJ issue #95.
Signed-off-by: Alexander Kriegisch
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index be2a859ba..66b40d96c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
true
- 1.9.8.RC1
+ 1.9.8.RC2
9.2
1.6.3
2.6.2
--
cgit v1.2.3
From 5d4f2c2a6b5df574360e5c5fac6ce6a5cbea833f Mon Sep 17 00:00:00 2001
From: Alexander Kriegisch
Date: Wed, 10 Nov 2021 12:47:33 +0100
Subject: Set version to 1.9.8.RC2
Signed-off-by: Alexander Kriegisch
---
ajbrowser/pom.xml | 2 +-
ajde.core/pom.xml | 2 +-
ajde/pom.xml | 2 +-
ajdoc/pom.xml | 2 +-
asm/pom.xml | 2 +-
aspectjmatcher/pom.xml | 2 +-
aspectjrt/pom.xml | 2 +-
aspectjtools/pom.xml | 2 +-
aspectjweaver/pom.xml | 2 +-
bcel-builder/pom.xml | 2 +-
bridge/pom.xml | 2 +-
build/pom.xml | 2 +-
docs/pom.xml | 2 +-
installer/pom.xml | 2 +-
lib/pom.xml | 2 +-
loadtime/pom.xml | 2 +-
org.aspectj.ajdt.core/pom.xml | 2 +-
org.aspectj.matcher/pom.xml | 2 +-
pom.xml | 2 +-
run-all-junit-tests/pom.xml | 2 +-
runtime/pom.xml | 2 +-
taskdefs/pom.xml | 2 +-
testing-client/pom.xml | 2 +-
testing-drivers/pom.xml | 2 +-
testing-util/pom.xml | 2 +-
testing/pom.xml | 2 +-
tests/pom.xml | 2 +-
util/pom.xml | 2 +-
weaver/pom.xml | 2 +-
29 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/ajbrowser/pom.xml b/ajbrowser/pom.xml
index 97a50c606..61c5e5316 100644
--- a/ajbrowser/pom.xml
+++ b/ajbrowser/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
ajbrowser
diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml
index a56efdf17..b49099f88 100644
--- a/ajde.core/pom.xml
+++ b/ajde.core/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
ajde.core
diff --git a/ajde/pom.xml b/ajde/pom.xml
index 1e47f611f..39ed8db9d 100644
--- a/ajde/pom.xml
+++ b/ajde/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
ajde
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml
index 2c076f995..f319e3435 100644
--- a/ajdoc/pom.xml
+++ b/ajdoc/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
ajdoc
diff --git a/asm/pom.xml b/asm/pom.xml
index 8471045b9..11951dbbc 100644
--- a/asm/pom.xml
+++ b/asm/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
asm
diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml
index 1b504f026..6e5ab5604 100644
--- a/aspectjmatcher/pom.xml
+++ b/aspectjmatcher/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
aspectjmatcher
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml
index ab8eeb8b4..f48782d4d 100644
--- a/aspectjrt/pom.xml
+++ b/aspectjrt/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
aspectjrt
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml
index 662bfa02d..7a66c7583 100644
--- a/aspectjtools/pom.xml
+++ b/aspectjtools/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
aspectjtools
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml
index 4f9dd6ecd..cc0cb1146 100644
--- a/aspectjweaver/pom.xml
+++ b/aspectjweaver/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
aspectjweaver
diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml
index 7137cec59..b8f347fec 100644
--- a/bcel-builder/pom.xml
+++ b/bcel-builder/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
bcel-builder
diff --git a/bridge/pom.xml b/bridge/pom.xml
index 8f47a2bcb..cc5df0c67 100644
--- a/bridge/pom.xml
+++ b/bridge/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
bridge
diff --git a/build/pom.xml b/build/pom.xml
index 8112df972..f27216dac 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
build
diff --git a/docs/pom.xml b/docs/pom.xml
index db94e58e4..ac44188ee 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
docs
diff --git a/installer/pom.xml b/installer/pom.xml
index db736e7d2..ec5422c44 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
installer
diff --git a/lib/pom.xml b/lib/pom.xml
index 863e20b76..980b62ee8 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -7,7 +7,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
lib
diff --git a/loadtime/pom.xml b/loadtime/pom.xml
index ee13f90b1..ed1f624c1 100644
--- a/loadtime/pom.xml
+++ b/loadtime/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
loadtime
diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml
index 87bc6d72f..1438b0542 100644
--- a/org.aspectj.ajdt.core/pom.xml
+++ b/org.aspectj.ajdt.core/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
org.aspectj.ajdt.core
diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml
index 8453ad1c6..7bb0d7c3b 100644
--- a/org.aspectj.matcher/pom.xml
+++ b/org.aspectj.matcher/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
org.aspectj.matcher
diff --git a/pom.xml b/pom.xml
index 66b40d96c..a3100db35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
pom
AspectJ Parent Project
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index f1bc62ffd..e07ac3b00 100644
--- a/run-all-junit-tests/pom.xml
+++ b/run-all-junit-tests/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
run-all-junit-tests
diff --git a/runtime/pom.xml b/runtime/pom.xml
index b410bdaa0..3d6c47366 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
runtime
diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml
index 8097fc4af..635fef069 100644
--- a/taskdefs/pom.xml
+++ b/taskdefs/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
taskdefs
diff --git a/testing-client/pom.xml b/testing-client/pom.xml
index 283787216..fe6774523 100644
--- a/testing-client/pom.xml
+++ b/testing-client/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
testing-client
diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml
index 96abef694..1f5c0f9fa 100644
--- a/testing-drivers/pom.xml
+++ b/testing-drivers/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
testing-drivers
diff --git a/testing-util/pom.xml b/testing-util/pom.xml
index 9ae555d3b..fe78cae20 100644
--- a/testing-util/pom.xml
+++ b/testing-util/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
testing-util
diff --git a/testing/pom.xml b/testing/pom.xml
index d92ee25c4..747a1647d 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
testing
diff --git a/tests/pom.xml b/tests/pom.xml
index bd147726b..e634394f3 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
tests
diff --git a/util/pom.xml b/util/pom.xml
index d16dd9821..2a5b9625c 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
util
diff --git a/weaver/pom.xml b/weaver/pom.xml
index 9513184b8..faadd0518 100644
--- a/weaver/pom.xml
+++ b/weaver/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8-SNAPSHOT
+ 1.9.8.RC2
weaver
--
cgit v1.2.3
From 32f4401c34c10dba6aa16d63f2456740d80f4ee1 Mon Sep 17 00:00:00 2001
From: Alexander Kriegisch
Date: Wed, 10 Nov 2021 12:49:44 +0100
Subject: Set version to 1.9.8-SNAPSHOT
Signed-off-by: Alexander Kriegisch
---
ajbrowser/pom.xml | 2 +-
ajde.core/pom.xml | 2 +-
ajde/pom.xml | 2 +-
ajdoc/pom.xml | 2 +-
asm/pom.xml | 2 +-
aspectjmatcher/pom.xml | 2 +-
aspectjrt/pom.xml | 2 +-
aspectjtools/pom.xml | 2 +-
aspectjweaver/pom.xml | 2 +-
bcel-builder/pom.xml | 2 +-
bridge/pom.xml | 2 +-
build/pom.xml | 2 +-
docs/pom.xml | 2 +-
installer/pom.xml | 2 +-
lib/pom.xml | 2 +-
loadtime/pom.xml | 2 +-
org.aspectj.ajdt.core/pom.xml | 2 +-
org.aspectj.matcher/pom.xml | 2 +-
pom.xml | 2 +-
run-all-junit-tests/pom.xml | 2 +-
runtime/pom.xml | 2 +-
taskdefs/pom.xml | 2 +-
testing-client/pom.xml | 2 +-
testing-drivers/pom.xml | 2 +-
testing-util/pom.xml | 2 +-
testing/pom.xml | 2 +-
tests/pom.xml | 2 +-
util/pom.xml | 2 +-
weaver/pom.xml | 2 +-
29 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/ajbrowser/pom.xml b/ajbrowser/pom.xml
index 61c5e5316..97a50c606 100644
--- a/ajbrowser/pom.xml
+++ b/ajbrowser/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
ajbrowser
diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml
index b49099f88..a56efdf17 100644
--- a/ajde.core/pom.xml
+++ b/ajde.core/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
ajde.core
diff --git a/ajde/pom.xml b/ajde/pom.xml
index 39ed8db9d..1e47f611f 100644
--- a/ajde/pom.xml
+++ b/ajde/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
ajde
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml
index f319e3435..2c076f995 100644
--- a/ajdoc/pom.xml
+++ b/ajdoc/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
ajdoc
diff --git a/asm/pom.xml b/asm/pom.xml
index 11951dbbc..8471045b9 100644
--- a/asm/pom.xml
+++ b/asm/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
asm
diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml
index 6e5ab5604..1b504f026 100644
--- a/aspectjmatcher/pom.xml
+++ b/aspectjmatcher/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
aspectjmatcher
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml
index f48782d4d..ab8eeb8b4 100644
--- a/aspectjrt/pom.xml
+++ b/aspectjrt/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
aspectjrt
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml
index 7a66c7583..662bfa02d 100644
--- a/aspectjtools/pom.xml
+++ b/aspectjtools/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
aspectjtools
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml
index cc0cb1146..4f9dd6ecd 100644
--- a/aspectjweaver/pom.xml
+++ b/aspectjweaver/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
aspectjweaver
diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml
index b8f347fec..7137cec59 100644
--- a/bcel-builder/pom.xml
+++ b/bcel-builder/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
bcel-builder
diff --git a/bridge/pom.xml b/bridge/pom.xml
index cc5df0c67..8f47a2bcb 100644
--- a/bridge/pom.xml
+++ b/bridge/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
bridge
diff --git a/build/pom.xml b/build/pom.xml
index f27216dac..8112df972 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
build
diff --git a/docs/pom.xml b/docs/pom.xml
index ac44188ee..db94e58e4 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
docs
diff --git a/installer/pom.xml b/installer/pom.xml
index ec5422c44..db736e7d2 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
installer
diff --git a/lib/pom.xml b/lib/pom.xml
index 980b62ee8..863e20b76 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -7,7 +7,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
lib
diff --git a/loadtime/pom.xml b/loadtime/pom.xml
index ed1f624c1..ee13f90b1 100644
--- a/loadtime/pom.xml
+++ b/loadtime/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
loadtime
diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml
index 1438b0542..87bc6d72f 100644
--- a/org.aspectj.ajdt.core/pom.xml
+++ b/org.aspectj.ajdt.core/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
org.aspectj.ajdt.core
diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml
index 7bb0d7c3b..8453ad1c6 100644
--- a/org.aspectj.matcher/pom.xml
+++ b/org.aspectj.matcher/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
org.aspectj.matcher
diff --git a/pom.xml b/pom.xml
index a3100db35..66b40d96c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
pom
AspectJ Parent Project
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index e07ac3b00..f1bc62ffd 100644
--- a/run-all-junit-tests/pom.xml
+++ b/run-all-junit-tests/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
run-all-junit-tests
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 3d6c47366..b410bdaa0 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
runtime
diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml
index 635fef069..8097fc4af 100644
--- a/taskdefs/pom.xml
+++ b/taskdefs/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
taskdefs
diff --git a/testing-client/pom.xml b/testing-client/pom.xml
index fe6774523..283787216 100644
--- a/testing-client/pom.xml
+++ b/testing-client/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
testing-client
diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml
index 1f5c0f9fa..96abef694 100644
--- a/testing-drivers/pom.xml
+++ b/testing-drivers/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
testing-drivers
diff --git a/testing-util/pom.xml b/testing-util/pom.xml
index fe78cae20..9ae555d3b 100644
--- a/testing-util/pom.xml
+++ b/testing-util/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
testing-util
diff --git a/testing/pom.xml b/testing/pom.xml
index 747a1647d..d92ee25c4 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
testing
diff --git a/tests/pom.xml b/tests/pom.xml
index e634394f3..bd147726b 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
tests
diff --git a/util/pom.xml b/util/pom.xml
index 2a5b9625c..d16dd9821 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
util
diff --git a/weaver/pom.xml b/weaver/pom.xml
index faadd0518..9513184b8 100644
--- a/weaver/pom.xml
+++ b/weaver/pom.xml
@@ -6,7 +6,7 @@
org.aspectj
aspectj-parent
- 1.9.8.RC2
+ 1.9.8-SNAPSHOT
weaver
--
cgit v1.2.3