Author: echatellier Date: 2013-10-31 21:55:15 +0100 (Thu, 31 Oct 2013) New Revision: 291 Url: http://nuiton.org/projects/nuiton-j2r/repository/revisions/291 Log: Update pom, version, etc... Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-10-31 20:54:59 UTC (rev 290) +++ trunk/pom.xml 2013-10-31 20:55:15 UTC (rev 291) @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2006 - 2012 CodeLutin, Chatellier Eric + Copyright (C) 2006 - 2013 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -23,7 +23,7 @@ <http://www.gnu.org/licenses/gpl-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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -34,11 +34,11 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.7</version> + <version>4.1</version> </parent> <artifactId>nuiton-j2r</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <developers> <developer>
participants (1)
-
echatellier@users.nuiton.org