[TAMAYA-265] Upgraded the assembly descriptor used to build the binary and 
source distribution to version 2.0.0.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/256c8049
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/256c8049
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/256c8049

Branch: refs/heads/master
Commit: 256c804912b5d5c01017851494229604b0d5d576
Parents: 4e1dbc0
Author: Oliver B. Fischer <[email protected]>
Authored: Mon May 1 18:06:03 2017 +0200
Committer: Oliver B. Fischer <[email protected]>
Committed: Mon May 1 18:06:03 2017 +0200

----------------------------------------------------------------------
 distribution/src/main/assembly/distribution-bin.xml | 5 ++---
 distribution/src/main/assembly/distribution-src.xml | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/256c8049/distribution/src/main/assembly/distribution-bin.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/distribution-bin.xml 
b/distribution/src/main/assembly/distribution-bin.xml
index 3f086f4..cfb35c5 100644
--- a/distribution/src/main/assembly/distribution-bin.xml
+++ b/distribution/src/main/assembly/distribution-bin.xml
@@ -16,10 +16,9 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3";
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3
-                              http://maven.apache.org/xsd/assembly-1.1.3.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 
http://maven.apache.org/xsd/assembly-2.0.0.xsd";>
 
     <id>distribution-bin</id>
     <formats>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/256c8049/distribution/src/main/assembly/distribution-src.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/distribution-src.xml 
b/distribution/src/main/assembly/distribution-src.xml
index 87af686..afdef59 100644
--- a/distribution/src/main/assembly/distribution-src.xml
+++ b/distribution/src/main/assembly/distribution-src.xml
@@ -16,10 +16,9 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3";
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3
-                              http://maven.apache.org/xsd/assembly-1.1.3.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 
http://maven.apache.org/xsd/assembly-2.0.0.xsd";>
 
     <id>distribution-src</id>
     <formats>

Reply via email to