You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2014/09/08 16:46:46 UTC

svn commit: r1623413 - in /syncope/branches/1_2_X: ./ archetype/ build-tools/ client/ common/ console/ core-upgrader/ core/ deb/ deb/console/ deb/core/ installer/ standalone/

Author: ilgrosso
Date: Mon Sep  8 14:46:45 2014
New Revision: 1623413

URL: http://svn.apache.org/r1623413
Log:
[maven-release-plugin] prepare release syncope-1.2.0-M1

Modified:
    syncope/branches/1_2_X/archetype/pom.xml
    syncope/branches/1_2_X/build-tools/pom.xml
    syncope/branches/1_2_X/client/pom.xml
    syncope/branches/1_2_X/common/pom.xml
    syncope/branches/1_2_X/console/pom.xml
    syncope/branches/1_2_X/core-upgrader/pom.xml
    syncope/branches/1_2_X/core/pom.xml
    syncope/branches/1_2_X/deb/console/pom.xml
    syncope/branches/1_2_X/deb/core/pom.xml
    syncope/branches/1_2_X/deb/pom.xml
    syncope/branches/1_2_X/installer/pom.xml
    syncope/branches/1_2_X/pom.xml
    syncope/branches/1_2_X/standalone/pom.xml

Modified: syncope/branches/1_2_X/archetype/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/archetype/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/archetype/pom.xml (original)
+++ syncope/branches/1_2_X/archetype/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

Modified: syncope/branches/1_2_X/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/build-tools/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/build-tools/pom.xml (original)
+++ syncope/branches/1_2_X/build-tools/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Build Tools</name>

Modified: syncope/branches/1_2_X/client/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/client/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/client/pom.xml (original)
+++ syncope/branches/1_2_X/client/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Client</name>

Modified: syncope/branches/1_2_X/common/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/common/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/common/pom.xml (original)
+++ syncope/branches/1_2_X/common/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Common</name>

Modified: syncope/branches/1_2_X/console/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/console/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/console/pom.xml (original)
+++ syncope/branches/1_2_X/console/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Console</name>
@@ -213,30 +213,27 @@ under the License.
             <phase>process-resources</phase>
             <configuration>
               <target>
-                <unzip src="${settings.localRepository}/org/activiti/activiti-webapp-explorer2/${activiti.version}/activiti-webapp-explorer2-${activiti.version}.war" 
-                       dest="${project.build.directory}/activiti-webapp-explorer2"/>
+                <unzip src="${settings.localRepository}/org/activiti/activiti-webapp-explorer2/${activiti.version}/activiti-webapp-explorer2-${activiti.version}.war" dest="${project.build.directory}/activiti-webapp-explorer2" />
                 
-                <mkdir dir="${activiti-modeler.directory}"/>
+                <mkdir dir="${activiti-modeler.directory}" />
                 
-                <mkdir dir="${activiti-modeler.directory}/editor"/>
+                <mkdir dir="${activiti-modeler.directory}/editor" />
                 <copy todir="${activiti-modeler.directory}/editor">
                   <fileset dir="${project.build.directory}/activiti-webapp-explorer2/editor">
-                    <exclude name="oryx.js"/>
+                    <exclude name="oryx.js" />
                   </fileset>
                 </copy>
-                <copy file="${project.build.directory}/activiti-webapp-explorer2/WEB-INF/classes/plugins.xml" 
-                      todir="${activiti-modeler.directory}/editor"/>
-                <copy file="${project.build.directory}/activiti-webapp-explorer2/WEB-INF/classes/stencilset.json" 
-                      todir="${activiti-modeler.directory}/editor"/>
+                <copy file="${project.build.directory}/activiti-webapp-explorer2/WEB-INF/classes/plugins.xml" todir="${activiti-modeler.directory}/editor" />
+                <copy file="${project.build.directory}/activiti-webapp-explorer2/WEB-INF/classes/stencilset.json" todir="${activiti-modeler.directory}/editor" />
                 
-                <mkdir dir="${activiti-modeler.directory}/explorer"/>
+                <mkdir dir="${activiti-modeler.directory}/explorer" />
                 <copy todir="${activiti-modeler.directory}/explorer">
-                  <fileset dir="${project.build.directory}/activiti-webapp-explorer2/explorer"/>
+                  <fileset dir="${project.build.directory}/activiti-webapp-explorer2/explorer" />
                 </copy>
                 
-                <mkdir dir="${activiti-modeler.directory}/libs"/>
+                <mkdir dir="${activiti-modeler.directory}/libs" />
                 <copy todir="${activiti-modeler.directory}/libs">
-                  <fileset dir="${project.build.directory}/activiti-webapp-explorer2/libs"/>
+                  <fileset dir="${project.build.directory}/activiti-webapp-explorer2/libs" />
                 </copy>
               </target>
             </configuration>
@@ -249,14 +246,11 @@ under the License.
             <phase>pre-integration-test</phase>
             <configuration>
               <target>
-                <unzip src="${basedir}/../core/target/syncope.war" dest="${cargo.run.dir}"/>
-                <copy file="${basedir}/../core/target/test-classes/org/apache/syncope/core/sync/TestSyncActions.class" 
-                      todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync"/>
-                <copy file="${basedir}/../core/target/test-classes/org/apache/syncope/core/sync/TestSyncRule.class" 
-                      todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync"/>
-                <copy file="${basedir}/../core/target/test-classes/org/apache/syncope/core/rest/data/DoubleValueAttributableTransformer.class" 
-                      todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/rest/data"/>
-                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${cargo.run.dir}"/>
+                <unzip src="${basedir}/../core/target/syncope.war" dest="${cargo.run.dir}" />
+                <copy file="${basedir}/../core/target/test-classes/org/apache/syncope/core/sync/TestSyncActions.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync" />
+                <copy file="${basedir}/../core/target/test-classes/org/apache/syncope/core/sync/TestSyncRule.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync" />
+                <copy file="${basedir}/../core/target/test-classes/org/apache/syncope/core/rest/data/DoubleValueAttributableTransformer.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/rest/data" />
+                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${cargo.run.dir}" />
               </target>
             </configuration>
             <goals>
@@ -268,9 +262,7 @@ under the License.
             <phase>pre-integration-test</phase>
             <configuration>
               <target>
-                <copy file="${project.build.directory}/test-classes/test.csv" 
-                      todir="${test.csvdir.path}" 
-                      overwrite="true"/>
+                <copy file="${project.build.directory}/test-classes/test.csv" todir="${test.csvdir.path}" overwrite="true" />
               </target>
             </configuration>
             <goals>
@@ -478,7 +470,7 @@ under the License.
     <profile>
       <id>skipTests</id>
       <properties>
-        <javaagent/>
+        <javaagent />
       </properties>
       
       <build>
@@ -568,11 +560,11 @@ under the License.
                 <phase>pre-integration-test</phase>
                 <configuration>
                   <target>
-                    <touch millis="0" file="${project.build.directory}/test-classes/web.xml"/>
+                    <touch millis="0" file="${project.build.directory}/test-classes/web.xml" />
                     <war destfile="${project.build.directory}/${project.build.finalName}.war" update="true">                      
                       <mappedresources>
-                        <fileset dir="${project.build.directory}/test-classes" includes="web.xml"/>
-                        <globmapper from="web.xml" to="WEB-INF/web.xml"/>
+                        <fileset dir="${project.build.directory}/test-classes" includes="web.xml" />
+                        <globmapper from="web.xml" to="WEB-INF/web.xml" />
                       </mappedresources>                      
                     </war>
                   </target>
@@ -633,11 +625,11 @@ under the License.
                 <phase>pre-integration-test</phase>
                 <configuration>
                   <target>
-                    <touch millis="0" file="${project.build.directory}/test-classes/web.xml"/>
+                    <touch millis="0" file="${project.build.directory}/test-classes/web.xml" />
                     <war destfile="${project.build.directory}/${project.build.finalName}.war" update="true">                      
                       <mappedresources>
-                        <fileset dir="${project.build.directory}/test-classes" includes="web.xml"/>
-                        <globmapper from="web.xml" to="WEB-INF/web.xml"/>
+                        <fileset dir="${project.build.directory}/test-classes" includes="web.xml" />
+                        <globmapper from="web.xml" to="WEB-INF/web.xml" />
                       </mappedresources>                      
                     </war>
                   </target>
@@ -696,7 +688,7 @@ under the License.
       <id>selenium</id>
       
       <properties>
-        <javaagent/>
+        <javaagent />
       </properties>
       
       <build>

Modified: syncope/branches/1_2_X/core-upgrader/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/core-upgrader/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/core-upgrader/pom.xml (original)
+++ syncope/branches/1_2_X/core-upgrader/pom.xml Mon Sep  8 14:46:45 2014
@@ -17,14 +17,13 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
  
   <groupId>org.apache.syncope</groupId>

Modified: syncope/branches/1_2_X/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/core/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/core/pom.xml (original)
+++ syncope/branches/1_2_X/core/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Core</name>
@@ -458,15 +458,11 @@ under the License.
             <phase>pre-integration-test</phase>
             <configuration>
               <target>
-                <unzip src="${project.build.directory}/${project.build.finalName}.war" dest="${cargo.run.dir}"/>
-                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/sync/TestSyncActions.class" 
-                      todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync"/>
-                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/sync/TestSyncRule.class" 
-                      todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync"/>
-                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/rest/data/DoubleValueAttributableTransformer.class" 
-                      todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/rest/data"/>
-                <copy file="${project.build.directory}/test-classes/db.jsp" 
-                      todir="${cargo.run.dir}"/>
+                <unzip src="${project.build.directory}/${project.build.finalName}.war" dest="${cargo.run.dir}" />
+                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/sync/TestSyncActions.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync" />
+                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/sync/TestSyncRule.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync" />
+                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/rest/data/DoubleValueAttributableTransformer.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/rest/data" />
+                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${cargo.run.dir}" />
               </target>
             </configuration>
             <goals>
@@ -478,9 +474,7 @@ under the License.
             <phase>pre-integration-test</phase>
             <configuration>
               <target>
-                <copy file="${project.build.directory}/test-classes/test.csv" 
-                      todir="${test.csvdir.path}" 
-                      overwrite="true"/>
+                <copy file="${project.build.directory}/test-classes/test.csv" todir="${test.csvdir.path}" overwrite="true" />
               </target>
             </configuration>
             <goals>
@@ -989,9 +983,7 @@ under the License.
                 <phase>process-test-resources</phase>
                 <configuration>
                   <target>
-                    <copy file="${basedir}/src/main/resources/META-INF/orm.xml.oracle" 
-                          tofile="${project.build.directory}/classes/META-INF/orm.xml"                           
-                          overwrite="true"/>
+                    <copy file="${basedir}/src/main/resources/META-INF/orm.xml.oracle" tofile="${project.build.directory}/classes/META-INF/orm.xml" overwrite="true" />
                   </target>
                 </configuration>
                 <goals>
@@ -1058,9 +1050,7 @@ under the License.
                 <phase>process-test-resources</phase>
                 <configuration>
                   <target>
-                    <copy file="${basedir}/src/main/resources/META-INF/orm.xml.sqlserver" 
-                          tofile="${project.build.directory}/classes/META-INF/orm.xml"                          
-                          overwrite="true"/>
+                    <copy file="${basedir}/src/main/resources/META-INF/orm.xml.sqlserver" tofile="${project.build.directory}/classes/META-INF/orm.xml" overwrite="true" />
                   </target>
                 </configuration>
                 <goals>
@@ -1249,14 +1239,9 @@ under the License.
                 <phase>pre-integration-test</phase>
                 <configuration>
                   <target>
-                    <unzip src="${settings.localRepository}/org/apache/syncope/syncope-build-tools/${project.version}/syncope-build-tools-${project.version}.war" 
-                           dest="${project.build.directory}/syncope-build-tools-test"/>
-                    <copy file="${project.build.outputDirectory}/META-INF/MANIFEST.MF" 
-                          todir="${project.build.directory}/syncope-build-tools-test/META-INF" 
-                          overwrite="true"/>
-                    <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" 
-                          todir="${project.build.directory}/syncope-build-tools-test/WEB-INF/lib" 
-                          overwrite="true"/>
+                    <unzip src="${settings.localRepository}/org/apache/syncope/syncope-build-tools/${project.version}/syncope-build-tools-${project.version}.war" dest="${project.build.directory}/syncope-build-tools-test" />
+                    <copy file="${project.build.outputDirectory}/META-INF/MANIFEST.MF" todir="${project.build.directory}/syncope-build-tools-test/META-INF" overwrite="true" />
+                    <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" todir="${project.build.directory}/syncope-build-tools-test/WEB-INF/lib" overwrite="true" />
                   </target>
                 </configuration>
                 <goals>
@@ -1376,17 +1361,12 @@ under the License.
                 <configuration>
                   <target>
                     <!-- Needed because WebLogic has problems in running ApacheDS from the WAR archive -->
-                    <unzip src="${settings.localRepository}/org/apache/syncope/syncope-build-tools/${project.version}/syncope-build-tools-${project.version}.war" 
-                           dest="${project.build.directory}/syncope-build-tools-test"/>
+                    <unzip src="${settings.localRepository}/org/apache/syncope/syncope-build-tools/${project.version}/syncope-build-tools-${project.version}.war" dest="${project.build.directory}/syncope-build-tools-test" />
                     <!-- Needed because WebLogic is installed (H2 dependency cannot be injected via cargo) -->
-                    <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" 
-                          todir="${project.build.directory}/syncope-build-tools-test/WEB-INF/lib" 
-                          overwrite="true"/>
+                    <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" todir="${project.build.directory}/syncope-build-tools-test/WEB-INF/lib" overwrite="true" />
                     <!-- Needed because WebLogic deploys first core then build-tools: this JSP will just ask core to
                     reload all connectors -->
-                    <copy file="${project.build.directory}/test-classes/conninstance-reload.jsp" 
-                          todir="${project.build.directory}/syncope-build-tools-test" 
-                          overwrite="true"/>
+                    <copy file="${project.build.directory}/test-classes/conninstance-reload.jsp" todir="${project.build.directory}/syncope-build-tools-test" overwrite="true" />
                   </target>
                 </configuration>
                 <goals>

Modified: syncope/branches/1_2_X/deb/console/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/deb/console/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/deb/console/pom.xml (original)
+++ syncope/branches/1_2_X/deb/console/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Deb Console</name>

Modified: syncope/branches/1_2_X/deb/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/deb/core/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/deb/core/pom.xml (original)
+++ syncope/branches/1_2_X/deb/core/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-deb</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Deb Core</name>

Modified: syncope/branches/1_2_X/deb/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/deb/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/deb/pom.xml (original)
+++ syncope/branches/1_2_X/deb/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Deb</name>

Modified: syncope/branches/1_2_X/installer/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/installer/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/installer/pom.xml (original)
+++ syncope/branches/1_2_X/installer/pom.xml Mon Sep  8 14:46:45 2014
@@ -17,15 +17,14 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Installer</name>

Modified: syncope/branches/1_2_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/pom.xml (original)
+++ syncope/branches/1_2_X/pom.xml Mon Sep  8 14:46:45 2014
@@ -26,7 +26,7 @@ under the License.
         
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0-M1</version>
   <packaging>pom</packaging>
 
   <parent>
@@ -49,9 +49,9 @@ under the License.
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/branches/1_2_X</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/branches/1_2_X</developerConnection>
-    <url>http://svn.apache.org/viewvc/syncope/branches/1_2_X</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/tags/syncope-1.2.0-M1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/tags/syncope-1.2.0-M1</developerConnection>
+    <url>http://svn.apache.org/viewvc/syncope/tags/syncope-1.2.0-M1</url>
   </scm>
   
   <issueManagement>

Modified: syncope/branches/1_2_X/standalone/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/standalone/pom.xml?rev=1623413&r1=1623412&r2=1623413&view=diff
==============================================================================
--- syncope/branches/1_2_X/standalone/pom.xml (original)
+++ syncope/branches/1_2_X/standalone/pom.xml Mon Sep  8 14:46:45 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-M1</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>
@@ -89,55 +89,54 @@ under the License.
             <phase>verify</phase>
             <configuration>
               <target>
-                <mkdir dir="${work.dir}"/>
+                <mkdir dir="${work.dir}" />
                 
                 <!-- legal stuff -->
-                <copy file="${project.build.outputDirectory}/README" todir="${work.dir}"/>
-                <copy file="LICENSE" todir="${work.dir}"/>
-                <copy file="NOTICE" todir="${work.dir}"/>
+                <copy file="${project.build.outputDirectory}/README" todir="${work.dir}" />
+                <copy file="LICENSE" todir="${work.dir}" />
+                <copy file="NOTICE" todir="${work.dir}" />
 
                 <!-- Unzip Tomcat and remove docs and examples from webapps (space saving) -->
-                <unzip src="${settings.localRepository}/org/codehaus/cargo/cargo-container-archives/apache-tomcat-${tomcat.version}.zip" 
-                       dest="${work.dir}"/>
-                <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/docs"/>
-                <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/examples"/>
+                <unzip src="${settings.localRepository}/org/codehaus/cargo/cargo-container-archives/apache-tomcat-${tomcat.version}.zip" dest="${work.dir}" />
+                <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/docs" />
+                <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/examples" />
 
                 <!-- Syncope core (as run for integration tests) -->
                 <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope">
-                  <fileset dir="../core/target/syncope-core-test" includes="**/*"/>
+                  <fileset dir="../core/target/syncope-core-test" includes="**/*" />
                 </copy>
                 <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope/WEB-INF/classes" overwrite="true">
-                  <fileset dir="${project.build.outputDirectory}/core"/>
+                  <fileset dir="${project.build.outputDirectory}/core" />
                 </copy>
                 
                 <!-- Syncope console (exploded) -->
                 <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-console">
-                  <fileset dir="../console/target/syncope-console" includes="**/*"/>
+                  <fileset dir="../console/target/syncope-console" includes="**/*" />
                 </copy>
                 <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-console/WEB-INF/classes" overwrite="true">
-                  <fileset dir="${project.build.outputDirectory}/console"/>
+                  <fileset dir="${project.build.outputDirectory}/console" />
                 </copy>
                                 
                 <!-- ConnId's SOAP wssample (provides endpoint for SOAP resources) -->
-                <copy file="${settings.localRepository}/org/connid/bundles/soap/wssample/${connid.soap.version}/wssample-${connid.soap.version}.war" tofile="${work.dir}/apache-tomcat-${tomcat.version}/webapps/wssample.war"/>
+                <copy file="${settings.localRepository}/org/connid/bundles/soap/wssample/${connid.soap.version}/wssample-${connid.soap.version}.war" tofile="${work.dir}/apache-tomcat-${tomcat.version}/webapps/wssample.war" />
 
                 <!-- Syncope build tools (provide H2 and Apache DS resources + ConnId connector server) -->
-                <unzip src="../build-tools/target/syncope-build-tools-${project.version}.war" dest="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools"/>
+                <unzip src="../build-tools/target/syncope-build-tools-${project.version}.war" dest="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools" />
                 <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools/WEB-INF/lib">
-                  <fileset dir="../core/target/bundles" includes="**/*"/>
+                  <fileset dir="../core/target/bundles" includes="**/*" />
                 </copy>
-                <zip destfile="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools.war" basedir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools"/>
-                <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools"/>                  
+                <zip destfile="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools.war" basedir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools" />
+                <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools" />                  
 
                 <!-- Tomcat shared libraries: H2 and groovy -->
-                <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" todir="${work.dir}/apache-tomcat-${tomcat.version}/lib"/>
-                <copy file="${settings.localRepository}/org/codehaus/groovy/groovy-all/${groovy.version}/groovy-all-${groovy.version}.jar" todir="${work.dir}/apache-tomcat-${tomcat.version}/lib"/>
+                <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" todir="${work.dir}/apache-tomcat-${tomcat.version}/lib" />
+                <copy file="${settings.localRepository}/org/codehaus/groovy/groovy-all/${groovy.version}/groovy-all-${groovy.version}.jar" todir="${work.dir}/apache-tomcat-${tomcat.version}/lib" />
                 
                 <!-- Other custom Tomcat resources -->
-                <copy file="../core/target/test-classes/context.xml" todir="${work.dir}/apache-tomcat-${tomcat.version}/conf" overwrite="true"/>
-                <copy file="src/main/resources/setenv.sh" todir="${work.dir}/apache-tomcat-${tomcat.version}/bin"/>
-                <copy file="src/main/resources/setenv.bat" todir="${work.dir}/apache-tomcat-${tomcat.version}/bin"/>
-                <replace file="${work.dir}/apache-tomcat-${tomcat.version}/conf/server.xml" token="8080" value="${cargo.servlet.port}"/>
+                <copy file="../core/target/test-classes/context.xml" todir="${work.dir}/apache-tomcat-${tomcat.version}/conf" overwrite="true" />
+                <copy file="src/main/resources/setenv.sh" todir="${work.dir}/apache-tomcat-${tomcat.version}/bin" />
+                <copy file="src/main/resources/setenv.bat" todir="${work.dir}/apache-tomcat-${tomcat.version}/bin" />
+                <replace file="${work.dir}/apache-tomcat-${tomcat.version}/conf/server.xml" token="8080" value="${cargo.servlet.port}" />
               </target>
             </configuration>
           </execution>