diff --git a/automon/pom.xml b/automon/pom.xml
index 753d799..c76dbb2 100644
--- a/automon/pom.xml
+++ b/automon/pom.xml
@@ -7,12 +7,12 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
org.automon
automon
- 1.0.2
+ 1.0.3-SNAPSHOT
jar
automon
Automon combines the power of AOP (AspectJ) with any monitoring or logging tools you already use to declaratively monitor
diff --git a/helloworld_unwoven/pom.xml b/helloworld_unwoven/pom.xml
index 98228c5..7e72998 100644
--- a/helloworld_unwoven/pom.xml
+++ b/helloworld_unwoven/pom.xml
@@ -6,12 +6,12 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
org.automon
helloworld_unwoven
- 1.0.2
+ 1.0.3-SNAPSHOT
jar
helloworld_unwoven
This pom simply has an unwoven HelloWorld class. The resulting jar can be used to test AspectJ load time weaving.
diff --git a/helloworld_unwoven_jamon/pom.xml b/helloworld_unwoven_jamon/pom.xml
index 7862f2d..a1cd50c 100644
--- a/helloworld_unwoven_jamon/pom.xml
+++ b/helloworld_unwoven_jamon/pom.xml
@@ -6,12 +6,12 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
org.automon
helloworld_unwoven_jamon
- 1.0.2
+ 1.0.3-SNAPSHOT
jar
helloworld_unwoven_jamon
This pom simply has an unwoven HelloWorld class, that also registers jamon as jmx so users can see automon and jamon
diff --git a/helloworld_woven/pom.xml b/helloworld_woven/pom.xml
index ef86aa5..606068b 100644
--- a/helloworld_woven/pom.xml
+++ b/helloworld_woven/pom.xml
@@ -5,12 +5,12 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
org.automon
helloworld_woven
- 1.0.2
+ 1.0.3-SNAPSHOT
jar
helloworld_woven
diff --git a/pom.xml b/pom.xml
index 80c3274..07c5eb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
pom
automon parent
diff --git a/spring_aop/pom.xml b/spring_aop/pom.xml
index fdedfab..7f69f57 100644
--- a/spring_aop/pom.xml
+++ b/spring_aop/pom.xml
@@ -4,7 +4,7 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
spring_aop
jar
@@ -56,7 +56,7 @@
org.automon
automon
- 1.0.2
+ 1.0.3-SNAPSHOT
diff --git a/spring_woven/pom.xml b/spring_woven/pom.xml
index 8f8b252..1a8f4b0 100644
--- a/spring_woven/pom.xml
+++ b/spring_woven/pom.xml
@@ -5,12 +5,12 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
org.automon
spring_woven
- 1.0.2
+ 1.0.3-SNAPSHOT
jar
spring_woven
diff --git a/unwoven_jdk/pom.xml b/unwoven_jdk/pom.xml
index 1cd8a33..b3127d9 100644
--- a/unwoven_jdk/pom.xml
+++ b/unwoven_jdk/pom.xml
@@ -6,12 +6,12 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
org.automon
unwoven_jdk
- 1.0.2
+ 1.0.3-SNAPSHOT
jar
unwoven_jdk
This pom simply executes a few jdk classes to show how they can be woven/monitored with automon.
diff --git a/webapp_unwoven/pom.xml b/webapp_unwoven/pom.xml
index bd5fb59..bf75e18 100644
--- a/webapp_unwoven/pom.xml
+++ b/webapp_unwoven/pom.xml
@@ -5,12 +5,12 @@
org.automon
automon_parent
- 1.0.2
+ 1.0.3-SNAPSHOT
org.automon
webapp_unwoven
- 1.0.2
+ 1.0.3-SNAPSHOT
war
webapp_unwoven
Web app used to test weaving in a web container.