------------------------------------------------------------ revno: 1950 committer: Jo Størset <stor...@gmail.com> branch nick: trunk timestamp: Fri 2010-08-20 11:13:09 +0200 message: Bumped version to 2.0.6-SNAPSHOT modified: dhis-2/dhis-api/pom.xml dhis-2/dhis-services/dhis-service-administration/pom.xml dhis-2/dhis-services/dhis-service-aggregationengine-default/pom.xml dhis-2/dhis-services/dhis-service-core/pom.xml dhis-2/dhis-services/dhis-service-datamart-default/pom.xml dhis-2/dhis-services/dhis-service-excel-reporting/pom.xml dhis-2/dhis-services/dhis-service-i18n/pom.xml dhis-2/dhis-services/dhis-service-importexport/pom.xml dhis-2/dhis-services/dhis-service-mapping/pom.xml dhis-2/dhis-services/dhis-service-options/pom.xml dhis-2/dhis-services/dhis-service-patient/pom.xml dhis-2/dhis-services/dhis-service-reporting/pom.xml dhis-2/dhis-services/dhis-service-xml/pom.xml dhis-2/dhis-services/pom.xml dhis-2/dhis-support/dhis-support-external/pom.xml dhis-2/dhis-support/dhis-support-hibernate/pom.xml dhis-2/dhis-support/dhis-support-jdbc-test/pom.xml dhis-2/dhis-support/dhis-support-jdbc/pom.xml dhis-2/dhis-support/dhis-support-system/pom.xml dhis-2/dhis-support/dhis-support-test/pom.xml dhis-2/dhis-support/pom.xml dhis-2/dhis-web/dhis-web-caseentry/pom.xml dhis-2/dhis-web/dhis-web-commons-resources/pom.xml dhis-2/dhis-web/dhis-web-commons/pom.xml dhis-2/dhis-web/dhis-web-dashboard-integration/pom.xml dhis-2/dhis-web/dhis-web-dataentry/pom.xml dhis-2/dhis-web/dhis-web-datamart/pom.xml dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml dhis-2/dhis-web/dhis-web-importexport/pom.xml dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/pom.xml dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/pom.xml dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/pom.xml dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/pom.xml dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/pom.xml dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/pom.xml dhis-2/dhis-web/dhis-web-maintenance/pom.xml dhis-2/dhis-web/dhis-web-mapping/pom.xml dhis-2/dhis-web/dhis-web-portal/pom.xml dhis-2/dhis-web/dhis-web-reporting/pom.xml dhis-2/dhis-web/dhis-web-validationrule/pom.xml dhis-2/dhis-web/pom.xml dhis-2/pom.xml dhis-mobile/dhis-service-mobile/pom.xml dhis-mobile/dhis-web-mobile/pom.xml dhis2-live-installer/pom.xml local/in/dhis-in-api/pom.xml local/in/dhis-in-services/dhis-in-service-configuration/pom.xml local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml local/in/dhis-in-services/dhis-in-service-reports/pom.xml local/in/dhis-in-services/dhis-in-service-scheduler/pom.xml local/in/dhis-in-services/dhis-in-service-survey/pom.xml local/in/dhis-in-services/pom.xml local/in/dhis-web-dashboard/pom.xml local/in/dhis-web-dataentry-linelisting/pom.xml local/in/dhis-web-excelimport/pom.xml local/in/dhis-web-leprosy/pom.xml local/in/dhis-web-linelisting-in/pom.xml local/in/dhis-web-maintenance-in/pom.xml local/in/dhis-web-mobile/pom.xml local/in/dhis-web-reports-in/pom.xml local/in/dhis-web-reports-national/pom.xml local/in/dhis-web-sandbox/pom.xml local/in/dhis-web-sandboxbk/pom.xml local/in/dhis-web-survey/pom.xml local/in/dhis-web-validationrule-in/pom.xml local/in/pom.xml local/vn/dhis-service-gis/pom.xml local/vn/dhis-web-gis/pom.xml webservice/dhis-webservice-expoze/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-api/pom.xml' --- dhis-2/dhis-api/pom.xml 2010-06-21 19:11:47 +0000 +++ dhis-2/dhis-api/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-api</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-administration/pom.xml' --- dhis-2/dhis-services/dhis-service-administration/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-services/dhis-service-administration/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-administration</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-aggregationengine-default/pom.xml' --- dhis-2/dhis-services/dhis-service-aggregationengine-default/pom.xml 2010-04-08 16:55:35 +0000 +++ dhis-2/dhis-services/dhis-service-aggregationengine-default/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-aggregationengine-default</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-core/pom.xml' --- dhis-2/dhis-services/dhis-service-core/pom.xml 2010-08-09 16:29:04 +0000 +++ dhis-2/dhis-services/dhis-service-core/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-core</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-datamart-default/pom.xml' --- dhis-2/dhis-services/dhis-service-datamart-default/pom.xml 2010-06-26 19:48:18 +0000 +++ dhis-2/dhis-services/dhis-service-datamart-default/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-datamart-default</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-excel-reporting/pom.xml' --- dhis-2/dhis-services/dhis-service-excel-reporting/pom.xml 2010-04-08 16:55:35 +0000 +++ dhis-2/dhis-services/dhis-service-excel-reporting/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-excel-reporting</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-i18n/pom.xml' --- dhis-2/dhis-services/dhis-service-i18n/pom.xml 2010-05-03 13:44:59 +0000 +++ dhis-2/dhis-services/dhis-service-i18n/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-i18n</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-importexport/pom.xml' --- dhis-2/dhis-services/dhis-service-importexport/pom.xml 2010-04-08 16:55:35 +0000 +++ dhis-2/dhis-services/dhis-service-importexport/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-importexport</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-mapping/pom.xml' --- dhis-2/dhis-services/dhis-service-mapping/pom.xml 2010-07-10 15:37:10 +0000 +++ dhis-2/dhis-services/dhis-service-mapping/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-mapping</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-options/pom.xml' --- dhis-2/dhis-services/dhis-service-options/pom.xml 2010-04-27 15:04:10 +0000 +++ dhis-2/dhis-services/dhis-service-options/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-options</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-patient/pom.xml' --- dhis-2/dhis-services/dhis-service-patient/pom.xml 2010-05-03 13:44:59 +0000 +++ dhis-2/dhis-services/dhis-service-patient/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-patient</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-reporting/pom.xml' --- dhis-2/dhis-services/dhis-service-reporting/pom.xml 2010-07-04 23:55:46 +0000 +++ dhis-2/dhis-services/dhis-service-reporting/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-reporting</artifactId> === modified file 'dhis-2/dhis-services/dhis-service-xml/pom.xml' --- dhis-2/dhis-services/dhis-service-xml/pom.xml 2010-07-16 13:04:51 +0000 +++ dhis-2/dhis-services/dhis-service-xml/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-xml</artifactId> === modified file 'dhis-2/dhis-services/pom.xml' --- dhis-2/dhis-services/pom.xml 2010-04-22 14:06:28 +0000 +++ dhis-2/dhis-services/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-services</artifactId> === modified file 'dhis-2/dhis-support/dhis-support-external/pom.xml' --- dhis-2/dhis-support/dhis-support-external/pom.xml 2010-08-09 16:29:04 +0000 +++ dhis-2/dhis-support/dhis-support-external/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-support</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-support-external</artifactId> === modified file 'dhis-2/dhis-support/dhis-support-hibernate/pom.xml' --- dhis-2/dhis-support/dhis-support-hibernate/pom.xml 2010-08-09 16:29:04 +0000 +++ dhis-2/dhis-support/dhis-support-hibernate/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-support</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-support-hibernate</artifactId> === modified file 'dhis-2/dhis-support/dhis-support-jdbc-test/pom.xml' --- dhis-2/dhis-support/dhis-support-jdbc-test/pom.xml 2010-05-27 09:00:25 +0000 +++ dhis-2/dhis-support/dhis-support-jdbc-test/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-support</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-support-jdbc-test</artifactId> === modified file 'dhis-2/dhis-support/dhis-support-jdbc/pom.xml' --- dhis-2/dhis-support/dhis-support-jdbc/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-support/dhis-support-jdbc/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-support</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-support-jdbc</artifactId> === modified file 'dhis-2/dhis-support/dhis-support-system/pom.xml' --- dhis-2/dhis-support/dhis-support-system/pom.xml 2010-05-03 13:44:59 +0000 +++ dhis-2/dhis-support/dhis-support-system/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-support</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-support-system</artifactId> === modified file 'dhis-2/dhis-support/dhis-support-test/pom.xml' --- dhis-2/dhis-support/dhis-support-test/pom.xml 2010-08-09 16:29:04 +0000 +++ dhis-2/dhis-support/dhis-support-test/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-support</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-support-test</artifactId> === modified file 'dhis-2/dhis-support/pom.xml' --- dhis-2/dhis-support/pom.xml 2010-05-11 14:20:51 +0000 +++ dhis-2/dhis-support/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-support</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-caseentry/pom.xml' --- dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2010-05-03 13:44:59 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-caseentry</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/pom.xml' --- dhis-2/dhis-web/dhis-web-commons-resources/pom.xml 2010-04-08 16:55:35 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-commons-resources</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-commons/pom.xml' --- dhis-2/dhis-web/dhis-web-commons/pom.xml 2010-05-03 13:44:59 +0000 +++ dhis-2/dhis-web/dhis-web-commons/pom.xml 2010-08-20 09:13:09 +0000 @@ -5,7 +5,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-commons</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/pom.xml' --- dhis-2/dhis-web/dhis-web-dashboard-integration/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-dashboard-integration</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-dataentry/pom.xml' --- dhis-2/dhis-web/dhis-web-dataentry/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-dataentry</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-datamart/pom.xml' --- dhis-2/dhis-web/dhis-web-datamart/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-web/dhis-web-datamart/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-datamart</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml' --- dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml 2010-07-27 10:26:08 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-excel-reporting</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-importexport/pom.xml' --- dhis-2/dhis-web/dhis-web-importexport/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-web/dhis-web-importexport/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-importexport</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/pom.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/pom.xml 2010-04-27 15:04:10 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web-maintenance</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance-dataadmin</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/pom.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web-maintenance</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance-datadictionary</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/pom.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/pom.xml 2010-04-08 16:55:35 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <artifactId>dhis-web-maintenance</artifactId> <groupId>org.hisp.dhis</groupId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance-dataset</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/pom.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/pom.xml 2010-04-27 15:04:10 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web-maintenance</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance-organisationunit</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2010-04-27 15:04:10 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <artifactId>dhis-web-maintenance</artifactId> <groupId>org.hisp.dhis</groupId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance-patient</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/pom.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web-maintenance</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance-settings</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/pom.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/pom.xml 2010-08-20 09:13:09 +0000 @@ -5,7 +5,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web-maintenance</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance-user</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-maintenance/pom.xml' --- dhis-2/dhis-web/dhis-web-maintenance/pom.xml 2010-04-08 16:55:35 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-mapping/pom.xml' --- dhis-2/dhis-web/dhis-web-mapping/pom.xml 2010-04-21 19:45:12 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-mapping</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-portal/pom.xml' --- dhis-2/dhis-web/dhis-web-portal/pom.xml 2010-08-05 12:32:20 +0000 +++ dhis-2/dhis-web/dhis-web-portal/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-portal</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-reporting/pom.xml' --- dhis-2/dhis-web/dhis-web-reporting/pom.xml 2010-05-10 19:52:20 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-reporting</artifactId> === modified file 'dhis-2/dhis-web/dhis-web-validationrule/pom.xml' --- dhis-2/dhis-web/dhis-web-validationrule/pom.xml 2010-05-03 13:44:59 +0000 +++ dhis-2/dhis-web/dhis-web-validationrule/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-validationrule</artifactId> === modified file 'dhis-2/dhis-web/pom.xml' --- dhis-2/dhis-web/pom.xml 2010-06-26 19:26:25 +0000 +++ dhis-2/dhis-web/pom.xml 2010-08-20 09:13:09 +0000 @@ -3,7 +3,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web</artifactId> <packaging>pom</packaging> === modified file 'dhis-2/pom.xml' --- dhis-2/pom.xml 2010-08-09 16:29:04 +0000 +++ dhis-2/pom.xml 2010-08-20 09:13:09 +0000 @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.hisp.dhis</groupId> <artifactId>dhis</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> <packaging>pom</packaging> <name>DHIS 2</name> <url>http://dhis2.org</url> === modified file 'dhis-mobile/dhis-service-mobile/pom.xml' --- dhis-mobile/dhis-service-mobile/pom.xml 2010-06-03 07:25:02 +0000 +++ dhis-mobile/dhis-service-mobile/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-mobile</artifactId> === modified file 'dhis-mobile/dhis-web-mobile/pom.xml' --- dhis-mobile/dhis-web-mobile/pom.xml 2010-06-03 07:25:02 +0000 +++ dhis-mobile/dhis-web-mobile/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-mobile</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-mobile</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> <type>jar</type> </dependency> === modified file 'dhis2-live-installer/pom.xml' --- dhis2-live-installer/pom.xml 2010-07-13 17:48:37 +0000 +++ dhis2-live-installer/pom.xml 2010-08-20 09:13:09 +0000 @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.hisp.dhis</groupId> <artifactId>dhis2-installer</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> <name>DHIS 2 - District Health Information System</name> <url>http://dhis2.com</url> === modified file 'local/in/dhis-in-api/pom.xml' --- local/in/dhis-in-api/pom.xml 2010-06-07 06:41:39 +0000 +++ local/in/dhis-in-api/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-in-api</artifactId> === modified file 'local/in/dhis-in-services/dhis-in-service-configuration/pom.xml' --- local/in/dhis-in-services/dhis-in-service-configuration/pom.xml 2010-06-07 06:41:39 +0000 +++ local/in/dhis-in-services/dhis-in-service-configuration/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-in-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-in-service-configuration</artifactId> === modified file 'local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml' --- local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml 2010-08-14 05:19:02 +0000 +++ local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-in-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-in-service-dbmanager</artifactId> === modified file 'local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml' --- local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml 2010-08-14 05:19:02 +0000 +++ local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-in-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-in-service-linelisting</artifactId> === modified file 'local/in/dhis-in-services/dhis-in-service-reports/pom.xml' --- local/in/dhis-in-services/dhis-in-service-reports/pom.xml 2010-06-07 06:41:39 +0000 +++ local/in/dhis-in-services/dhis-in-service-reports/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-in-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-in-service-reports</artifactId> === modified file 'local/in/dhis-in-services/dhis-in-service-scheduler/pom.xml' --- local/in/dhis-in-services/dhis-in-service-scheduler/pom.xml 2010-06-23 10:17:56 +0000 +++ local/in/dhis-in-services/dhis-in-service-scheduler/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-in-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-in-service-scheduler</artifactId> === modified file 'local/in/dhis-in-services/dhis-in-service-survey/pom.xml' --- local/in/dhis-in-services/dhis-in-service-survey/pom.xml 2010-06-07 06:41:39 +0000 +++ local/in/dhis-in-services/dhis-in-service-survey/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-in-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-in-service-survey</artifactId> === modified file 'local/in/dhis-in-services/pom.xml' --- local/in/dhis-in-services/pom.xml 2010-08-19 10:40:50 +0000 +++ local/in/dhis-in-services/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-in-services</artifactId> === modified file 'local/in/dhis-web-dashboard/pom.xml' --- local/in/dhis-web-dashboard/pom.xml 2010-08-14 05:19:02 +0000 +++ local/in/dhis-web-dashboard/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-dashboard</artifactId> === modified file 'local/in/dhis-web-dataentry-linelisting/pom.xml' --- local/in/dhis-web-dataentry-linelisting/pom.xml 2010-06-17 07:51:57 +0000 +++ local/in/dhis-web-dataentry-linelisting/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-dataentry-national</artifactId> === modified file 'local/in/dhis-web-excelimport/pom.xml' --- local/in/dhis-web-excelimport/pom.xml 2010-06-17 07:51:57 +0000 +++ local/in/dhis-web-excelimport/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-excelimport</artifactId> === modified file 'local/in/dhis-web-leprosy/pom.xml' --- local/in/dhis-web-leprosy/pom.xml 2010-06-15 11:26:37 +0000 +++ local/in/dhis-web-leprosy/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-leprosy</artifactId> === modified file 'local/in/dhis-web-linelisting-in/pom.xml' --- local/in/dhis-web-linelisting-in/pom.xml 2010-08-14 05:19:02 +0000 +++ local/in/dhis-web-linelisting-in/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-linelisting-in</artifactId> === modified file 'local/in/dhis-web-maintenance-in/pom.xml' --- local/in/dhis-web-maintenance-in/pom.xml 2010-06-17 07:51:57 +0000 +++ local/in/dhis-web-maintenance-in/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-maintenance-in</artifactId> === modified file 'local/in/dhis-web-mobile/pom.xml' --- local/in/dhis-web-mobile/pom.xml 2010-06-15 11:26:37 +0000 +++ local/in/dhis-web-mobile/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-mobile</artifactId> === modified file 'local/in/dhis-web-reports-in/pom.xml' --- local/in/dhis-web-reports-in/pom.xml 2010-06-15 11:26:37 +0000 +++ local/in/dhis-web-reports-in/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-reports-in</artifactId> === modified file 'local/in/dhis-web-reports-national/pom.xml' --- local/in/dhis-web-reports-national/pom.xml 2010-08-19 10:40:50 +0000 +++ local/in/dhis-web-reports-national/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-reports-national</artifactId> === modified file 'local/in/dhis-web-sandbox/pom.xml' --- local/in/dhis-web-sandbox/pom.xml 2010-06-15 11:26:37 +0000 +++ local/in/dhis-web-sandbox/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-linelisting-in</artifactId> === modified file 'local/in/dhis-web-sandboxbk/pom.xml' --- local/in/dhis-web-sandboxbk/pom.xml 2010-06-23 10:17:56 +0000 +++ local/in/dhis-web-sandboxbk/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-sandbox-bk</artifactId> === modified file 'local/in/dhis-web-survey/pom.xml' --- local/in/dhis-web-survey/pom.xml 2010-06-15 11:26:37 +0000 +++ local/in/dhis-web-survey/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-survey</artifactId> === modified file 'local/in/dhis-web-validationrule-in/pom.xml' --- local/in/dhis-web-validationrule-in/pom.xml 2010-06-17 07:51:57 +0000 +++ local/in/dhis-web-validationrule-in/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-validationrule-in</artifactId> === modified file 'local/in/pom.xml' --- local/in/pom.xml 2010-06-15 11:33:00 +0000 +++ local/in/pom.xml 2010-08-20 09:13:09 +0000 @@ -5,7 +5,7 @@ <groupId>org.hisp.dhis</groupId> <artifactId>dhis-local</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Local India Modules</name> === modified file 'local/vn/dhis-service-gis/pom.xml' --- local/vn/dhis-service-gis/pom.xml 2010-06-09 10:37:45 +0000 +++ local/vn/dhis-service-gis/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-services</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-service-gis</artifactId> === modified file 'local/vn/dhis-web-gis/pom.xml' --- local/vn/dhis-web-gis/pom.xml 2010-06-07 06:41:39 +0000 +++ local/vn/dhis-web-gis/pom.xml 2010-08-20 09:13:09 +0000 @@ -5,7 +5,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-web-gis</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-gis</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.hisp.dhis</groupId> @@ -41,7 +41,7 @@ <dependency> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-service-aggregationengine-default</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.hisp.dhis</groupId> === modified file 'webservice/dhis-webservice-expoze/pom.xml' --- webservice/dhis-webservice-expoze/pom.xml 2010-04-12 10:13:41 +0000 +++ webservice/dhis-webservice-expoze/pom.xml 2010-08-20 09:13:09 +0000 @@ -6,7 +6,7 @@ <parent> <groupId>org.hisp.dhis</groupId> <artifactId>dhis-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <artifactId>dhis-webservice-expoze</artifactId>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp