Author: echatellier Date: 2016-01-22 17:28:29 +0100 (Fri, 22 Jan 2016) New Revision: 4321 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4321 Log: Fix xsd Modified: trunk/src/main/assembly/bin.xml Modified: trunk/src/main/assembly/bin.xml =================================================================== --- trunk/src/main/assembly/bin.xml 2016-01-22 16:28:15 UTC (rev 4320) +++ trunk/src/main/assembly/bin.xml 2016-01-22 16:28:29 UTC (rev 4321) @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 1999 - 2014 Ifremer, CodeLutin, Eric Chatellier + Copyright (C) 1999 - 2016 Ifremer, CodeLutin, Eric Chatellier %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -24,9 +24,9 @@ #L% --> -<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" +<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd"> <id>bin</id> <formats> <format>zip</format>
participants (1)
-
echatellier@users.forge.codelutin.com