Author: ilgrosso
Date: Fri Oct 3 09:38:43 2014
New Revision: 1629164
URL: http://svn.apache.org/r1629164
Log:
[maven-release-plugin] prepare release syncope-1.2.0
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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/archetype/pom.xml (original)
+++ syncope/branches/1_2_X/archetype/pom.xml Fri Oct 3 09:38:43 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</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/build-tools/pom.xml (original)
+++ syncope/branches/1_2_X/build-tools/pom.xml Fri Oct 3 09:38:43 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</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/client/pom.xml (original)
+++ syncope/branches/1_2_X/client/pom.xml Fri Oct 3 09:38:43 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</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/common/pom.xml (original)
+++ syncope/branches/1_2_X/common/pom.xml Fri Oct 3 09:38:43 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</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/console/pom.xml (original)
+++ syncope/branches/1_2_X/console/pom.xml Fri Oct 3 09:38:43 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</version>
</parent>
<name>Apache Syncope Console</name>
@@ -213,8 +213,7 @@ 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}" />
@@ -224,10 +223,8 @@ under the License.
<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" />
<copy todir="${activiti-modeler.directory}/explorer">
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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/core-upgrader/pom.xml (original)
+++ syncope/branches/1_2_X/core-upgrader/pom.xml Fri Oct 3 09:38:43 2014
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/core/pom.xml (original)
+++ syncope/branches/1_2_X/core/pom.xml Fri Oct 3 09:38:43 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</version>
</parent>
<name>Apache Syncope Core</name>
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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/deb/console/pom.xml (original)
+++ syncope/branches/1_2_X/deb/console/pom.xml Fri Oct 3 09:38:43 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</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/deb/core/pom.xml (original)
+++ syncope/branches/1_2_X/deb/core/pom.xml Fri Oct 3 09:38:43 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</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/deb/pom.xml (original)
+++ syncope/branches/1_2_X/deb/pom.xml Fri Oct 3 09:38:43 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</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/installer/pom.xml (original)
+++ syncope/branches/1_2_X/installer/pom.xml Fri Oct 3 09:38:43 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</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/pom.xml (original)
+++ syncope/branches/1_2_X/pom.xml Fri Oct 3 09:38:43 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</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</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/tags/syncope-1.2.0</developerConnection>
+ <url>http://svn.apache.org/viewvc/syncope/tags/syncope-1.2.0</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=1629164&r1=1629163&r2=1629164&view=diff
==============================================================================
--- syncope/branches/1_2_X/standalone/pom.xml (original)
+++ syncope/branches/1_2_X/standalone/pom.xml Fri Oct 3 09:38:43 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</version>
</parent>
<name>Apache Syncope Standalone Distribution</name>