Author: echatellier Date: 2014-11-13 11:50:04 +0000 (Thu, 13 Nov 2014) New Revision: 138 Url: http://forge.codelutin.com/projects/jmexico/repository/revisions/138 Log: Update deploiement info Modified: trunk/LICENSE.txt trunk/pom.xml Modified: trunk/LICENSE.txt =================================================================== --- trunk/LICENSE.txt 2014-11-13 11:26:15 UTC (rev 137) +++ trunk/LICENSE.txt 2014-11-13 11:50:04 UTC (rev 138) @@ -10,7 +10,7 @@ the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. - 0. Additional Definitions. + 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU @@ -111,7 +111,7 @@ a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked - Version. + Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the @@ -163,4 +163,3 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-11-13 11:26:15 UTC (rev 137) +++ trunk/pom.xml 2014-11-13 11:50:04 UTC (rev 138) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>4.0</version> + <version>5.2</version> </parent> <groupId>fr.reseaumexico</groupId> @@ -54,23 +54,23 @@ <scm> <connection> - scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk + scm:svn:https://svn.codelutin.com/jmexico/trunk </connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk + scm:svn:https://svn.codelutin.com/jmexico/trunk </developerConnection> - <url>http://forge.codelutin.com/projects/jmexico/repository/trunk</url> + <url>https://forge.codelutin.com/projects/jmexico/repository/show/trunk</url> </scm> <distributionManagement> <site> - <id>${platform}</id> - <url>${our.site.repository}/${projectId}</url> + <id>${siteDeployId}</id> + <url>${siteDeployUrl}</url> </site> </distributionManagement> <properties> - <platform>forge.codelutin.com</platform> + <platform>codelutin.com</platform> <projectId>jmexico</projectId> <!-- libraries version --> @@ -124,6 +124,12 @@ <version>${swingXVersion}</version> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>14.0.1</version> + </dependency> + <!-- xml parser --> <dependency> <groupId>xpp3</groupId> @@ -186,7 +192,7 @@ <version>${eugenePluginVersion}</version> </plugin> -<plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>webstart-maven-plugin</artifactId> <version>${webstartPluginVersion}</version>
participants (1)
-
echatellier@users.forge.codelutin.com