From 6dc09db0ca1589f8c53c4dca054e3a852eaaecba Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 21 Mar 2022 10:45:00 +0700 Subject: Prepare code, tests and docs for Java 18 - JDT Core dependency in pom.xml - Constants.java - LangUtil.java - AjcTask.java - messages_aspectj.properties - XMLBasedAjcTestCaseForJava17Only.java - XMLBasedAjcTestCaseForJava18*.java - tests/bugs199 - tests/features199 - JavaVersionCompatibility.md - README-199.html - GitHub CI build Signed-off-by: Alexander Kriegisch --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ed9ec5fb1..3e988779c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ true - 1.9.9-SNAPSHOT + 1.9.9.j18-SNAPSHOT 9.2 1.6.3 2.6.2 -- cgit v1.2.3 From 09d5772dba8fa81ed6ee1a74ae7e7721cfc3787c Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 21 Mar 2022 11:30:38 +0700 Subject: Use '-Djava.security.manager=allow' on Java 18+ (JEP 411) JEP 411: Deprecate the Security Manager for Removal, see https://openjdk.java.net/jeps/411. As of Java 18, the new API for blocking System.exit is not available yet, see https://bugs.openjdk.java.net/browse/JDK-8199704. Signed-off-by: Alexander Kriegisch --- pom.xml | 14 ++++++++++++++ .../java/org/aspectj/testing/harness/bridge/JavaRun.java | 3 +++ 2 files changed, 17 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3e988779c..d262f8d92 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,20 @@ --add-opens java.base/java.lang=ALL-UNNAMED + + jdk-18-to-xx + + [18,) + + + + -Djava.security.manager=allow + + release diff --git a/testing/src/test/java/org/aspectj/testing/harness/bridge/JavaRun.java b/testing/src/test/java/org/aspectj/testing/harness/bridge/JavaRun.java index 93ca14e70..fa3315396 100644 --- a/testing/src/test/java/org/aspectj/testing/harness/bridge/JavaRun.java +++ b/testing/src/test/java/org/aspectj/testing/harness/bridge/JavaRun.java @@ -600,6 +600,9 @@ public class JavaRun implements IAjcRun { public static class Spec extends AbstractRunSpec { static { try { + // TODO: Deprecate the Security Manager for Removal, see https://openjdk.java.net/jeps/411. + // As of Java 18, the new API for blocking System.exit is not available yet, see + // https://bugs.openjdk.java.net/browse/JDK-8199704. System.setSecurityManager(RunSecurityManager.ME); } catch (Throwable t) { System.err.println("JavaRun: Security manager set - no System.exit() protection"); -- cgit v1.2.3 From 486b22487379b1a788433ebb8b206a30fde15ac0 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 24 Mar 2022 17:24:42 +0700 Subject: Bump JDT Core to 1.9.9 Signed-off-by: Alexander Kriegisch --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d262f8d92..4e1bac8ca 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ true - 1.9.9.j18-SNAPSHOT + 1.9.9 9.2 1.6.3 2.6.2 -- cgit v1.2.3 From f25573c72a9016204c32205633a7014a8b2bb99b Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 24 Mar 2022 17:46:53 +0700 Subject: Set version to 1.9.9 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/dist/doc/README-199.html | 2 +- docs/pom.xml | 2 +- installer/pom.xml | 2 +- lib/aspectj/lib/aspectjrt.jar | Bin 122989 -> 125110 bytes lib/aspectj/lib/aspectjtools.jar | Bin 14592707 -> 14621202 bytes lib/aspectj/lib/aspectjweaver.jar | Bin 2062888 -> 2088162 bytes lib/pom.xml | 2 +- lib/test/aspectjrt.jar | Bin 122989 -> 125110 bytes 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 +- 34 files changed, 30 insertions(+), 30 deletions(-) (limited to 'pom.xml') diff --git a/ajbrowser/pom.xml b/ajbrowser/pom.xml index 4df5cf765..3120352eb 100644 --- a/ajbrowser/pom.xml +++ b/ajbrowser/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 ajbrowser diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml index 9d2bdde5d..2f3bc066a 100644 --- a/ajde.core/pom.xml +++ b/ajde.core/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 ajde.core diff --git a/ajde/pom.xml b/ajde/pom.xml index 4991c9f36..64bcc6f5d 100644 --- a/ajde/pom.xml +++ b/ajde/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 ajde diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml index 0218e17f0..c1fcad63d 100644 --- a/ajdoc/pom.xml +++ b/ajdoc/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 ajdoc diff --git a/asm/pom.xml b/asm/pom.xml index d2a24d706..dd398e701 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 asm diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index b34180220..9f2cb4416 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 aspectjmatcher diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml index f9614eaef..9903f5d54 100644 --- a/aspectjrt/pom.xml +++ b/aspectjrt/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 aspectjrt diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index 2533e145a..bf685277a 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 aspectjtools diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index 668b72985..3dd9f8eba 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 aspectjweaver diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml index 0f14ab58f..37b655502 100644 --- a/bcel-builder/pom.xml +++ b/bcel-builder/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 bcel-builder diff --git a/bridge/pom.xml b/bridge/pom.xml index 893c1040e..0d501846e 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 bridge diff --git a/build/pom.xml b/build/pom.xml index 87b72257a..6abfeabbf 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 build diff --git a/docs/dist/doc/README-199.html b/docs/dist/doc/README-199.html index 8c9c7ecfc..e39db1909 100644 --- a/docs/dist/doc/README-199.html +++ b/docs/dist/doc/README-199.html @@ -134,7 +134,7 @@

- Available: 1.9.9 available DD-MMM-2022 + Available: 1.9.9 available 24-Mar-2022

diff --git a/docs/pom.xml b/docs/pom.xml index c2a8d2f18..10c29ffc2 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 docs diff --git a/installer/pom.xml b/installer/pom.xml index 9ae8957bb..4d575a4b5 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 installer diff --git a/lib/aspectj/lib/aspectjrt.jar b/lib/aspectj/lib/aspectjrt.jar index 5e5174445..d319bb18c 100644 Binary files a/lib/aspectj/lib/aspectjrt.jar and b/lib/aspectj/lib/aspectjrt.jar differ diff --git a/lib/aspectj/lib/aspectjtools.jar b/lib/aspectj/lib/aspectjtools.jar index dfa45c6ef..130539fd4 100644 Binary files a/lib/aspectj/lib/aspectjtools.jar and b/lib/aspectj/lib/aspectjtools.jar differ diff --git a/lib/aspectj/lib/aspectjweaver.jar b/lib/aspectj/lib/aspectjweaver.jar index 12bfd44cd..e1f1fdfa8 100644 Binary files a/lib/aspectj/lib/aspectjweaver.jar and b/lib/aspectj/lib/aspectjweaver.jar differ diff --git a/lib/pom.xml b/lib/pom.xml index 49d9103e9..b7fe8be46 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -7,7 +7,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 lib diff --git a/lib/test/aspectjrt.jar b/lib/test/aspectjrt.jar index 5e5174445..d319bb18c 100644 Binary files a/lib/test/aspectjrt.jar and b/lib/test/aspectjrt.jar differ diff --git a/loadtime/pom.xml b/loadtime/pom.xml index 73897a9fd..85407da73 100644 --- a/loadtime/pom.xml +++ b/loadtime/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 loadtime diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml index 0aa31ae4a..efeb18a4b 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.9-SNAPSHOT + 1.9.9 org.aspectj.ajdt.core diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml index 9be544784..ff0c25f58 100644 --- a/org.aspectj.matcher/pom.xml +++ b/org.aspectj.matcher/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 org.aspectj.matcher diff --git a/pom.xml b/pom.xml index 4e1bac8ca..0724a17da 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 pom AspectJ Parent Project diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index 3e2357312..19fe6948d 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.9-SNAPSHOT + 1.9.9 run-all-junit-tests diff --git a/runtime/pom.xml b/runtime/pom.xml index 834943106..6c421b365 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 runtime diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml index 7185b9b5f..3380ea46f 100644 --- a/taskdefs/pom.xml +++ b/taskdefs/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 taskdefs diff --git a/testing-client/pom.xml b/testing-client/pom.xml index 401fff9f9..55ddc05a0 100644 --- a/testing-client/pom.xml +++ b/testing-client/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 testing-client diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml index 37052d85f..446d4a4ec 100644 --- a/testing-drivers/pom.xml +++ b/testing-drivers/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 testing-drivers diff --git a/testing-util/pom.xml b/testing-util/pom.xml index 4324b06df..aced91a4b 100644 --- a/testing-util/pom.xml +++ b/testing-util/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 testing-util diff --git a/testing/pom.xml b/testing/pom.xml index 2314f1cd4..acd4dd8e3 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 testing diff --git a/tests/pom.xml b/tests/pom.xml index 33801c2f5..767e2dd15 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 tests diff --git a/util/pom.xml b/util/pom.xml index e02f6255e..2a28e82c7 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 util diff --git a/weaver/pom.xml b/weaver/pom.xml index 0e03383a0..982343761 100644 --- a/weaver/pom.xml +++ b/weaver/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9-SNAPSHOT + 1.9.9 weaver -- cgit v1.2.3 From 1851f96e25a2037faacb3373a357d523c7e202e1 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 24 Mar 2022 17:56:14 +0700 Subject: Set version to 1.9.10-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(-) (limited to 'pom.xml') diff --git a/ajbrowser/pom.xml b/ajbrowser/pom.xml index 3120352eb..191e5c248 100644 --- a/ajbrowser/pom.xml +++ b/ajbrowser/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT ajbrowser diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml index 2f3bc066a..eefb3a411 100644 --- a/ajde.core/pom.xml +++ b/ajde.core/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT ajde.core diff --git a/ajde/pom.xml b/ajde/pom.xml index 64bcc6f5d..51679ae2d 100644 --- a/ajde/pom.xml +++ b/ajde/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT ajde diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml index c1fcad63d..50922a65c 100644 --- a/ajdoc/pom.xml +++ b/ajdoc/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT ajdoc diff --git a/asm/pom.xml b/asm/pom.xml index dd398e701..ff1bdc1ed 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT asm diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index 9f2cb4416..f707b22e6 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT aspectjmatcher diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml index 9903f5d54..22a47dd29 100644 --- a/aspectjrt/pom.xml +++ b/aspectjrt/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT aspectjrt diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index bf685277a..441df685d 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT aspectjtools diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index 3dd9f8eba..a173b769c 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT aspectjweaver diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml index 37b655502..f2f8ca305 100644 --- a/bcel-builder/pom.xml +++ b/bcel-builder/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT bcel-builder diff --git a/bridge/pom.xml b/bridge/pom.xml index 0d501846e..20411313c 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT bridge diff --git a/build/pom.xml b/build/pom.xml index 6abfeabbf..23ae6dd97 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT build diff --git a/docs/pom.xml b/docs/pom.xml index 10c29ffc2..39a7c0f7f 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT docs diff --git a/installer/pom.xml b/installer/pom.xml index 4d575a4b5..499c48f16 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT installer diff --git a/lib/pom.xml b/lib/pom.xml index b7fe8be46..9c6e60b66 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -7,7 +7,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT lib diff --git a/loadtime/pom.xml b/loadtime/pom.xml index 85407da73..c940bab30 100644 --- a/loadtime/pom.xml +++ b/loadtime/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT loadtime diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml index efeb18a4b..37b5fb181 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.9 + 1.9.10-SNAPSHOT org.aspectj.ajdt.core diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml index ff0c25f58..bc4ac7896 100644 --- a/org.aspectj.matcher/pom.xml +++ b/org.aspectj.matcher/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT org.aspectj.matcher diff --git a/pom.xml b/pom.xml index 0724a17da..71fb2bd66 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT pom AspectJ Parent Project diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index 19fe6948d..583acfae1 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.9 + 1.9.10-SNAPSHOT run-all-junit-tests diff --git a/runtime/pom.xml b/runtime/pom.xml index 6c421b365..e66954933 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT runtime diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml index 3380ea46f..55f5436e0 100644 --- a/taskdefs/pom.xml +++ b/taskdefs/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT taskdefs diff --git a/testing-client/pom.xml b/testing-client/pom.xml index 55ddc05a0..864dac12c 100644 --- a/testing-client/pom.xml +++ b/testing-client/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT testing-client diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml index 446d4a4ec..e22c688a2 100644 --- a/testing-drivers/pom.xml +++ b/testing-drivers/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT testing-drivers diff --git a/testing-util/pom.xml b/testing-util/pom.xml index aced91a4b..a596d0c99 100644 --- a/testing-util/pom.xml +++ b/testing-util/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT testing-util diff --git a/testing/pom.xml b/testing/pom.xml index acd4dd8e3..ae7fd0d9a 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT testing diff --git a/tests/pom.xml b/tests/pom.xml index 767e2dd15..21efac3cc 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT tests diff --git a/util/pom.xml b/util/pom.xml index 2a28e82c7..ca3e31e75 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT util diff --git a/weaver/pom.xml b/weaver/pom.xml index 982343761..966f6791a 100644 --- a/weaver/pom.xml +++ b/weaver/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.9 + 1.9.10-SNAPSHOT weaver -- cgit v1.2.3