[Lutinweb-commits] r123 - in lutinrss/trunk: . src/site
Author: tchemit Date: 2008-10-09 15:29:07 +0000 (Thu, 09 Oct 2008) New Revision: 123 Modified: lutinrss/trunk/pom.xml lutinrss/trunk/src/site/site.xml Log: ajout derniere release + fix maven-release-plugin intrusive action Modified: lutinrss/trunk/pom.xml =================================================================== --- lutinrss/trunk/pom.xml 2008-10-09 15:17:54 UTC (rev 122) +++ lutinrss/trunk/pom.xml 2008-10-09 15:29:07 UTC (rev 123) @@ -152,9 +152,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinweb/lutinrss/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinweb/lutinrss/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinrss/trunk/?root=lutinweb</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> - + </project> \ No newline at end of file Modified: lutinrss/trunk/src/site/site.xml =================================================================== --- lutinrss/trunk/src/site/site.xml 2008-10-09 15:17:54 UTC (rev 122) +++ lutinrss/trunk/src/site/site.xml 2008-10-09 15:29:07 UTC (rev 123) @@ -43,8 +43,8 @@ name="la dernière version sur le repository maven"/> <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" name="Voir toutes les versions sur le repository maven"/> - <!--item href="http://labs.libre-entreprise.org/frs/?group_id=${labs.id}&release_id=252" - name="la dernière release"/--> + <item href="https://labs.libre-entreprise.org/frs/download.php/686/lutinrss-2.3.8-bin.zi..." + name="la dernière release (au format zip)"/> </menu> <menu name="Developpeur">
participants (1)
-
tchemit@users.labs.libre-entreprise.org