← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 456: Updated vn pom files.

 

------------------------------------------------------------
revno: 456
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2009-07-13 15:07:48 +0200
message:
  Updated vn pom files.
modified:
  local/vn/dhis-api-chr/pom.xml
  local/vn/dhis-api-vn/pom.xml
  local/vn/dhis-api/pom.xml
  local/vn/dhis-service-aggregationengine-default/pom.xml
  local/vn/dhis-service-chr/pom.xml
  local/vn/dhis-service-vn/pom.xml
  local/vn/dhis-web-chr-form/pom.xml
  local/vn/dhis-web-gis/pom.xml
  local/vn/dhis-web-hcmc-reporttool/pom.xml
  local/vn/dhis-web-hue-reporttool/pom.xml
  local/vn/dhis-web-vn-report/pom.xml

=== modified file 'local/vn/dhis-api-chr/pom.xml'
--- local/vn/dhis-api-chr/pom.xml	2009-05-29 03:30:59 +0000
+++ local/vn/dhis-api-chr/pom.xml	2009-07-13 13:07:48 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
   
   <artifactId>dhis-api-chr</artifactId>

=== modified file 'local/vn/dhis-api-vn/pom.xml'
--- local/vn/dhis-api-vn/pom.xml	2009-07-13 00:23:50 +0000
+++ local/vn/dhis-api-vn/pom.xml	2009-07-13 13:07:48 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
   
   <artifactId>dhis-api-vn</artifactId>

=== modified file 'local/vn/dhis-api/pom.xml'
--- local/vn/dhis-api/pom.xml	2009-07-13 00:23:50 +0000
+++ local/vn/dhis-api/pom.xml	2009-07-13 13:07:48 +0000
@@ -6,22 +6,11 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
   
   <artifactId>dhis-api</artifactId>
   <packaging>jar</packaging>
   <name>DHIS API</name>
   
-  <dependencies>
-    
-    <!-- DHIS -->
-        
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-api-vn</artifactId>
-	  <version>2.0.1-SNAPSHOT</version>
-    </dependency>
-	
-  </dependencies> 
 </project>

=== modified file 'local/vn/dhis-service-aggregationengine-default/pom.xml'
--- local/vn/dhis-service-aggregationengine-default/pom.xml	2009-04-22 21:31:10 +0000
+++ local/vn/dhis-service-aggregationengine-default/pom.xml	2009-07-13 13:07:48 +0000
@@ -40,10 +40,6 @@
       <groupId>jep</groupId>
       <artifactId>jep</artifactId>
     </dependency>    
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
-    </dependency>
     
   </dependencies>
 </project>

=== modified file 'local/vn/dhis-service-chr/pom.xml'
--- local/vn/dhis-service-chr/pom.xml	2009-05-29 03:30:59 +0000
+++ local/vn/dhis-service-chr/pom.xml	2009-07-13 13:07:48 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
   
   <artifactId>dhis-service-chr</artifactId>

=== modified file 'local/vn/dhis-service-vn/pom.xml'
--- local/vn/dhis-service-vn/pom.xml	2009-07-13 00:23:50 +0000
+++ local/vn/dhis-service-vn/pom.xml	2009-07-13 13:07:48 +0000
@@ -1,94 +1,94 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-    <groupId>org.hisp.dhis</groupId>
-    <artifactId>dhis-services</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>dhis-service-vn</artifactId>
-  <packaging>jar</packaging>
-  <name>DHIS Vietnam Service</name>
-  
-  <dependencies>
-    
-    <!-- DHIS -->
-    
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-api</artifactId>
-    </dependency>
-     <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-api-vn</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-jdbc</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-datamart-default</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-organisationunit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-support-system</artifactId>
-    </dependency>
-     <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-support-test</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.hisp.dhis</groupId>
+    <artifactId>dhis-services</artifactId>
+    <version>2.0.2-SNAPSHOT</version>
+  </parent>
+  
+  <artifactId>dhis-service-vn</artifactId>
+  <packaging>jar</packaging>
+  <name>DHIS Vietnam Service</name>
+  
+  <dependencies>
+    
+    <!-- DHIS -->
+    
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-api</artifactId>
+    </dependency>
+     <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-api-vn</artifactId>
+      <version>2.0.2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-service-jdbc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-service-datamart-default</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-service-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-service-organisationunit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-support-system</artifactId>
+    </dependency>
+     <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-support-test</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-support-hibernate</artifactId>
-    </dependency>
-    
-    <!-- Other -->
-    
-    <dependency>
-      <groupId>jfree</groupId>
-      <artifactId>jfreechart</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jfree</groupId>
-      <artifactId>jcommon</artifactId>
-    </dependency> 
-    <dependency>
-      <groupId>jep</groupId>
-      <artifactId>jep</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>net.sourceforge.jexcelapi</groupId>
-      <artifactId>jxl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-math</groupId>
-      <artifactId>commons-math</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-support-external</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.amplecode</groupId>
-      <artifactId>cave-process</artifactId>
-    </dependency>
-    
-  </dependencies>
-</project>
+    </dependency>
+    
+    <!-- Other -->
+    
+    <dependency>
+      <groupId>jfree</groupId>
+      <artifactId>jfreechart</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jfree</groupId>
+      <artifactId>jcommon</artifactId>
+    </dependency> 
+    <dependency>
+      <groupId>jep</groupId>
+      <artifactId>jep</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.jexcelapi</groupId>
+      <artifactId>jxl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-math</groupId>
+      <artifactId>commons-math</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hisp.dhis</groupId>
+      <artifactId>dhis-support-external</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.amplecode</groupId>
+      <artifactId>cave-process</artifactId>
+    </dependency>
+    
+  </dependencies>
+</project>

=== modified file 'local/vn/dhis-web-chr-form/pom.xml'
--- local/vn/dhis-web-chr-form/pom.xml	2009-05-29 03:30:59 +0000
+++ local/vn/dhis-web-chr-form/pom.xml	2009-07-13 13:07:48 +0000
@@ -2,13 +2,13 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-    <groupId>org.hisp.dhis</groupId>
-    <artifactId>dhis-web-chr</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
-  </parent>
-  
+    
+	<parent>
+		<groupId>org.hisp.dhis</groupId>
+		<artifactId>dhis-web</artifactId>
+		<version>2.0.2-SNAPSHOT</version>
+	</parent>
+
   <artifactId>dhis-web-chr-form</artifactId>
   <packaging>jar</packaging>
   <name>DHIS Childreport Form</name>
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-chr</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0.2-SNAPSHOT</version>
     </dependency>
     
     <dependency>
@@ -82,7 +82,6 @@
 	<dependency>
 		<groupId>commons-fileupload</groupId>
 		<artifactId>commons-fileupload</artifactId>
-		<version>1.2</version>
 	</dependency>
 
   </dependencies>

=== modified file 'local/vn/dhis-web-gis/pom.xml'
--- local/vn/dhis-web-gis/pom.xml	2009-06-14 19:43:19 +0000
+++ local/vn/dhis-web-gis/pom.xml	2009-07-13 13:07:48 +0000
@@ -32,6 +32,7 @@
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-gis</artifactId>
+			<version>2.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
@@ -44,7 +45,7 @@
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>
 			<artifactId>dhis-service-aggregationengine-default</artifactId>
-			<version>2.0.1-SNAPSHOT</version>
+			<version>2.0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.hisp.dhis</groupId>

=== modified file 'local/vn/dhis-web-hcmc-reporttool/pom.xml'
--- local/vn/dhis-web-hcmc-reporttool/pom.xml	2009-04-22 21:31:10 +0000
+++ local/vn/dhis-web-hcmc-reporttool/pom.xml	2009-07-13 13:07:48 +0000
@@ -35,11 +35,8 @@
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-indicatorstore-hibernate</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-aggregationengine-default</artifactId>
+      <version>2.0.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>
@@ -59,12 +56,6 @@
       <type>war</type>
     </dependency>
     
-    <!-- Web -->
-    <dependency>
-      <groupId>opensymphony</groupId>
-      <artifactId>webwork</artifactId>
-    </dependency>
-    
     <!-- JasperReports -->
     
     <dependency>
@@ -81,10 +72,6 @@
     <!-- Other -->
     
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
@@ -96,13 +83,5 @@
       <groupId>xpp3</groupId>
       <artifactId>xpp3</artifactId>
     </dependency>
-    <dependency>
-      <groupId>hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
   </dependencies>
 </project>

=== modified file 'local/vn/dhis-web-hue-reporttool/pom.xml'
--- local/vn/dhis-web-hue-reporttool/pom.xml	2009-04-22 21:31:10 +0000
+++ local/vn/dhis-web-hue-reporttool/pom.xml	2009-07-13 13:07:48 +0000
@@ -35,11 +35,8 @@
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>
-      <artifactId>dhis-service-indicatorstore-hibernate</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-aggregationengine-default</artifactId>
+      <version>2.0.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.hisp.dhis</groupId>
@@ -59,13 +56,6 @@
       <type>war</type>
     </dependency>
     
-    <!-- Web -->
-    
-    <dependency>
-      <groupId>opensymphony</groupId>
-      <artifactId>webwork</artifactId>
-    </dependency>
-    
     <!-- JasperReports -->
     
     <dependency>
@@ -82,10 +72,6 @@
     <!-- Other -->
     
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
@@ -97,13 +83,5 @@
       <groupId>xpp3</groupId>
       <artifactId>xpp3</artifactId>
     </dependency>
-    <dependency>
-      <groupId>hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
   </dependencies>
 </project>

=== modified file 'local/vn/dhis-web-vn-report/pom.xml'
--- local/vn/dhis-web-vn-report/pom.xml	2009-07-13 00:23:50 +0000
+++ local/vn/dhis-web-vn-report/pom.xml	2009-07-13 13:07:48 +0000
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.hisp.dhis</groupId>
     <artifactId>dhis-web</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
   
   <artifactId>dhis-web-vn-report</artifactId>
@@ -37,28 +37,17 @@
     <dependency>
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-service-vn</artifactId>
-	  <version>2.0.1-SNAPSHOT</version>
+	  <version>2.0.2-SNAPSHOT</version>
     </dependency> 
     <dependency>
 	  <groupId>org.hisp.dhis</groupId>
 	  <artifactId>dhis-service-aggregationengine-default</artifactId>
-	  <version>2.0.1-SNAPSHOT</version>
+	  <version>2.0.2-SNAPSHOT</version>
 	</dependency>	 
-    
-    <!-- Web -->
-    
-    <dependency>
-      <groupId>com.opensymphony</groupId>
-      <artifactId>webwork</artifactId>
-    </dependency>
-    
+        
     <!-- Other -->
     
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>



--
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.