← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4073: minor fixes to hr poms

 

------------------------------------------------------------
revno: 4073
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-07-05 21:05:44 +0300
message:
  minor fixes to hr poms
modified:
  local/tz/dhis-service-hr/pom.xml
  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-service-hr/pom.xml'
--- local/tz/dhis-service-hr/pom.xml	2011-07-05 07:41:01 +0000
+++ local/tz/dhis-service-hr/pom.xml	2011-07-05 18:05:44 +0000
@@ -25,7 +25,7 @@
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-api-hr</artifactId>
-			<version>2.4-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 
 		<dependency>

=== modified file 'local/tz/dhis-web-hrentry/pom.xml'
--- local/tz/dhis-web-hrentry/pom.xml	2011-07-05 09:23:30 +0000
+++ local/tz/dhis-web-hrentry/pom.xml	2011-07-05 18:05:44 +0000
@@ -39,7 +39,7 @@
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-hr</artifactId>
-			<version>2.4-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 	
 		<dependency>
@@ -57,6 +57,7 @@
 			<artifactId>xpp3</artifactId>
 		</dependency>
 	</dependencies>
+
 	<properties>
 		<rootDir>../../</rootDir>
 	</properties>

=== modified file 'local/tz/dhis-web-maintenance-hr/pom.xml'
--- local/tz/dhis-web-maintenance-hr/pom.xml	2011-07-05 09:23:30 +0000
+++ local/tz/dhis-web-maintenance-hr/pom.xml	2011-07-05 18:05:44 +0000
@@ -25,10 +25,11 @@
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-api</artifactId>
 		</dependency>      
+
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-hr</artifactId>	 
-			<version>2.4-SNAPSHOT</version>			
+			<version>${project.version}</version>
 		</dependency>
 
 		<dependency>