aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ajbrowser/pom.xml2
-rw-r--r--ajde.core/pom.xml2
-rw-r--r--ajde/pom.xml2
-rw-r--r--ajdoc/pom.xml2
-rw-r--r--asm/pom.xml2
-rw-r--r--aspectjrt/pom.xml2
-rw-r--r--aspectjtools/pom.xml2
-rw-r--r--aspectjweaver/pom.xml2
-rw-r--r--bcel-builder/pom.xml2
-rw-r--r--bridge/pom.xml2
-rw-r--r--build/pom.xml2
-rw-r--r--docs/pom.xml2
-rw-r--r--installer/pom.xml2
-rw-r--r--loadtime/pom.xml2
-rw-r--r--org.aspectj.ajdt.core/pom.xml2
-rw-r--r--org.aspectj.matcher/pom.xml2
-rw-r--r--org.eclipse.jdt.core/pom.xml6
-rw-r--r--pom.xml2
-rw-r--r--run-all-junit-tests/pom.xml2
-rw-r--r--runtime/pom.xml2
-rw-r--r--taskdefs/pom.xml2
-rw-r--r--testing-client/pom.xml2
-rw-r--r--testing-drivers/pom.xml2
-rw-r--r--testing-util/pom.xml2
-rw-r--r--testing/pom.xml2
-rw-r--r--tests/pom.xml2
-rw-r--r--util/pom.xml2
-rw-r--r--weaver/pom.xml2
28 files changed, 30 insertions, 30 deletions
diff --git a/ajbrowser/pom.xml b/ajbrowser/pom.xml
index 79bf8eb6d..500cfc15c 100644
--- a/ajbrowser/pom.xml
+++ b/ajbrowser/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml
index bd97d2e2b..45847c3b2 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ajde/pom.xml b/ajde/pom.xml
index 5e6ba954c..4ea681b9f 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml
index 226f92fb9..17f6d39e7 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/asm/pom.xml b/asm/pom.xml
index e9526d981..9fbd50cd3 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml
index a915bbc1f..e2cf0c925 100644
--- a/aspectjrt/pom.xml
+++ b/aspectjrt/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
</parent>
<artifactId>aspectjrt</artifactId>
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml
index c0acbfcbd..44a8054ad 100644
--- a/aspectjtools/pom.xml
+++ b/aspectjtools/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
</parent>
<artifactId>aspectjtools</artifactId>
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml
index 38049d78f..debc14efa 100644
--- a/aspectjweaver/pom.xml
+++ b/aspectjweaver/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
</parent>
<artifactId>aspectjweaver</artifactId>
diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml
index 2c7fc3a38..a6e15c638 100644
--- a/bcel-builder/pom.xml
+++ b/bcel-builder/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/bridge/pom.xml b/bridge/pom.xml
index 1be665a4f..0d91214bd 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/build/pom.xml b/build/pom.xml
index 44bd85c80..f10062c87 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/docs/pom.xml b/docs/pom.xml
index fe5818a76..323e382d3 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/installer/pom.xml b/installer/pom.xml
index 8192db45c..b14af4273 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
</parent>
<artifactId>installer</artifactId>
diff --git a/loadtime/pom.xml b/loadtime/pom.xml
index 070c86ebf..62d05eab0 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml
index a7e078c4d..e7e8f15f6 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml
index bf770c341..edad092b4 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index 592d18d2e..eab653281 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
@@ -33,7 +33,7 @@
<configuration>
<groupId>org.aspectj</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<packaging>jar</packaging>
<file>${basedir}/jdtcore-for-aspectj.jar</file>
<createChecksum>true</createChecksum>
@@ -49,7 +49,7 @@
<configuration>
<groupId>org.aspectj</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<packaging>jar</packaging>
<file>${basedir}/jdtcore-for-aspectj-src.zip</file>
<createChecksum>true</createChecksum>
diff --git a/pom.xml b/pom.xml
index 1877f3925..091e2ae79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
<packaging>pom</packaging>
- <version>1.9.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<name>AspectJ Parent Project</name>
<modules>
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index e8306d787..75449ce8e 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 2c0a53242..c4ea690a4 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml
index 7f75d359e..81348c5dc 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/testing-client/pom.xml b/testing-client/pom.xml
index 16c1bce6b..f6ca2f37c 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml
index 0e19304a5..63bb5b89d 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/testing-util/pom.xml b/testing-util/pom.xml
index d4f966ff2..7cf0efe74 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/testing/pom.xml b/testing/pom.xml
index 3796d749d..136ea3f05 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/pom.xml b/tests/pom.xml
index c91ffffe0..5b6e45971 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>
diff --git a/util/pom.xml b/util/pom.xml
index 2f6021464..8ea72028a 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
</parent>
<artifactId>util</artifactId>
diff --git a/weaver/pom.xml b/weaver/pom.xml
index 98cb5acdf..a7ded5e65 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.5.BUILD-SNAPSHOT</version>
+ <version>1.9.5</version>
<relativePath>..</relativePath>
</parent>