Skip to content

Commit

Permalink
Fix pom.xml for License module
Browse files Browse the repository at this point in the history
* unable to close the staging since some tags were missing
  • Loading branch information
pruivo committed Feb 23, 2017
1 parent 2fc9ba7 commit c591722
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion license/pom.xml
Expand Up @@ -5,7 +5,26 @@
<groupId>org.infinispan</groupId>
<artifactId>infinispan-license</artifactId>
<name>Infinispan License Bundle</name>

<description>Infinispan License Bundle module</description>
<url>http://www.infinispan.org</url>
<organization>
<name>JBoss, a division of Red Hat</name>
<url>http://www.jboss.org</url>
</organization>
<licenses>
<license>
<name>Apache License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>placeholder</id>
<name>See http://www.infinispan.org for a complete list of contributors</name>
</developer>
</developers>

<properties>
<jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</jboss.releases.repo.url>
<jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
Expand Down

0 comments on commit c591722

Please sign in to comment.