← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4071: minor version fixes

 

------------------------------------------------------------
revno: 4071
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-07-05 12:23:30 +0300
message:
  minor version fixes
modified:
  local/tz/dhis-web-hrentry/pom.xml
  local/tz/dhis-web-maintenance-hr/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 'local/tz/dhis-web-hrentry/pom.xml'
--- local/tz/dhis-web-hrentry/pom.xml	2011-07-05 07:41:01 +0000
+++ local/tz/dhis-web-hrentry/pom.xml	2011-07-05 09:23:30 +0000
@@ -24,19 +24,24 @@
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-web-commons</artifactId>
 		</dependency>    
+
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-web-commons-resources</artifactId>
 			<type>war</type>
 		</dependency>
+
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-core</artifactId>
 		</dependency>
+
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-hr</artifactId>
+			<version>2.4-SNAPSHOT</version>
 		</dependency>
+	
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-options</artifactId>

=== modified file 'local/tz/dhis-web-maintenance-hr/pom.xml'
--- local/tz/dhis-web-maintenance-hr/pom.xml	2011-07-05 07:41:01 +0000
+++ local/tz/dhis-web-maintenance-hr/pom.xml	2011-07-05 09:23:30 +0000
@@ -28,15 +28,19 @@
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-hr</artifactId>	 
-		</dependency>    
+			<version>2.4-SNAPSHOT</version>			
+		</dependency>
+
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-core</artifactId>  
 		</dependency>
+
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-web-commons</artifactId>
 		</dependency>
+		
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-web-commons-resources</artifactId>