dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08322
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1990: Bumped spring and spring security versions to latest bugfix releases.
------------------------------------------------------------
revno: 1990
committer: Jo Størset <storset@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2010-11-03 10:04:08 +0530
message:
Bumped spring and spring security versions to latest bugfix releases.
Added dhis-web-api to indian portal
modified:
dhis-2/dhis-web/dhis-web-portal/india-pom.xml
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/dhis-web/dhis-web-portal/india-pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/india-pom.xml 2010-09-27 07:14:56 +0000
+++ dhis-2/dhis-web/dhis-web-portal/india-pom.xml 2010-11-03 04:34:08 +0000
@@ -134,13 +134,19 @@
</dependency>
-->
- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-web-caseentry</artifactId>
<version>${version}</version>
<type>war</type>
</dependency>
-
+ <dependency>
+ <groupId>org.hisp.dhis</groupId>
+ <artifactId>dhis-web-api</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ </dependency>
+
<!-- India modules -->
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2010-10-29 15:51:15 +0000
+++ dhis-2/pom.xml 2010-11-03 04:34:08 +0000
@@ -664,8 +664,8 @@
<properties>
<rootDir></rootDir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <spring.version>3.0.4.RELEASE</spring.version>
- <spring.security.version>3.0.3.RELEASE</spring.security.version>
+ <spring.version>3.0.5.RELEASE</spring.version>
+ <spring.security.version>3.0.4.RELEASE</spring.security.version>
<hibernate.version>3.5.6-Final</hibernate.version>
</properties>
</project>