Author: rwesten
Date: Tue Apr 15 10:12:32 2014
New Revision: 1587497
URL: http://svn.apache.org/r1587497
Log:
STANBO-1275: the 0.12.1-SNAPSHOT version now also requires joda-time 2.0
(runtime version is 2.3)
Modified:
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
stanbol/branches/release-0.12/parent/pom.xml
Modified:
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1587497&r1=1587496&r2=1587497&view=diff
==============================================================================
---
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
(original)
+++
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Tue Apr 15 10:12:32 2014
@@ -186,7 +186,7 @@
<bundle> <!-- only used by the Entityhub -->
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>1.6.2</version>
+ <version>2.3</version>
</bundle>
<!-- JSON libs -->
<bundle> <!-- used for simple JSON parsing/writing in Stanbol -->
Modified: stanbol/branches/release-0.12/parent/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/parent/pom.xml?rev=1587497&r1=1587496&r2=1587497&view=diff
==============================================================================
--- stanbol/branches/release-0.12/parent/pom.xml (original)
+++ stanbol/branches/release-0.12/parent/pom.xml Tue Apr 15 10:12:32 2014
@@ -787,7 +787,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>1.6.2</version>
+ <version>2.0</version>
</dependency>
<!-- Javax Mail -->