← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19120: Minor fix, version was not set in pom-full.xml

 

------------------------------------------------------------
revno: 19120
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2015-05-09 10:14:51 +0700
message:
  Minor fix, version was not set in pom-full.xml
modified:
  dhis-2/pom-full.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-full.xml'
--- dhis-2/pom-full.xml	2015-01-23 14:07:46 +0000
+++ dhis-2/pom-full.xml	2015-05-09 03:14:51 +0000
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.hisp.dhis</groupId>
 		<artifactId>dhis</artifactId>
-		<version>2.19-SNAPSHOT</version>
+		<version>2.20-SNAPSHOT</version>
 		<relativePath>.</relativePath>		
 	</parent>