You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2016/12/19 22:57:41 UTC

[4/5] karaf git commit: Use spaces for indentation

Use spaces for indentation

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/98d751d1
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/98d751d1
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/98d751d1

Branch: refs/heads/master
Commit: 98d751d180f5c4d280fa17e5fe78b95e748d182e
Parents: 43f11c3
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Dec 19 16:54:46 2016 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Dec 19 23:56:59 2016 +0100

----------------------------------------------------------------------
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/98d751d1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1742002..543508b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2327,13 +2327,13 @@
             </properties>
         </profile>
         <profile>
-	    <id>java9</id>
-	    <properties>
+            <id>java9</id>
+            <properties>
                 <surefire.argLine>--add-modules java.activation,java.annotations.common,java.corba,java.transaction,java.xml.bind,java.xml.ws</surefire.argLine>
-	    </properties>
-	    <activation>
-        	<jdk>9</jdk>
+            </properties>
+            <activation>
+                <jdk>9</jdk>
             </activation>
-	</profile>
+        </profile>
     </profiles>
 </project>