r466 - in trunk: . doxia-module-jrst jrst jrst-doc maven-jrst-plugin
Author: tchemit Date: 2010-04-17 10:43:27 +0200 (Sat, 17 Apr 2010) New Revision: 466 Log: - pass to version 1.2 - Evolution #35: Suppression du module "maven-jrst-plugin" Modified: trunk/doxia-module-jrst/pom.xml trunk/jrst-doc/pom.xml trunk/jrst/pom.xml trunk/maven-jrst-plugin/pom.xml trunk/pom.xml Modified: trunk/doxia-module-jrst/pom.xml =================================================================== --- trunk/doxia-module-jrst/pom.xml 2010-04-16 18:18:35 UTC (rev 465) +++ trunk/doxia-module-jrst/pom.xml 2010-04-17 08:43:27 UTC (rev 466) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2010-04-16 18:18:35 UTC (rev 465) +++ trunk/jrst/pom.xml 2010-04-17 08:43:27 UTC (rev 466) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/jrst-doc/pom.xml =================================================================== --- trunk/jrst-doc/pom.xml 2010-04-16 18:18:35 UTC (rev 465) +++ trunk/jrst-doc/pom.xml 2010-04-17 08:43:27 UTC (rev 466) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/maven-jrst-plugin/pom.xml =================================================================== --- trunk/maven-jrst-plugin/pom.xml 2010-04-16 18:18:35 UTC (rev 465) +++ trunk/maven-jrst-plugin/pom.xml 2010-04-17 08:43:27 UTC (rev 466) @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-16 18:18:35 UTC (rev 465) +++ trunk/pom.xml 2010-04-17 08:43:27 UTC (rev 466) @@ -37,11 +37,12 @@ </parent> <artifactId>jrst</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2-SNAPSHOT</version> <modules> <module>jrst</module> - <module>maven-jrst-plugin</module> + <!-- Evolution #35: Suppression du module "maven-jrst-plugin" --> + <!--<module>maven-jrst-plugin</module>--> <module>doxia-module-jrst</module> <module>jrst-doc</module> </modules>
participants (1)
-
tchemit@users.nuiton.org