You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 17:23:35 UTC

[maven-osgi] 13/44: o Tweaked the POM to workaround a deficiency in the Release Plugin which causes loss of the license header

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-osgi.git

commit dc54b39d99ade3e40ced0b7fe36035b1c01e42c7
Author: Benjamin Bentmann <be...@apache.org>
AuthorDate: Sat Aug 9 09:22:55 2008 +0000

    o Tweaked the POM to workaround a deficiency in the Release Plugin which causes loss of the license header
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@684209 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13d456d..af8c3a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,9 +16,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<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/maven-v4_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/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.