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 2012/04/20 08:55:20 UTC

svn commit: r1328223 - in /incubator/syncope/trunk: archetype/pom.xml build-tools/pom.xml client/pom.xml console/pom.xml core/pom.xml hibernate-enhancer/pom.xml parent/pom.xml quality/pom.xml

Author: ilgrosso
Date: Fri Apr 20 06:55:19 2012
New Revision: 1328223

URL: http://svn.apache.org/viewvc?rev=1328223&view=rev
Log:
[maven-release-plugin] prepare release syncope-1.0.0-RC1-incubating

Modified:
    incubator/syncope/trunk/archetype/pom.xml
    incubator/syncope/trunk/build-tools/pom.xml
    incubator/syncope/trunk/client/pom.xml
    incubator/syncope/trunk/console/pom.xml
    incubator/syncope/trunk/core/pom.xml
    incubator/syncope/trunk/hibernate-enhancer/pom.xml
    incubator/syncope/trunk/parent/pom.xml
    incubator/syncope/trunk/quality/pom.xml

Modified: incubator/syncope/trunk/archetype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/pom.xml?rev=1328223&r1=1328222&r2=1328223&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/pom.xml (original)
+++ incubator/syncope/trunk/archetype/pom.xml Fri Apr 20 06:55:19 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-RC1-incubating</version>
     <relativePath>../parent</relativePath>
   </parent>
 
@@ -33,7 +33,7 @@ under the License.
   <description>Apache Syncope Archetype</description>
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope-archetype</artifactId>
-  <version>1.0.0-incubating-SNAPSHOT</version>
+  <version>1.0.0-RC1-incubating</version>
   <packaging>maven-archetype</packaging>
 
   <properties>
@@ -41,9 +41,9 @@ under the License.
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype</developerConnection>
-    <url>http://svn.apache.org/repos/asf/incubator/syncope/trunk/archetype</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/archetype</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/archetype</developerConnection>
+    <url>http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/archetype</url>
   </scm>
 
   <build>

Modified: incubator/syncope/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/build-tools/pom.xml?rev=1328223&r1=1328222&r2=1328223&view=diff
==============================================================================
--- incubator/syncope/trunk/build-tools/pom.xml (original)
+++ incubator/syncope/trunk/build-tools/pom.xml Fri Apr 20 06:55:19 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-RC1-incubating</version>
     <relativePath>../parent</relativePath>
   </parent>
 

Modified: incubator/syncope/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/client/pom.xml?rev=1328223&r1=1328222&r2=1328223&view=diff
==============================================================================
--- incubator/syncope/trunk/client/pom.xml (original)
+++ incubator/syncope/trunk/client/pom.xml Fri Apr 20 06:55:19 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-RC1-incubating</version>
     <relativePath>../parent</relativePath>
   </parent>
 

Modified: incubator/syncope/trunk/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/pom.xml?rev=1328223&r1=1328222&r2=1328223&view=diff
==============================================================================
--- incubator/syncope/trunk/console/pom.xml (original)
+++ incubator/syncope/trunk/console/pom.xml Fri Apr 20 06:55:19 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-RC1-incubating</version>
     <relativePath>../parent</relativePath>
   </parent>
 
@@ -241,11 +241,11 @@ under the License.
                     <exclude name="**/workflow.properties" />
                   </patternset>
                 </unzip>
-                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${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="**/*.class" />
+                    <exclude name="restClientContext.xml" />
                   </fileset>
                 </copy>
               </target>

Modified: incubator/syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1328223&r1=1328222&r2=1328223&view=diff
==============================================================================
--- incubator/syncope/trunk/core/pom.xml (original)
+++ incubator/syncope/trunk/core/pom.xml Fri Apr 20 06:55:19 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-RC1-incubating</version>
     <relativePath>../parent</relativePath>
   </parent>
 
@@ -445,11 +445,11 @@ under the License.
                   </patternset>
                 </unzip>
                 <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/scheduling/TestSyncJobActions.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/scheduling" />
-                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${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="**/*.class" />
+                    <exclude name="restClientContext.xml" />
                   </fileset>
                 </copy>
               </target>
@@ -1005,9 +1005,8 @@ under the License.
                 </goals>
                 <configuration>
                   <target>
-                    <java classname="org.apache.derby.drda.NetworkServerControl" dir="${project.build.directory}"
-                          classpathref="maven.test.classpath" fork="true" spawn="true">
-                      <arg line="start -noSecurityManager"/>
+                    <java classname="org.apache.derby.drda.NetworkServerControl" dir="${project.build.directory}" classpathref="maven.test.classpath" fork="true" spawn="true">
+                      <arg line="start -noSecurityManager" />
                     </java>
                   </target>
                 </configuration>
@@ -1020,9 +1019,8 @@ under the License.
                 </goals>
                 <configuration>
                   <target>
-                    <java classname="org.apache.derby.drda.NetworkServerControl" 
-                          classpathref="maven.test.classpath">
-                      <arg line="shutdown -noSecurityManager"/>
+                    <java classname="org.apache.derby.drda.NetworkServerControl" classpathref="maven.test.classpath">
+                      <arg line="shutdown -noSecurityManager" />
                     </java>
                   </target>
                 </configuration>
@@ -1127,8 +1125,8 @@ under the License.
                 <phase>process-resources</phase>
                 <configuration>
                   <target>
-                    <delete file="${project.build.directory}/classes/META-INF/persistence.xml"/>
-                    <copy file="src/main/resources/META-INF/persistence.xml" tofile="${project.build.directory}/classes/META-INF/spring-persistence.xml"/>
+                    <delete file="${project.build.directory}/classes/META-INF/persistence.xml" />
+                    <copy file="src/main/resources/META-INF/persistence.xml" tofile="${project.build.directory}/classes/META-INF/spring-persistence.xml" />
                   </target>
                 </configuration>
                 <goals>

Modified: incubator/syncope/trunk/hibernate-enhancer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/hibernate-enhancer/pom.xml?rev=1328223&r1=1328222&r2=1328223&view=diff
==============================================================================
--- incubator/syncope/trunk/hibernate-enhancer/pom.xml (original)
+++ incubator/syncope/trunk/hibernate-enhancer/pom.xml Fri Apr 20 06:55:19 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-RC1-incubating</version>
     <relativePath>../parent</relativePath>
   </parent>
 

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1328223&r1=1328222&r2=1328223&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Fri Apr 20 06:55:19 2012
@@ -27,14 +27,14 @@ under the License.
         
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>1.0.0-incubating-SNAPSHOT</version>
+  <version>1.0.0-RC1-incubating</version>
   <packaging>pom</packaging>
 
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>10</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <url>http://incubator.apache.org/syncope/</url>
@@ -50,9 +50,9 @@ under the License.
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/incubator/syncope/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/trunk</url>
   </scm>
 
   <issueManagement>

Modified: incubator/syncope/trunk/quality/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/quality/pom.xml?rev=1328223&r1=1328222&r2=1328223&view=diff
==============================================================================
--- incubator/syncope/trunk/quality/pom.xml (original)
+++ incubator/syncope/trunk/quality/pom.xml Fri Apr 20 06:55:19 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.0-RC1-incubating</version>
     <relativePath>../parent</relativePath>
   </parent>