From 08c6b70963e778bf2d12f063b833a2f544b9d37c Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 24 May 2021 08:13:52 +0700 Subject: [PATCH] Set version to 1.9.7.M2 Also depend on JDT Core 1.9.7.M2 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 | 4 ++-- 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, 30 insertions(+), 30 deletions(-) diff --git a/ajbrowser/pom.xml b/ajbrowser/pom.xml index 54bd23762..0cb760586 100644 --- a/ajbrowser/pom.xml +++ b/ajbrowser/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 ajbrowser diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml index 865067c25..e135adb8c 100644 --- a/ajde.core/pom.xml +++ b/ajde.core/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 ajde.core diff --git a/ajde/pom.xml b/ajde/pom.xml index c732cd8fe..d01943fe5 100644 --- a/ajde/pom.xml +++ b/ajde/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 ajde diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml index 875c4ce7f..755bb7499 100644 --- a/ajdoc/pom.xml +++ b/ajdoc/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 ajdoc diff --git a/asm/pom.xml b/asm/pom.xml index bc2083163..fbe111fd3 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 asm diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index ac52698ab..fbed2596f 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 aspectjmatcher diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml index a63eb5171..c27842b59 100644 --- a/aspectjrt/pom.xml +++ b/aspectjrt/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 aspectjrt diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index dd16458ae..e7c99eafe 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 aspectjtools diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index d394a76d8..606c7ec21 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 aspectjweaver diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml index e7e9a4930..9cbc8ef2e 100644 --- a/bcel-builder/pom.xml +++ b/bcel-builder/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 bcel-builder diff --git a/bridge/pom.xml b/bridge/pom.xml index 18e546849..e56dd850e 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 bridge diff --git a/build/pom.xml b/build/pom.xml index bac4aecc5..91445243f 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 build diff --git a/docs/pom.xml b/docs/pom.xml index f2caccaf8..0ae3de975 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 docs diff --git a/installer/pom.xml b/installer/pom.xml index 82f06ec3a..0165dbbb4 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 installer diff --git a/lib/pom.xml b/lib/pom.xml index abb416de6..5b4384096 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -7,7 +7,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 lib diff --git a/loadtime/pom.xml b/loadtime/pom.xml index 76b325820..90ced9a74 100644 --- a/loadtime/pom.xml +++ b/loadtime/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 loadtime diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml index e2f63a005..0bce3299c 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.7-SNAPSHOT + 1.9.7.M2 org.aspectj.ajdt.core diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml index 09d588d58..27c0f4ff2 100644 --- a/org.aspectj.matcher/pom.xml +++ b/org.aspectj.matcher/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 org.aspectj.matcher diff --git a/pom.xml b/pom.xml index 5781ac74b..dcda0a01a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 pom AspectJ Parent Project @@ -21,7 +21,7 @@ true - 3.25.0-SNAPSHOT + 1.9.7.M2 9.1 1.6.3 2.6.2 diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index ff35e03af..b18b60ba1 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.7-SNAPSHOT + 1.9.7.M2 run-all-junit-tests diff --git a/runtime/pom.xml b/runtime/pom.xml index ceb3c8462..5de08ad3a 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 runtime diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml index 961e4fc08..1e825ec93 100644 --- a/taskdefs/pom.xml +++ b/taskdefs/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 taskdefs diff --git a/testing-client/pom.xml b/testing-client/pom.xml index 7ab814b72..01fc763b1 100644 --- a/testing-client/pom.xml +++ b/testing-client/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 testing-client diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml index 95d27ec2a..0760c8860 100644 --- a/testing-drivers/pom.xml +++ b/testing-drivers/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 testing-drivers diff --git a/testing-util/pom.xml b/testing-util/pom.xml index e1db8f2a6..7c386bce5 100644 --- a/testing-util/pom.xml +++ b/testing-util/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 testing-util diff --git a/testing/pom.xml b/testing/pom.xml index 84502ec60..03b648884 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 testing diff --git a/tests/pom.xml b/tests/pom.xml index 83dba3178..fe40f952a 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 tests diff --git a/util/pom.xml b/util/pom.xml index 07d812555..3ea6c7d21 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 util diff --git a/weaver/pom.xml b/weaver/pom.xml index e3bb65e7d..15998a2c4 100644 --- a/weaver/pom.xml +++ b/weaver/pom.xml @@ -6,7 +6,7 @@ org.aspectj aspectj-parent - 1.9.7-SNAPSHOT + 1.9.7.M2 weaver -- 2.39.5