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:39 UTC

[maven-osgi] 17/44: o Formatted POMs

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 000dca33ec9609bfc17e756b1792dce2156da740
Author: Benjamin Bentmann <be...@apache.org>
AuthorDate: Sat Feb 21 10:08:53 2009 +0000

    o Formatted POMs
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@746478 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65b0316..6ea09ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -17,15 +18,17 @@
  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">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>11</version>
   </parent>
 
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-osgi</artifactId>
   <version>0.3.0-SNAPSHOT</version>
+
   <name>Maven OSGi integration</name>
   <description>Library for Maven-OSGi integration</description>
 

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