Author: tchemit Date: 2014-02-04 10:31:21 +0100 (Tue, 04 Feb 2014) New Revision: 2028 Url: http://nuiton.org/projects/i18n/repository/revisions/2028 Log: [maven-release-plugin] prepare release i18n-3.0 Modified: trunk/i18n-maven-plugin/pom.xml trunk/nuiton-i18n/pom.xml trunk/pom.xml Modified: trunk/i18n-maven-plugin/pom.xml =================================================================== --- trunk/i18n-maven-plugin/pom.xml 2014-02-04 09:29:04 UTC (rev 2027) +++ trunk/i18n-maven-plugin/pom.xml 2014-02-04 09:31:21 UTC (rev 2028) @@ -20,14 +20,12 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #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/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.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> </parent> <groupId>org.nuiton.i18n</groupId> Modified: trunk/nuiton-i18n/pom.xml =================================================================== --- trunk/nuiton-i18n/pom.xml 2014-02-04 09:29:04 UTC (rev 2027) +++ trunk/nuiton-i18n/pom.xml 2014-02-04 09:31:21 UTC (rev 2028) @@ -20,15 +20,13 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #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> <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> </parent> <groupId>org.nuiton.i18n</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-02-04 09:29:04 UTC (rev 2027) +++ trunk/pom.xml 2014-02-04 09:31:21 UTC (rev 2028) @@ -23,9 +23,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #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> <parent> @@ -35,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> <packaging>pom</packaging> <name>I18n</name> <description>Nuiton i18n tools</description> @@ -48,11 +46,11 @@ </modules> <scm> - <connection>scm:svn:https://nuiton.org/svn/i18n/trunk</connection> + <connection>scm:svn:https://nuiton.org/svn/i18n/tags/i18n-3.0</connection> <developerConnection> - scm:svn:https://nuiton.org/svn/i18n/trunk + scm:svn:https://nuiton.org/svn/i18n/tags/i18n-3.0 </developerConnection> - <url>https://nuiton.org/projects/i18n/repository/show/trunk</url> + <url>https://nuiton.org/projects/i18n/repository/show/tags/i18n-3.0</url> </scm> <distributionManagement> <site>
participants (1)
-
tchemit@users.nuiton.org