dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #37625
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19211: minor: indentation consistency
------------------------------------------------------------
revno: 19211
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2015-05-30 17:33:12 +0200
message:
minor: indentation consistency
modified:
dhis-2/dhis-support/dhis-support-commons/pom.xml
dhis-2/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-support/dhis-support-commons/pom.xml'
--- dhis-2/dhis-support/dhis-support-commons/pom.xml 2015-05-30 15:25:46 +0000
+++ dhis-2/dhis-support/dhis-support-commons/pom.xml 2015-05-30 15:33:12 +0000
@@ -56,4 +56,4 @@
<properties>
<rootDir>../../</rootDir>
</properties>
-</project>
\ No newline at end of file
+</project>
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2015-05-30 15:25:46 +0000
+++ dhis-2/pom.xml 2015-05-30 15:33:12 +0000
@@ -310,7 +310,7 @@
<artifactId>dhis-service-mobile</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis-service-sms</artifactId>
<version>${project.version}</version>
@@ -509,19 +509,19 @@
<!-- Jasypt -->
<dependency>
- <groupId>org.jasypt</groupId>
- <artifactId>jasypt</artifactId>
- <version>1.9.2</version>
- </dependency>
- <dependency>
- <groupId>org.jasypt</groupId>
- <artifactId>jasypt-hibernate4</artifactId>
- <version>1.9.2</version>
- </dependency>
- <dependency>
- <groupId>org.jasypt</groupId>
- <artifactId>jasypt-spring31</artifactId>
- <version>1.9.2</version>
+ <groupId>org.jasypt</groupId>
+ <artifactId>jasypt</artifactId>
+ <version>1.9.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jasypt</groupId>
+ <artifactId>jasypt-hibernate4</artifactId>
+ <version>1.9.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jasypt</groupId>
+ <artifactId>jasypt-spring31</artifactId>
+ <version>1.9.2</version>
</dependency>
<!-- Other -->
@@ -573,11 +573,11 @@
<artifactId>quick</artifactId>
<version>1.11</version>
</dependency>
- <dependency>
- <groupId>org.amplecode</groupId>
- <artifactId>staxwax</artifactId>
- <version>1.1.1</version>
- </dependency>
+ <dependency>
+ <groupId>org.amplecode</groupId>
+ <artifactId>staxwax</artifactId>
+ <version>1.1.1</version>
+ </dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
@@ -589,9 +589,9 @@
<version>2.4.2</version>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-jexl</artifactId>
- <version>2.1.1</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-jexl</artifactId>
+ <version>2.1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -636,6 +636,7 @@
<artifactId>ant-compress</artifactId>
<version>1.2</version>
</dependency>
+
<!-- Apache Commons -->
<dependency>
<groupId>commons-collections</groupId>
@@ -747,9 +748,9 @@
</dependency>
<!-- javassist in use by hibernate - make sure versions are kept in sync -->
<dependency>
- <groupId>org.javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.15.0-GA</version>
+ <groupId>org.javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.15.0-GA</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
@@ -791,7 +792,7 @@
<artifactId>postgresql</artifactId>
<version>9.3-1102-jdbc41</version>
</dependency>
-
+
<!--Reporting -->
<dependency>
<groupId>net.sf.jasperreports</groupId>