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/02/22 16:30:20 UTC

svn commit: r1570852 - in /syncope/branches/1_1_X: archetype/pom.xml build-tools/pom.xml client/pom.xml common/pom.xml console/pom.xml core/pom.xml pom.xml standalone/pom.xml

Author: ilgrosso
Date: Sat Feb 22 15:30:20 2014
New Revision: 1570852

URL: http://svn.apache.org/r1570852
Log:
[maven-release-plugin] prepare release syncope-1.1.6

Modified:
    syncope/branches/1_1_X/archetype/pom.xml
    syncope/branches/1_1_X/build-tools/pom.xml
    syncope/branches/1_1_X/client/pom.xml
    syncope/branches/1_1_X/common/pom.xml
    syncope/branches/1_1_X/console/pom.xml
    syncope/branches/1_1_X/core/pom.xml
    syncope/branches/1_1_X/pom.xml
    syncope/branches/1_1_X/standalone/pom.xml

Modified: syncope/branches/1_1_X/archetype/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/archetype/pom.xml?rev=1570852&r1=1570851&r2=1570852&view=diff
==============================================================================
--- syncope/branches/1_1_X/archetype/pom.xml (original)
+++ syncope/branches/1_1_X/archetype/pom.xml Sat Feb 22 15:30:20 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.1.6-SNAPSHOT</version>
+    <version>1.1.6</version>
   </parent>
 
   <name>Apache Syncope Archetype</name>

Modified: syncope/branches/1_1_X/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/build-tools/pom.xml?rev=1570852&r1=1570851&r2=1570852&view=diff
==============================================================================
--- syncope/branches/1_1_X/build-tools/pom.xml (original)
+++ syncope/branches/1_1_X/build-tools/pom.xml Sat Feb 22 15:30:20 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.1.6-SNAPSHOT</version>
+    <version>1.1.6</version>
   </parent>
 
   <name>Apache Syncope Build Tools</name>

Modified: syncope/branches/1_1_X/client/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/client/pom.xml?rev=1570852&r1=1570851&r2=1570852&view=diff
==============================================================================
--- syncope/branches/1_1_X/client/pom.xml (original)
+++ syncope/branches/1_1_X/client/pom.xml Sat Feb 22 15:30:20 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.1.6-SNAPSHOT</version>
+    <version>1.1.6</version>
   </parent>
 
   <name>Apache Syncope Client</name>

Modified: syncope/branches/1_1_X/common/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/common/pom.xml?rev=1570852&r1=1570851&r2=1570852&view=diff
==============================================================================
--- syncope/branches/1_1_X/common/pom.xml (original)
+++ syncope/branches/1_1_X/common/pom.xml Sat Feb 22 15:30:20 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.1.6-SNAPSHOT</version>
+    <version>1.1.6</version>
   </parent>
 
   <name>Apache Syncope Common</name>

Modified: syncope/branches/1_1_X/console/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/console/pom.xml?rev=1570852&r1=1570851&r2=1570852&view=diff
==============================================================================
--- syncope/branches/1_1_X/console/pom.xml (original)
+++ syncope/branches/1_1_X/console/pom.xml Sat Feb 22 15:30:20 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.1.6-SNAPSHOT</version>
+    <version>1.1.6</version>
   </parent>
 
   <name>Apache Syncope Console</name>
@@ -193,13 +193,13 @@ under the License.
             <phase>pre-integration-test</phase>
             <configuration>
               <target>
-                <unzip src="${basedir}/../core/target/syncope.war" dest="${cargo.run.dir}"/>
-                <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="${project.build.directory}/test-classes/db.jsp" todir="${cargo.run.dir}" />
                 <copy todir="${cargo.run.dir}/WEB-INF/classes" includeEmptyDirs="false">
                   <fileset dir="${project.build.directory}/test-classes">
-                    <exclude name="**/*.class"/>
-                    <exclude name="restClientContext.xml"/>
-                    <exclude name="rest.properties"/>
+                    <exclude name="**/*.class" />
+                    <exclude name="restClientContext.xml" />
+                    <exclude name="rest.properties" />
                   </fileset>
                 </copy>
               </target>
@@ -213,7 +213,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>
@@ -382,7 +382,7 @@ under the License.
     <profile>
       <id>skipTests</id>
       <properties>
-        <javaagent/>
+        <javaagent />
       </properties>
       
       <build>
@@ -472,11 +472,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>
@@ -537,11 +537,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>
@@ -600,7 +600,7 @@ under the License.
       <id>selenium</id>
       
       <properties>
-        <javaagent/>
+        <javaagent />
       </properties>
       
       <build>

Modified: syncope/branches/1_1_X/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/core/pom.xml?rev=1570852&r1=1570851&r2=1570852&view=diff
==============================================================================
--- syncope/branches/1_1_X/core/pom.xml (original)
+++ syncope/branches/1_1_X/core/pom.xml Sat Feb 22 15:30:20 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.1.6-SNAPSHOT</version>
+    <version>1.1.6</version>
   </parent>
 
   <name>Apache Syncope Core</name>

Modified: syncope/branches/1_1_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1570852&r1=1570851&r2=1570852&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Sat Feb 22 15:30:20 2014
@@ -26,7 +26,7 @@ under the License.
         
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>1.1.6-SNAPSHOT</version>
+  <version>1.1.6</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_1_X</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/branches/1_1_X</developerConnection>
-    <url>http://svn.apache.org/viewvc/syncope/branches/1_1_X</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/tags/syncope-1.1.6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/tags/syncope-1.1.6</developerConnection>
+    <url>http://svn.apache.org/viewvc/syncope/tags/syncope-1.1.6</url>
   </scm>
   
   <issueManagement>

Modified: syncope/branches/1_1_X/standalone/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/standalone/pom.xml?rev=1570852&r1=1570851&r2=1570852&view=diff
==============================================================================
--- syncope/branches/1_1_X/standalone/pom.xml (original)
+++ syncope/branches/1_1_X/standalone/pom.xml Sat Feb 22 15:30:20 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.1.6-SNAPSHOT</version>
+    <version>1.1.6</version>
   </parent>
 
   <name>Apache Syncope Standalone Distribution</name>