Author: kmorin Date: 2013-03-07 11:30:55 +0100 (Thu, 07 Mar 2013) New Revision: 560 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/560 Log: use last snapshot of jaxx Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-03-07 09:30:19 UTC (rev 559) +++ trunk/pom.xml 2013-03-07 10:30:55 UTC (rev 560) @@ -7,15 +7,15 @@ %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the + published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 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 Public License along with this program. If not, see <http://www.gnu.org/licenses/gpl-3.0.html>. #L% @@ -130,7 +130,7 @@ <h2Version>1.3.168</h2Version> <postgresqlVersion>9.1-901-1.jdbc4</postgresqlVersion> - <jaxxVersion>2.5.11</jaxxVersion> + <jaxxVersion>2.5.12-SNAPSHOT</jaxxVersion> <swingXVersion>1.6.4</swingXVersion> <xworkVersion>2.3.7</xworkVersion> @@ -161,7 +161,7 @@ <hsqldb.version>2.2.9</hsqldb.version> <jdbc.hsqldb.version>1.8.0.7</jdbc.hsqldb.version> <jMockVersion>2.5.1</jMockVersion> - + <!-- Last JRE version to use --> <jreVersion>1.7.10</jreVersion> @@ -379,7 +379,7 @@ <artifactId>yamlbeans</artifactId> <version>1.06</version> </dependency> - + <dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId>
participants (1)
-
kmorin@users.forge.codelutin.com