Skip to content

Commit

Permalink
Adds release info into pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue committed Aug 3, 2019
1 parent 7f365ec commit a14b452
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>djblue.github.com</groupId>
<groupId>djblue.github.io</groupId>
<artifactId>klojure</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
Expand All @@ -16,6 +16,13 @@
<apache.shiro.version>1.4.0</apache.shiro.version>
</properties>

<scm>
<connection>scm:git:[email protected]:djblue/klojure.git</connection>
<developerConnection>scm:git:[email protected]:djblue/klojure.git</developerConnection>
<url>https://github.com/djblue/klojure</url>
<tag>@{project.version}</tag>
</scm>

<dependencies>
<dependency>
<groupId>org.clojure</groupId>
Expand Down

0 comments on commit a14b452

Please sign in to comment.