aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-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.xml2
-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
29 files changed, 29 insertions, 29 deletions
diff --git a/.gitignore b/.gitignore
index 112918846..9c72aa5de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
*/bin
-*/pom.xml.versionsBackup
+pom.xml.versionsBackup
log.txt
.vscode
.DS_Store
diff --git a/ajbrowser/pom.xml b/ajbrowser/pom.xml
index 5d273dba8..54fcfbead 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml
index 7a37cc6c7..f9035f763 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ajde/pom.xml b/ajde/pom.xml
index 19bc63c83..13ba884ae 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml
index bfe1c2c3f..31a1a9aea 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/asm/pom.xml b/asm/pom.xml
index f1068ad97..ce746cb0a 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml
index 5ff6a142b..189fc209b 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
</parent>
<artifactId>aspectjrt</artifactId>
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml
index 88b5c2c1f..8ce568089 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
</parent>
<artifactId>aspectjtools</artifactId>
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml
index efdebf022..6b759c5bc 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
</parent>
<artifactId>aspectjweaver</artifactId>
diff --git a/bcel-builder/pom.xml b/bcel-builder/pom.xml
index 0e9a907b6..445ce354c 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/bridge/pom.xml b/bridge/pom.xml
index ee65bfa12..2950d913c 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/build/pom.xml b/build/pom.xml
index a9aa9f406..3700f0c1b 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/docs/pom.xml b/docs/pom.xml
index e4f851057..d473c4713 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/installer/pom.xml b/installer/pom.xml
index 61c94c054..9043509c1 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
</parent>
<artifactId>installer</artifactId>
diff --git a/loadtime/pom.xml b/loadtime/pom.xml
index f371698c7..7edf623d9 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml
index 4796548fe..7312858b8 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml
index e3f8a9627..a47368386 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index 02dd01604..de9dcdd85 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 552637c10..15f944cc8 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<name>AspectJ Parent Project</name>
<modules>
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index 4bd5fd0c3..2741605ac 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 7468600d4..531a58134 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml
index b81024948..951ff9481 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/testing-client/pom.xml b/testing-client/pom.xml
index 80b7201e3..feb686197 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml
index b3d8c9926..502709e1e 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/testing-util/pom.xml b/testing-util/pom.xml
index 9135028f0..c8274d29d 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/testing/pom.xml b/testing/pom.xml
index eb546ebc6..b5d592a30 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/tests/pom.xml b/tests/pom.xml
index 78b34bd6a..27616493f 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/util/pom.xml b/util/pom.xml
index d01d1fa14..303476f43 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
</parent>
<artifactId>util</artifactId>
diff --git a/weaver/pom.xml b/weaver/pom.xml
index 930fcfa5e..af0780d91 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.3.BUILD-SNAPSHOT</version>
+ <version>1.9.4.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>