r478 - in trunk: . tutti-persistence tutti-service tutti-ui-swing
Author: maven-release Date: 2013-02-25 21:52:56 +0100 (Mon, 25 Feb 2013) New Revision: 478 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/478 Log: [maven-release-plugin] prepare release tutti-1.0.1 Modified: trunk/pom.xml trunk/tutti-persistence/pom.xml trunk/tutti-service/pom.xml trunk/tutti-ui-swing/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-02-25 20:50:45 UTC (rev 477) +++ trunk/pom.xml 2013-02-25 20:52:56 UTC (rev 478) @@ -21,9 +21,7 @@ #L% --> -<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"> +<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> @@ -35,7 +33,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0.1</version> <modules> <module>tutti-persistence</module> @@ -91,12 +89,12 @@ </developers> <scm> - <url>http://svn.forge.codelutin.com/svn/tutti/trunk</url> + <url>http://svn.forge.codelutin.com/svn/tutti/tags/tutti-1.0.1</url> <connection> - scm:svn:http://svn.forge.codelutin.com/svn/tutti/trunk + scm:svn:http://svn.forge.codelutin.com/svn/tutti/tags/tutti-1.0.1 </connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/tutti/trunk + scm:svn:http://svn.forge.codelutin.com/svn/tutti/tags/tutti-1.0.1 </developerConnection> </scm> @@ -594,18 +592,15 @@ <inherited>false</inherited> <configuration> <tasks> - <echo message="Copy model to site"/> - <copy verbose="true" failonerror="false" overwrite="true" - filtering="true" - todir="${project.build.directory}/update"> + <echo message="Copy model to site" /> + <copy verbose="true" failonerror="false" overwrite="true" filtering="true" todir="${project.build.directory}/update"> <filterset> - <filter value="${project.version}" - token="projectVersion"/> - <filter value="${jreVersion}" token="jreVersion"/> - <filter value="${dbVersion}" token="dbVersion"/> + <filter value="${project.version}" token="projectVersion" /> + <filter value="${jreVersion}" token="jreVersion" /> + <filter value="${dbVersion}" token="dbVersion" /> </filterset> <fileset dir="${basedir}/src/update/"> - <include name="update-tutti.properties"/> + <include name="update-tutti.properties" /> </fileset> </copy> </tasks> Modified: trunk/tutti-persistence/pom.xml =================================================================== --- trunk/tutti-persistence/pom.xml 2013-02-25 20:50:45 UTC (rev 477) +++ trunk/tutti-persistence/pom.xml 2013-02-25 20:52:56 UTC (rev 478) @@ -28,7 +28,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> Modified: trunk/tutti-service/pom.xml =================================================================== --- trunk/tutti-service/pom.xml 2013-02-25 20:50:45 UTC (rev 477) +++ trunk/tutti-service/pom.xml 2013-02-25 20:52:56 UTC (rev 478) @@ -28,7 +28,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> Modified: trunk/tutti-ui-swing/pom.xml =================================================================== --- trunk/tutti-ui-swing/pom.xml 2013-02-25 20:50:45 UTC (rev 477) +++ trunk/tutti-ui-swing/pom.xml 2013-02-25 20:52:56 UTC (rev 478) @@ -28,7 +28,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <groupId>fr.ifremer.tutti</groupId>
participants (1)
-
maven-releaseļ¼ users.forge.codelutin.com