You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/09/10 03:11:04 UTC

incubator-netbeans-html4j git commit: Adjusting license and scm info in the pom file to Apache style

Repository: incubator-netbeans-html4j
Updated Branches:
  refs/heads/master ee703cfd4 -> 9032affbe


Adjusting license and scm info in the pom file to Apache style


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/9032affb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/9032affb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/9032affb

Branch: refs/heads/master
Commit: 9032affbec8e2c2bc1d6e91a2da32f356a9ccfe4
Parents: ee703cf
Author: Jaroslav Tulach <ja...@oracle.com>
Authored: Sun Sep 10 05:10:50 2017 +0200
Committer: Jaroslav Tulach <ja...@oracle.com>
Committed: Sun Sep 10 05:10:50 2017 +0200

----------------------------------------------------------------------
 pom.xml | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/9032affb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d7c698e..b18cbc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,9 +63,10 @@
   </modules>
   <licenses>
       <license>
-          <name>GPL-2.0wCPexc+CDDL</name>
-          <url>http://www.netbeans.org/cddl-gplv2.html</url>
+          <name>Apache License, Version 2.0</name>
+          <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
           <distribution>repo</distribution>
+          <comments>A business-friendly OSS license</comments>
       </license>
   </licenses>
   <organization>
@@ -73,11 +74,15 @@
       <url>http://netbeans.org</url>
   </organization>
   <scm>
-      <connection>scm:git:https://github.com/jtulach/html-java-api.git</connection>
-      <developerConnection>scm:git:https://github.com/jtulach/html-java-api.git</developerConnection>
-      <url>https://github.com/jtulach/html-java-api</url>
+      <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j.git</connection>
+      <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j.git</developerConnection>
+      <url>https://github.com/apache/incubator-netbeans-html4j/tree/${project.scm.tag}</url>
       <tag>master</tag>
   </scm>
+  <issueManagement>
+      <system>jira</system>
+      <url>https://issues.apache.org/jira/browse/NETBEANS</url>
+  </issueManagement>
   <repositories>
       <repository>
           <id>netbeans</id>