From 59c8dcda0e389ea173b307152d6e75736a5f0427 Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Wed, 27 Mar 2013 17:15:15 +0000 Subject: [PATCH] Moved to 1.6-SNAPSHOT. --- .../documentations/technical-documentation/pom.xml | 2 +- .../documentations/user-documentation/pom.xml | 2 +- frascati/frascati-studio/pom.xml | 4 ++-- .../frascati-studio/src/test/resources/Helloworld/pom.xml | 4 ++-- frascati/frascati-studio/warBuild/fraSCAtiWarBuild/pom.xml | 2 +- frascati/frascati-studio/warBuild/pom.xml | 6 +++--- frascati/frascati-studio/warBuild/studioWarBuild/pom.xml | 3 +-- .../src/main/resources/archetype-resources/pom.xml | 2 +- frascati/maven-plugins/frascati-mojo/pom.xml | 2 +- tests/proactive-interop/pom.xml | 2 +- 10 files changed, 14 insertions(+), 15 deletions(-) diff --git a/frascati/frascati-studio/documentations/technical-documentation/pom.xml b/frascati/frascati-studio/documentations/technical-documentation/pom.xml index 220cfaf6f..4f7a5d1dc 100644 --- a/frascati/frascati-studio/documentations/technical-documentation/pom.xml +++ b/frascati/frascati-studio/documentations/technical-documentation/pom.xml @@ -26,7 +26,7 @@ pom FraSCAti Documentation - 1.5-SNAPSHOT + 1.6-SNAPSHOT 2012 diff --git a/frascati/frascati-studio/documentations/user-documentation/pom.xml b/frascati/frascati-studio/documentations/user-documentation/pom.xml index ef8daa9d2..8502c7722 100644 --- a/frascati/frascati-studio/documentations/user-documentation/pom.xml +++ b/frascati/frascati-studio/documentations/user-documentation/pom.xml @@ -26,7 +26,7 @@ pom FraSCAti Documentation - 1.5-SNAPSHOT + 1.6-SNAPSHOT 2012 diff --git a/frascati/frascati-studio/pom.xml b/frascati/frascati-studio/pom.xml index fc0867b85..33d2f50d8 100644 --- a/frascati/frascati-studio/pom.xml +++ b/frascati/frascati-studio/pom.xml @@ -650,7 +650,7 @@ org.ow2.frascati frascati-binding-http - 1.5-SNAPSHOT + 1.6-SNAPSHOT jar @@ -895,7 +895,7 @@ org.ow2.frascati frascati-binding-http - 1.5-SNAPSHOT + 1.6-SNAPSHOT jar diff --git a/frascati/frascati-studio/src/test/resources/Helloworld/pom.xml b/frascati/frascati-studio/src/test/resources/Helloworld/pom.xml index b6e11ab99..82b843056 100644 --- a/frascati/frascati-studio/src/test/resources/Helloworld/pom.xml +++ b/frascati/frascati-studio/src/test/resources/Helloworld/pom.xml @@ -7,7 +7,7 @@ org.ow2.frascati.examples parent - 1.5-SNAPSHOT + 1.6-SNAPSHOT helloworld @@ -25,7 +25,7 @@ org.ow2.frascati.mojo frascati-assembly-descriptor - 1.5-SNAPSHOT + 1.6-SNAPSHOT diff --git a/frascati/frascati-studio/warBuild/fraSCAtiWarBuild/pom.xml b/frascati/frascati-studio/warBuild/fraSCAtiWarBuild/pom.xml index 6eb839655..47640fc4b 100644 --- a/frascati/frascati-studio/warBuild/fraSCAtiWarBuild/pom.xml +++ b/frascati/frascati-studio/warBuild/fraSCAtiWarBuild/pom.xml @@ -38,7 +38,7 @@ org.easysoa parent-war - 1.5-SNAPSHOT + 1.6-SNAPSHOT diff --git a/frascati/frascati-studio/warBuild/pom.xml b/frascati/frascati-studio/warBuild/pom.xml index b582ab169..8a5d8bc33 100644 --- a/frascati/frascati-studio/warBuild/pom.xml +++ b/frascati/frascati-studio/warBuild/pom.xml @@ -31,7 +31,7 @@ org.easysoa parent-war - 1.5-SNAPSHOT + 1.6-SNAPSHOT pom WAR Distribution @@ -40,8 +40,8 @@ UTF-8 2.1.2.1-Final - 1.5-SNAPSHOT - 1.5-SNAPSHOT + 1.6-SNAPSHOT + 1.6-SNAPSHOT diff --git a/frascati/frascati-studio/warBuild/studioWarBuild/pom.xml b/frascati/frascati-studio/warBuild/studioWarBuild/pom.xml index 2b25cb03b..9c28bd370 100644 --- a/frascati/frascati-studio/warBuild/studioWarBuild/pom.xml +++ b/frascati/frascati-studio/warBuild/studioWarBuild/pom.xml @@ -4,7 +4,6 @@ org.easysoa studio-war - 1.5-SNAPSHOT war FraSCAti Studio Maven Webapp http://maven.apache.org @@ -12,7 +11,7 @@ org.easysoa parent-war - 1.5-SNAPSHOT + 1.6-SNAPSHOT diff --git a/frascati/maven-plugins/frascati-archetype/src/main/resources/archetype-resources/pom.xml b/frascati/maven-plugins/frascati-archetype/src/main/resources/archetype-resources/pom.xml index 231dc2639..12c35d84b 100644 --- a/frascati/maven-plugins/frascati-archetype/src/main/resources/archetype-resources/pom.xml +++ b/frascati/maven-plugins/frascati-archetype/src/main/resources/archetype-resources/pom.xml @@ -23,7 +23,7 @@ r run - 1.5-SNAPSHOT + 1.6-SNAPSHOT UTF-8 config diff --git a/frascati/maven-plugins/frascati-mojo/pom.xml b/frascati/maven-plugins/frascati-mojo/pom.xml index 6f7b503ad..fc48bdb60 100755 --- a/frascati/maven-plugins/frascati-mojo/pom.xml +++ b/frascati/maven-plugins/frascati-mojo/pom.xml @@ -29,7 +29,7 @@ org.ow2.frascati.mojo maven-plugins-parent - 1.5-SNAPSHOT + 1.6-SNAPSHOT org.ow2.frascati.mojo diff --git a/tests/proactive-interop/pom.xml b/tests/proactive-interop/pom.xml index fc3de8544..2d7d5eb49 100644 --- a/tests/proactive-interop/pom.xml +++ b/tests/proactive-interop/pom.xml @@ -38,7 +38,7 @@ org.ow2.frascati.examples ws-parent - 1.5-SNAPSHOT + 1.6-SNAPSHOT -- 2.22.0