You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/08/09 12:48:42 UTC

[netbeans-mavenutils-parent] branch master updated: fix REAME and gitignore

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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new aab72e2  fix REAME and gitignore
aab72e2 is described below

commit aab72e2668b8199f7ffea9598aee35ce8790008b
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Aug 9 14:48:35 2019 +0200

    fix REAME and gitignore
---
 README.md         | 2 ++
 pom.xml           | 2 +-
 src/site/site.xml | 6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 9272960..f419e43 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@
 
 # Apache NetBeans Maven Utilities parent pom
 
+[![Build Status](https://builds.apache.org/buildStatus/icon?job=netbeans-maven-TLP%2Fnetbeans-mavenutils-parent%2Fmaster)](https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-parent/job/master/)
+
 ### Get In Touch
 
 [Subscribe](mailto:users-subscribe@netbeans.apache.org) or [mail](mailto:users@netbeans.apache.org) the [users@netbeans.apache.org](mailto:users@netbeans.apache.org) list - Ask questions, find answers, and also help other users.
diff --git a/pom.xml b/pom.xml
index 63a6c28..4e26a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
     <packaging>pom</packaging>
     <name>Apache Netbeans Maven Utilities</name>
     <description>Apache Netbeans Maven Utilities is a set of artefacts to build and populate Apache NetBeans artefacts using Apache Maven</description>
-    <url>http://bits.netbeans.org/mavenutilities/parent</url>
+    <url>https://bits.netbeans.org/mavenutilities/parent</url>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
diff --git a/src/site/site.xml b/src/site/site.xml
index 90ee0ed..b374ecd 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,11 +17,11 @@ under the License.
 -->
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
     <skin>
-        <groupId>org.apache.netbeans</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>maven-netbeans-skin</artifactId>
         <version>1.0-SNAPSHOT</version>
     </skin>
-  <body>  
-  </body>
+    <body>  
+    </body>
 </project>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists