branch develop updated (ad12bdc -> a728d75)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository chorem. See http://git.chorem.org/chorem.git from ad12bdc refs #1155 : Commit forgotten file new a728d75 some upgrade The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a728d751c9e3055cc1464619ce8b196d085bc17b Author: Yannick Martel <yannick.martel@gmail.com> Date: Fri Jan 30 16:31:45 2015 +0100 some upgrade Summary of changes: pom.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository chorem. See http://git.chorem.org/chorem.git commit a728d751c9e3055cc1464619ce8b196d085bc17b Author: Yannick Martel <yannick.martel@gmail.com> Date: Fri Jan 30 16:31:45 2015 +0100 some upgrade --- pom.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index edef786..621eb3a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>1.5</version> + <version>1.8.1</version> </parent> <groupId>org.chorem</groupId> @@ -97,15 +97,15 @@ <projectId>chorem</projectId> <guavaVersion>18.0</guavaVersion> - <gsonVersion>2.3</gsonVersion> + <gsonVersion>2.3.1</gsonVersion> <opencsvVersion>2.3</opencsvVersion> - <slf4jVersion>1.7.7</slf4jVersion> + <slf4jVersion>1.7.10</slf4jVersion> <javaxMailVersion>1.5.0-b01</javaxMailVersion> <servletApiVersion>3.0-alpha-1</servletApiVersion> <jspApiVersion>2.0</jspApiVersion> - <h2Version>1.4.182</h2Version> + <h2Version>1.4.185</h2Version> <jstlVersion>1.2</jstlVersion> - <webmotionVersion>2.4</webmotionVersion> + <webmotionVersion>2.5</webmotionVersion> <processPluginVersion>1.1</processPluginVersion> <eugenePluginVersion>2.7.4</eugenePluginVersion> <sitePluginVersion>3.3</sitePluginVersion> @@ -115,9 +115,12 @@ <nuitonConfigVersion>3.0-rc-2</nuitonConfigVersion> <nuitonWebVersion>1.17</nuitonWebVersion> <wikittyVersion>3.11</wikittyVersion> + <commonsCollectionsVersion>3.2.1</commonsCollectionsVersion> + <commonsLoggingVersion>1.2</commonsLoggingVersion> + <junitVersion>4.12</junitVersion> <nuitonjsWro.version>1.0.3</nuitonjsWro.version> - <nuitonjsAngularjs.version>1.3.0-beta.7-1</nuitonjsAngularjs.version> + <nuitonjsAngularjs.version>1.3.2-1</nuitonjsAngularjs.version> <nuitonjsJquery.version>2.1.1-1</nuitonjsJquery.version> <nuitonjsJqueryui.version>1.11.2-1</nuitonjsJqueryui.version> <nuitonjsJqplot.version>1.0.8r1250-1</nuitonjsJqplot.version> @@ -137,7 +140,6 @@ <javaVersion>1.7</javaVersion> <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - </properties> <repositories> @@ -356,13 +358,13 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.3</version> + <version>${commonsLoggingVersion}</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>${commonsCollectionsVersion}</version> </dependency> <dependency> @@ -386,7 +388,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>${junitVersion}</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm