Author: fdesbois Date: 2009-08-26 12:25:57 +0200 (Wed, 26 Aug 2009) New Revision: 23 Modified: branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java branches/alpha3-periodicity/pom.xml Log: Change mavenpom and nuiton libraries versions Modified: branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java =================================================================== --- branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java 2009-08-24 09:38:34 UTC (rev 22) +++ branches/alpha3-periodicity/cash-business/src/main/java/org/chorem/cash/impl/ServiceEntryImpl.java 2009-08-26 10:25:57 UTC (rev 23) @@ -3,7 +3,7 @@ * Copyright (C) 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as + * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * @@ -12,9 +12,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. * - * You should have received a copy of the GNU General Public + * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.chorem.cash.impl; Modified: branches/alpha3-periodicity/pom.xml =================================================================== --- branches/alpha3-periodicity/pom.xml 2009-08-24 09:38:34 UTC (rev 22) +++ branches/alpha3-periodicity/pom.xml 2009-08-26 10:25:57 UTC (rev 23) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0</version> + <version>1.0.1</version> </parent> <groupId>org.chorem</groupId> @@ -132,9 +132,14 @@ <packaging>pom</packaging> <properties> + + <!-- Redmine configuration --> + <projectId>cash</projectId> + <platform>chorem.org</platform> + <!-- Nuiton librairies --> - <topia.version>2.2.0-rc-5-SNAPSHOT</topia.version> - <generator.version>1.0.0-rc-3</generator.version> + <topia.version>2.2.0</topia.version> + <generator.version>1.0.0</generator.version> <jrst.version>1.0.0</jrst.version> <!-- ChoReg --> @@ -181,59 +186,6 @@ <url>http://www.chorem.org/repositories/browse/cash/trunk</url> </scm> - <issueManagement> - <system>redmine</system> - <url>http://www.chorem.org/projects/cash/issues</url> - </issueManagement> - - <ciManagement> - <system>hudson</system> - <url>http://hudson.chorem.org</url> - </ciManagement> - - <!--Any mailing lists for the project--> - <mailingLists> - <mailingList> - <name>cash-commits</name> - <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-commits</subscribe> - <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-commits</unsubscribe> - <post>cash-commits@$list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/cash-commits/</archive> - </mailingList> - - <mailingList> - <name>cash-devel</name> - <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-devel</subscribe> - <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-devel</unsubscribe> - <post>cash-devel@list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/cash-devel/</archive> - </mailingList> - - <mailingList> - <name>cash-users</name> - <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-users</subscribe> - <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-users</unsubscribe> - <post>cash-users@list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/cash-users/</archive> - </mailingList> - </mailingLists> - - <!--Distribution--> - <distributionManagement> - <repository> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/maven/release</url> - </repository> - <snapshotRepository> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/maven/snapshot</url> - </snapshotRepository> - <site> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/redmine-chorem/project-site/cash</url> - </site> - </distributionManagement> - <repositories> <!-- depot des releases nuiton --> <repository>