diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-12-21 16:52:08 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-12-21 16:52:08 +0100 |
commit | 271ff0f6404acf44d8ab5e5893bdf6b02374ebec (patch) | |
tree | d87a5638d916b6671af7a67c313d31a4e5234e2c | |
parent | 9161b23b47c5046bec7f27c53145b1ca2fabf8df (diff) | |
download | aspectj-271ff0f6404acf44d8ab5e5893bdf6b02374ebec.tar.gz aspectj-271ff0f6404acf44d8ab5e5893bdf6b02374ebec.zip |
AspectJ release 1.9.19V1_9_19
-rw-r--r-- | ajde.core/pom.xml | 2 | ||||
-rw-r--r-- | ajde/pom.xml | 2 | ||||
-rw-r--r-- | ajdoc/pom.xml | 2 | ||||
-rw-r--r-- | asm/pom.xml | 2 | ||||
-rw-r--r-- | aspectjmatcher/pom.xml | 2 | ||||
-rw-r--r-- | aspectjrt/pom.xml | 2 | ||||
-rw-r--r-- | aspectjtools/pom.xml | 2 | ||||
-rw-r--r-- | aspectjweaver/pom.xml | 2 | ||||
-rw-r--r-- | bcel-builder/pom.xml | 2 | ||||
-rw-r--r-- | bridge/pom.xml | 2 | ||||
-rw-r--r-- | build/pom.xml | 2 | ||||
-rw-r--r-- | docs/pom.xml | 2 | ||||
-rw-r--r-- | installer/pom.xml | 2 | ||||
-rw-r--r-- | lib/pom.xml | 2 | ||||
-rw-r--r-- | loadtime/pom.xml | 2 | ||||
-rw-r--r-- | org.aspectj.ajdt.core/pom.xml | 2 | ||||
-rw-r--r-- | org.aspectj.matcher/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | run-all-junit-tests/pom.xml | 2 | ||||
-rw-r--r-- | runtime/pom.xml | 2 | ||||
-rw-r--r-- | taskdefs/pom.xml | 2 | ||||
-rw-r--r-- | testing-client/pom.xml | 2 | ||||
-rw-r--r-- | testing-drivers/pom.xml | 2 | ||||
-rw-r--r-- | testing-util/pom.xml | 2 | ||||
-rw-r--r-- | testing/pom.xml | 2 | ||||
-rw-r--r-- | tests/pom.xml | 2 | ||||
-rw-r--r-- | util/pom.xml | 2 | ||||
-rw-r--r-- | weaver/pom.xml | 2 |
28 files changed, 28 insertions, 28 deletions
diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml index 9de1dd313..3f2581c2a 100644 --- a/ajde.core/pom.xml +++ b/ajde.core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>ajde.core</artifactId> diff --git a/ajde/pom.xml b/ajde/pom.xml index 948492f96..2b56c8afe 100644 --- a/ajde/pom.xml +++ b/ajde/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>ajde</artifactId> diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml index 9ab6304df..47e2a3952 100644 --- a/ajdoc/pom.xml +++ b/ajdoc/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>ajdoc</artifactId> diff --git a/asm/pom.xml b/asm/pom.xml index 02229d0d0..117f0db18 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>asm</artifactId> diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index 9f664c0bd..d6a742719 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>aspectjmatcher</artifactId> diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml index 09e67eef0..15ec4ab11 100644 --- a/aspectjrt/pom.xml +++ b/aspectjrt/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>aspectjrt</artifactId> diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index eb9300e31..e1f9a4a35 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>aspectjtools</artifactId> diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index 09dfb01a9..d31b7651e 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>aspectjweaver</artifactId> diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml index d8eb96943..42cf7a56f 100644 --- a/bcel-builder/pom.xml +++ b/bcel-builder/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>bcel-builder</artifactId> diff --git a/bridge/pom.xml b/bridge/pom.xml index fcbc63e00..b80f830f9 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>bridge</artifactId> diff --git a/build/pom.xml b/build/pom.xml index cb2fb7456..cbdf9d681 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>build</artifactId> diff --git a/docs/pom.xml b/docs/pom.xml index 30c0c2f68..e00929737 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>docs</artifactId> diff --git a/installer/pom.xml b/installer/pom.xml index a9474926c..b9c1e52ec 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>installer</artifactId> diff --git a/lib/pom.xml b/lib/pom.xml index eb26770db..d91b6e3b8 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>lib</artifactId> diff --git a/loadtime/pom.xml b/loadtime/pom.xml index 0a759d23b..654744b9c 100644 --- a/loadtime/pom.xml +++ b/loadtime/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>loadtime</artifactId> diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml index b3a358989..51d29919c 100644 --- a/org.aspectj.ajdt.core/pom.xml +++ b/org.aspectj.ajdt.core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>org.aspectj.ajdt.core</artifactId> diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml index 1af71688b..f1ecca1bf 100644 --- a/org.aspectj.matcher/pom.xml +++ b/org.aspectj.matcher/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>org.aspectj.matcher</artifactId> @@ -5,7 +5,7 @@ <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> <packaging>pom</packaging> <name>AspectJ Parent Project</name> diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index b636018c2..f0f54f1ef 100644 --- a/run-all-junit-tests/pom.xml +++ b/run-all-junit-tests/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>run-all-junit-tests</artifactId> diff --git a/runtime/pom.xml b/runtime/pom.xml index 1da7e877e..188cc9f3c 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>runtime</artifactId> diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml index d923446ad..331657ad0 100644 --- a/taskdefs/pom.xml +++ b/taskdefs/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>taskdefs</artifactId> diff --git a/testing-client/pom.xml b/testing-client/pom.xml index 2e2ea723c..b64f920b4 100644 --- a/testing-client/pom.xml +++ b/testing-client/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>testing-client</artifactId> diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml index 08c7cf38d..50133ff3e 100644 --- a/testing-drivers/pom.xml +++ b/testing-drivers/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>testing-drivers</artifactId> diff --git a/testing-util/pom.xml b/testing-util/pom.xml index a0866689e..bb5e28098 100644 --- a/testing-util/pom.xml +++ b/testing-util/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>testing-util</artifactId> diff --git a/testing/pom.xml b/testing/pom.xml index a1ff20056..574e96dbd 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>testing</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index d767dcebc..fb322a8c1 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>tests</artifactId> diff --git a/util/pom.xml b/util/pom.xml index 0866d18e3..f5e28bcf6 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>util</artifactId> diff --git a/weaver/pom.xml b/weaver/pom.xml index d6e839313..782a3d16f 100644 --- a/weaver/pom.xml +++ b/weaver/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19-SNAPSHOT</version> + <version>1.9.19</version> </parent> <artifactId>weaver</artifactId> |