You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2016/01/25 22:02:36 UTC

[12/16] servicemix git commit: SM-2803: Refactor the assembly creation

SM-2803: Refactor the assembly creation

- Formatting pom headers


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/51d37e16
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/51d37e16
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/51d37e16

Branch: refs/heads/servicemix-6.x
Commit: 51d37e1682cf340ca84f74f9d9e2845dc0f3eab5
Parents: e1ba137
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Fri Jan 15 06:55:33 2016 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Fri Jan 15 06:57:06 2016 +0100

----------------------------------------------------------------------
 assemblies/features/pom.xml                     | 4 +---
 assemblies/features/servicemix-examples/pom.xml | 4 +---
 assemblies/features/servicemix-features/pom.xml | 4 +---
 assemblies/features/servicemix-internal/pom.xml | 4 +---
 assemblies/features/servicemix-kie/pom.xml      | 4 +---
 assemblies/pom.xml                              | 4 +---
 6 files changed, 6 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/51d37e16/assemblies/features/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/pom.xml b/assemblies/features/pom.xml
index 84fa8b5..07670d3 100644
--- a/assemblies/features/pom.xml
+++ b/assemblies/features/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <!--
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/51d37e16/assemblies/features/servicemix-examples/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/servicemix-examples/pom.xml b/assemblies/features/servicemix-examples/pom.xml
index aed3879..18e4692 100644
--- a/assemblies/features/servicemix-examples/pom.xml
+++ b/assemblies/features/servicemix-examples/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <!--
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/51d37e16/assemblies/features/servicemix-features/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/servicemix-features/pom.xml b/assemblies/features/servicemix-features/pom.xml
index 2613096..1e4d8ed 100644
--- a/assemblies/features/servicemix-features/pom.xml
+++ b/assemblies/features/servicemix-features/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <!--
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/51d37e16/assemblies/features/servicemix-internal/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/servicemix-internal/pom.xml b/assemblies/features/servicemix-internal/pom.xml
index fa1feab..0d348f6 100644
--- a/assemblies/features/servicemix-internal/pom.xml
+++ b/assemblies/features/servicemix-internal/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <!--
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/51d37e16/assemblies/features/servicemix-kie/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/servicemix-kie/pom.xml b/assemblies/features/servicemix-kie/pom.xml
index 2e0ef0f..aef4f01 100644
--- a/assemblies/features/servicemix-kie/pom.xml
+++ b/assemblies/features/servicemix-kie/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <!--
 

http://git-wip-us.apache.org/repos/asf/servicemix/blob/51d37e16/assemblies/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/pom.xml b/assemblies/pom.xml
index a419fc2..e9c8bd2 100644
--- a/assemblies/pom.xml
+++ b/assemblies/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
     <!--