pom fix
This commit is contained in:
parent
4909316d59
commit
ad014a4ca2
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -3,6 +3,9 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<name>Keycloak</name>
|
||||
<description>
|
||||
Keycloak SSO
|
||||
</description>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-parent</artifactId>
|
||||
<version>1.0-alpha-1-12062013</version>
|
||||
|
@ -34,6 +37,12 @@
|
|||
</license>
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/keycloak/keycloak.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:keycloak/keycloak.git</developerConnection>
|
||||
<url>http://github.com/keycloak/keycloak/tree/master/</url>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>jboss-releases-repository</id>
|
||||
|
|
Loading…
Reference in a new issue