← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5608: Changed version number to 2.6 in pom for local/in modules

 

------------------------------------------------------------
revno: 5608
committer: Bharath <chbharathk@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2011-12-26 12:45:40 +0530
message:
  Changed version number to 2.6 in pom for local/in modules
modified:
  dhis-2/dhis-web/dhis-web-portal/india-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-dataentrystatus/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-mobile/dhis-service-mobile/pom.xml
  local/in/dhis-mobile/dhis-web-mobile/pom.xml
  local/in/dhis-mobile/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-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


--
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-portal/india-pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/india-pom.xml	2011-09-03 05:48:23 +0000
+++ dhis-2/dhis-web/dhis-web-portal/india-pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.3</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-web-india-portal</artifactId>
@@ -18,7 +18,12 @@
   </build>
   
   <dependencies>
-    
+  
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+	</dependency>
+	
     <!-- DHIS -->
     
     <dependency>
@@ -44,7 +49,7 @@
       <artifactId>dhis-web-maintenance-dataset</artifactId>
       <version>${project.version}</version>
       <type>war</type>
-    </dependency>
+    </dependency>	
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-maintenance-organisationunit</artifactId>
@@ -69,13 +74,18 @@
       <version>${project.version}</version>
       <type>war</type>
     </dependency>
-	
 	<dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-maintenance-patient</artifactId>
       <version>${project.version}</version>
       <type>war</type>
     </dependency>
+	<dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-web-maintenance-mobile</artifactId>
+      <version>${project.version}</version>
+      <type>war</type>
+    </dependency>
    
     <!-- Web service modules -->
 
@@ -96,47 +106,37 @@
       <artifactId>dhis-web-validationrule</artifactId>
       <version>${project.version}</version>
       <type>war</type>
-    </dependency>
-	
+    </dependency>	
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-dataentry</artifactId>
       <version>${project.version}</version>
       <type>war</type>
-    </dependency>
-
-	
+    </dependency>	
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-reporting</artifactId>
       <version>${project.version}</version>
       <type>war</type>
-    </dependency>
-	
+    </dependency>	
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-dashboard-integration</artifactId>
       <version>${project.version}</version>
       <type>war</type>
-    </dependency>
-
-
+    </dependency>	
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-mapping</artifactId>
       <version>${project.version}</version>
       <type>war</type>
-    </dependency>
-
-<!--   
-   <dependency>
+    </dependency>	
+    <dependency>
       <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-web-excel-reporting</artifactId>
+      <artifactId>dhis-web-visualizer</artifactId>
       <version>${project.version}</version>
       <type>war</type>
     </dependency>
--->	
-
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-caseentry</artifactId>
@@ -149,16 +149,29 @@
       <version>${project.version}</version>
       <type>war</type>
     </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-web-api-mobile</artifactId>
+      <version>${project.version}</version>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-web-light</artifactId>
+      <version>${project.version}</version>
+      <type>war</type>
+    </dependency>
 
+	
     <!-- India modules -->
     
-    
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-dashboard</artifactId>
       <version>${project.version}</version>
       <type>war</type>
     </dependency>
+	
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-web-reports-national</artifactId>
@@ -193,7 +206,7 @@
       <version>${project.version}</version>
       <type>war</type>
     </dependency>
-	
+
 <!-- SMS Mobile application -->
 <!--
     <dependency>

=== modified file 'local/in/dhis-in-api/pom.xml'
--- local/in/dhis-in-api/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-api/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-services/dhis-in-service-configuration/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-in-services</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-in-service-configuration</artifactId>

=== modified file 'local/in/dhis-in-services/dhis-in-service-dataentrystatus/pom.xml'
--- local/in/dhis-in-services/dhis-in-service-dataentrystatus/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-services/dhis-in-service-dataentrystatus/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-in-services</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-in-service-dataentrystatus</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-services/dhis-in-service-dbmanager/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-in-services</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-services/dhis-in-service-linelisting/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-in-services</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-services/dhis-in-service-reports/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-in-services</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-services/dhis-in-service-scheduler/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-in-services</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-services/dhis-in-service-survey/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-in-services</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-in-service-survey</artifactId>

=== modified file 'local/in/dhis-in-services/pom.xml'
--- local/in/dhis-in-services/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-in-services/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-in-services</artifactId>

=== modified file 'local/in/dhis-mobile/dhis-service-mobile/pom.xml'
--- local/in/dhis-mobile/dhis-service-mobile/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-mobile/dhis-service-mobile/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hisp.dhis</groupId>
         <artifactId>dhis-services</artifactId>
-        <version>2.6-SNAPSHOT</version>
+        <version>2.6</version>
     </parent>
 
     <artifactId>dhis-service-mobile</artifactId>

=== modified file 'local/in/dhis-mobile/dhis-web-mobile/pom.xml'
--- local/in/dhis-mobile/dhis-web-mobile/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-mobile/dhis-web-mobile/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
 
   <artifactId>dhis-web-mobile</artifactId>

=== modified file 'local/in/dhis-mobile/pom.xml'
--- local/in/dhis-mobile/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-mobile/pom.xml	2011-12-26 07:15:40 +0000
@@ -5,7 +5,7 @@
   
   <groupId>org.hisp.dhis</groupId>
   <artifactId>dhis-sms</artifactId>
-  <version>2.6-SNAPSHOT</version>
+  <version>2.6</version>
   <packaging>pom</packaging>
   <name>Mobile SMS Modules</name>
 

=== modified file 'local/in/dhis-web-dashboard/pom.xml'
--- local/in/dhis-web-dashboard/pom.xml	2011-12-03 07:44:11 +0000
+++ local/in/dhis-web-dashboard/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-   <version>2.6-SNAPSHOT</version>
+   <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-dataentry-linelisting/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-web-dataentry-national</artifactId>

=== modified file 'local/in/dhis-web-excelimport/pom.xml'
--- local/in/dhis-web-excelimport/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-excelimport/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-web-excelimport</artifactId>

=== modified file 'local/in/dhis-web-leprosy/pom.xml'
--- local/in/dhis-web-leprosy/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-leprosy/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hisp.dhis</groupId>
         <artifactId>dhis-web</artifactId>
-        <version>2.6-SNAPSHOT</version>
+        <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-linelisting-in/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-maintenance-in/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-web-maintenance-in</artifactId>

=== modified file 'local/in/dhis-web-reports-in/pom.xml'
--- local/in/dhis-web-reports-in/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-reports-in/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-reports-national/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-web-reports-national</artifactId>

=== modified file 'local/in/dhis-web-sandbox/pom.xml'
--- local/in/dhis-web-sandbox/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-sandbox/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,12 +6,12 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
-  <artifactId>dhis-web-linelisting-in</artifactId>
+  <artifactId>dhis-web-sandbox</artifactId>
   <packaging>war</packaging>
-  <name>DHIS LineListing Module</name>
+  <name>DHIS Sandbox Module</name>
   
   <dependencies>
     

=== modified file 'local/in/dhis-web-sandboxbk/pom.xml'
--- local/in/dhis-web-sandboxbk/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-sandboxbk/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-web-sandbox-bk</artifactId>

=== modified file 'local/in/dhis-web-survey/pom.xml'
--- local/in/dhis-web-survey/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-survey/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</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	2011-10-24 11:27:50 +0000
+++ local/in/dhis-web-validationrule-in/pom.xml	2011-12-26 07:15:40 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.6-SNAPSHOT</version>
+    <version>2.6</version>
   </parent>
   
   <artifactId>dhis-web-validationrule-in</artifactId>

=== modified file 'local/in/pom.xml'
--- local/in/pom.xml	2011-10-24 11:27:50 +0000
+++ local/in/pom.xml	2011-12-26 07:15:40 +0000
@@ -5,7 +5,7 @@
   
   <groupId>org.hisp.dhis</groupId>
   <artifactId>dhis-local</artifactId>
-  <version>2.6-SNAPSHOT</version>
+  <version>2.6</version>
   <packaging>pom</packaging>
   <name>Local India Modules</name>