You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/09/26 18:48:59 UTC

[11/17] activemq-artemis git commit: add licenses tag to pom.xml

add licenses tag to pom.xml


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b4bbdff4
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b4bbdff4
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b4bbdff4

Branch: refs/heads/1.x
Commit: b4bbdff456c519cb34df444fb15cee8b2ce0bb46
Parents: 0f4a8c3
Author: psakar <sa...@chare.eu>
Authored: Thu Aug 24 12:38:05 2017 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Sep 26 14:28:07 2017 -0400

----------------------------------------------------------------------
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b4bbdff4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6698f16..0866c05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,6 +167,14 @@
       <geronimo-annotation_1.2_spec.version>1.0</geronimo-annotation_1.2_spec.version>
    </properties>
 
+   <licenses>
+      <license>
+         <name>Apache License 2.0</name>
+         <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
+         <distribution>repo</distribution>
+      </license>
+   </licenses>
+
    <scm>
       <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-artemis.git</connection>
       <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-artemis.git</developerConnection>