dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #06185
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1929: Upgraded to H2 1.2.136
------------------------------------------------------------
revno: 1929
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Mon 2010-05-31 14:54:57 +0200
message:
Upgraded to H2 1.2.136
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2010-05-17 18:10:42 +0000
+++ dhis-2/pom.xml 2010-05-31 12:54:57 +0000
@@ -294,7 +294,6 @@
<artifactId>spring-tx</artifactId>
<version>${spring.version}</version>
</dependency>
-
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
@@ -408,7 +407,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.2.129</version>
+ <version>1.2.136</version>
</dependency>
<dependency>
<groupId>com.ibatis</groupId>