NO-JIRA: add licenses tag to pom.xml
This commit is contained in:
parent
549a5d0eb6
commit
f2f6fe250a
8
pom.xml
8
pom.xml
|
@ -175,6 +175,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>
|
||||
|
|
Loading…
Reference in New Issue