dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25621
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12765: minor dep fix, wrong parent in appmanager
------------------------------------------------------------
revno: 12765
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-10-17 08:50:41 +0200
message:
minor dep fix, wrong parent in appmanager
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-appmanager/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-maintenance/dhis-web-maintenance-appmanager/pom.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-appmanager/pom.xml 2013-10-17 06:43:40 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-appmanager/pom.xml 2013-10-17 06:50:41 +0000
@@ -4,7 +4,7 @@
<parent>
<groupId>org.hisp.dhis</groupId>
- <artifactId>dhis-web</artifactId>
+ <artifactId>dhis-web-maintenance</artifactId>
<version>2.13</version>
</parent>