From 456eb9665cd17da2416c5f21f288d851578e2e6c Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Tue, 13 Apr 2010 19:25:13 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- hibernate-jpa/pom.xml | 2 +- pom.xml | 6 +++--- security/pom.xml | 20 ++++++++++---------- support/general/pom.xml | 2 +- support/pom.xml | 2 +- support/spring/pom.xml | 10 +++++----- system/general/pom.xml | 8 ++++---- system/pom.xml | 2 +- system/spring/pom.xml | 4 ++-- test/eclipselink/pom.xml | 6 +++--- test/enterprise/pom.xml | 4 ++-- test/hibernate/pom.xml | 8 ++++---- test/pom.xml | 2 +- test/toplink-essentials/pom.xml | 6 +++--- 14 files changed, 41 insertions(+), 41 deletions(-) diff --git a/hibernate-jpa/pom.xml b/hibernate-jpa/pom.xml index e1bcbdc5..5b80c200 100644 --- a/hibernate-jpa/pom.xml +++ b/hibernate-jpa/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 9e1d53bd..bd45058d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils pom - 0.2.1 + 0.2.2-SNAPSHOT / wamblee.org utilities library http://wamblee.org @@ -15,8 +15,8 @@ - https://wamblee.org/viewvc/utils/tags/wamblee-utils-0.2.1 - scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-utils-0.2.1 + https://wamblee.org/viewvc/utils/ + scm:svn:https://wamblee.org/svn/public/utils/trunk diff --git a/security/pom.xml b/security/pom.xml index 4d7186c9..6cfc2073 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 @@ -17,53 +17,53 @@ org.wamblee wamblee-support-general - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-support-general test-jar - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-test-enterprise - 0.2.1 + 0.2.2-SNAPSHOT test org.wamblee wamblee-system-spring - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-system-spring test-jar - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-system-general test-jar - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-support-spring - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-support-spring test-jar - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-hibernate-jpa - 0.2.1 + 0.2.2-SNAPSHOT diff --git a/support/general/pom.xml b/support/general/pom.xml index f0035776..4067da3a 100644 --- a/support/general/pom.xml +++ b/support/general/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index 22304751..408bacac 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 diff --git a/support/spring/pom.xml b/support/spring/pom.xml index 5dfe1d48..c86ba1d4 100644 --- a/support/spring/pom.xml +++ b/support/spring/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 @@ -16,12 +16,12 @@ org.wamblee wamblee-support-general - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-support-general - 0.2.1 + 0.2.2-SNAPSHOT test-jar provided @@ -42,7 +42,7 @@ org.wamblee wamblee-hibernate-jpa - 0.2.1 + 0.2.2-SNAPSHOT org.springframework @@ -64,7 +64,7 @@ org.wamblee wamblee-hibernate-jpa - 0.2.1 + 0.2.2-SNAPSHOT jaxen diff --git a/system/general/pom.xml b/system/general/pom.xml index 5534dcbc..7b9b530f 100644 --- a/system/general/pom.xml +++ b/system/general/pom.xml @@ -4,7 +4,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 @@ -21,18 +21,18 @@ org.wamblee wamblee-support-general - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-support-general test-jar - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-test-enterprise - 0.2.1 + 0.2.2-SNAPSHOT test diff --git a/system/pom.xml b/system/pom.xml index d9affbed..e88a390d 100644 --- a/system/pom.xml +++ b/system/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 diff --git a/system/spring/pom.xml b/system/spring/pom.xml index cca0011a..c50e3ba8 100644 --- a/system/spring/pom.xml +++ b/system/spring/pom.xml @@ -3,14 +3,14 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 org.wamblee wamblee-system-spring jar - 0.2.1 + 0.2.2-SNAPSHOT /system/spring http://wamblee.org diff --git a/test/eclipselink/pom.xml b/test/eclipselink/pom.xml index b036889a..2c98fa15 100644 --- a/test/eclipselink/pom.xml +++ b/test/eclipselink/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 @@ -17,13 +17,13 @@ org.wamblee wamblee-test-enterprise - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-test-enterprise - 0.2.1 + 0.2.2-SNAPSHOT test-jar diff --git a/test/enterprise/pom.xml b/test/enterprise/pom.xml index d90bf3bb..f85841c8 100644 --- a/test/enterprise/pom.xml +++ b/test/enterprise/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 @@ -17,7 +17,7 @@ org.wamblee wamblee-support-general - 0.2.1 + 0.2.2-SNAPSHOT test-jar diff --git a/test/hibernate/pom.xml b/test/hibernate/pom.xml index f7bdfcd0..d97f0a9d 100644 --- a/test/hibernate/pom.xml +++ b/test/hibernate/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 @@ -17,13 +17,13 @@ org.wamblee wamblee-test-enterprise - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-test-enterprise - 0.2.1 + 0.2.2-SNAPSHOT test-jar @@ -40,7 +40,7 @@ org.wamblee wamblee-hibernate-jpa - 0.2.1 + 0.2.2-SNAPSHOT diff --git a/test/pom.xml b/test/pom.xml index 56724856..62464406 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 diff --git a/test/toplink-essentials/pom.xml b/test/toplink-essentials/pom.xml index 3c97305b..a3a1c6ce 100644 --- a/test/toplink-essentials/pom.xml +++ b/test/toplink-essentials/pom.xml @@ -3,7 +3,7 @@ org.wamblee wamblee-utils - 0.2.1 + 0.2.2-SNAPSHOT 4.0.0 @@ -17,13 +17,13 @@ org.wamblee wamblee-test-enterprise - 0.2.1 + 0.2.2-SNAPSHOT org.wamblee wamblee-test-enterprise - 0.2.1 + 0.2.2-SNAPSHOT test-jar -- 2.31.1