r263 - in trunk: . cantharella.data cantharella.service cantharella.utils cantharella.web
Author: echatellier Date: 2014-03-04 16:36:28 +0100 (Tue, 04 Mar 2014) New Revision: 263 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/263 Log: Update build for release Modified: trunk/LICENSE.txt trunk/cantharella.data/LICENSE.txt trunk/cantharella.service/LICENSE.txt trunk/cantharella.utils/LICENSE.txt trunk/cantharella.web/LICENSE.txt trunk/pom.xml Modified: trunk/LICENSE.txt =================================================================== --- trunk/LICENSE.txt 2014-03-04 15:35:13 UTC (rev 262) +++ trunk/LICENSE.txt 2014-03-04 15:36:28 UTC (rev 263) @@ -658,4 +658,4 @@ You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -<http://www.gnu.org/licenses/>. \ No newline at end of file +<http://www.gnu.org/licenses/>. Modified: trunk/cantharella.data/LICENSE.txt =================================================================== --- trunk/cantharella.data/LICENSE.txt 2014-03-04 15:35:13 UTC (rev 262) +++ trunk/cantharella.data/LICENSE.txt 2014-03-04 15:36:28 UTC (rev 263) @@ -658,4 +658,4 @@ You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -<http://www.gnu.org/licenses/>. \ No newline at end of file +<http://www.gnu.org/licenses/>. Modified: trunk/cantharella.service/LICENSE.txt =================================================================== --- trunk/cantharella.service/LICENSE.txt 2014-03-04 15:35:13 UTC (rev 262) +++ trunk/cantharella.service/LICENSE.txt 2014-03-04 15:36:28 UTC (rev 263) @@ -658,4 +658,4 @@ You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -<http://www.gnu.org/licenses/>. \ No newline at end of file +<http://www.gnu.org/licenses/>. Modified: trunk/cantharella.utils/LICENSE.txt =================================================================== --- trunk/cantharella.utils/LICENSE.txt 2014-03-04 15:35:13 UTC (rev 262) +++ trunk/cantharella.utils/LICENSE.txt 2014-03-04 15:36:28 UTC (rev 263) @@ -658,4 +658,4 @@ You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -<http://www.gnu.org/licenses/>. \ No newline at end of file +<http://www.gnu.org/licenses/>. Modified: trunk/cantharella.web/LICENSE.txt =================================================================== --- trunk/cantharella.web/LICENSE.txt 2014-03-04 15:35:13 UTC (rev 262) +++ trunk/cantharella.web/LICENSE.txt 2014-03-04 15:36:28 UTC (rev 263) @@ -658,4 +658,4 @@ You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -<http://www.gnu.org/licenses/>. \ No newline at end of file +<http://www.gnu.org/licenses/>. Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-03-04 15:35:13 UTC (rev 262) +++ trunk/pom.xml 2014-03-04 15:36:28 UTC (rev 263) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.4.11</version> + <version>5.0</version> </parent> <groupId>nc.ird</groupId> @@ -67,13 +67,9 @@ </developers> <scm> - <url>http://svn.forge.codelutin.com/svn/cantharella/trunk</url> - <connection> - scm:svn:http://svn.forge.codelutin.com/svn/cantharella/trunk - </connection> - <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/cantharella/trunk - </developerConnection> + <url>http://svn.codelutin.com/cantharella/trunk</url> + <connection>scm:svn:http://svn.codelutin.com/cantharella/trunk</connection> + <developerConnection>scm:svn:http://svn.codelutin.com/cantharella/trunk</developerConnection> </scm> <distributionManagement> @@ -91,7 +87,7 @@ </modules> <properties> - <platform>forge.codelutin.com</platform> + <platform>codelutin.com</platform> <projectId>cantharella</projectId> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
participants (1)
-
echatellier@users.forge.codelutin.com