Author: chatellier Date: 2008-09-19 15:57:04 +0000 (Fri, 19 Sep 2008) New Revision: 189 Modified: trunk/jrst2/pom.xml trunk/jrst2/src/site/site_en.xml trunk/jrst2/src/site/site_fr.xml Log: Update groupids Modified: trunk/jrst2/pom.xml =================================================================== --- trunk/jrst2/pom.xml 2008-09-01 16:44:35 UTC (rev 188) +++ trunk/jrst2/pom.xml 2008-09-19 15:57:04 UTC (rev 189) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.4</version> + <version>2.5</version> </parent> <!--A unique name for this project--> @@ -60,9 +60,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <link>http://java.sun.com/j2se/api/index.html</link> + <link>http://java.sun.com/javase/6/docs/api/index.html</link> <link>http://topia.labs.libre-entreprise.org/apidocs/</link> - <link>http://lutinmatrix.labs.libre-entreprise.org/apidocs/</link> <link>http://lutinutil.labs.libre-entreprise.org/apidocs/</link> </configuration> </plugin> @@ -86,7 +85,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinutil</artifactId> - <version>0.30-SNAPSHOT</version> + <version>0.30</version> <scope>compile</scope> </dependency> <dependency> Modified: trunk/jrst2/src/site/site_en.xml =================================================================== --- trunk/jrst2/src/site/site_en.xml 2008-09-01 16:44:35 UTC (rev 188) +++ trunk/jrst2/src/site/site_en.xml 2008-09-19 15:57:04 UTC (rev 189) @@ -2,10 +2,10 @@ <project name="JRst"> <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> - </skin> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2-SNAPSHOT</version> + </skin> <bannerLeft> <name>Java ReStructuredText parser</name> Modified: trunk/jrst2/src/site/site_fr.xml =================================================================== --- trunk/jrst2/src/site/site_fr.xml 2008-09-01 16:44:35 UTC (rev 188) +++ trunk/jrst2/src/site/site_fr.xml 2008-09-19 15:57:04 UTC (rev 189) @@ -2,9 +2,9 @@ <project name="JRst"> <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2-SNAPSHOT</version> </skin> <bannerLeft>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org