Skip to content

Commit 6bbe829

Browse files
committed
build: bumped version to 0.1
1 parent bde60c0 commit 6bbe829

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.codejive.jpm</groupId>
77
<artifactId>jpm</artifactId>
8-
<version>0.1-SNAPSHOT</version>
8+
<version>0.1</version>
99

1010
<name>Java Package Manager</name>
1111
<description>A simple command line tool for managing Maven dependencies for Java tools like javac and java</description>
@@ -339,4 +339,10 @@
339339
</build>
340340
</profile>
341341
</profiles>
342+
343+
<scm>
344+
<connection>scm:git:git://github.com/codejive/java-jpm.git</connection>
345+
<developerConnection>scm:git:git@github.com:codejive/java-jpm.git</developerConnection>
346+
<url>http://github.com/codejive/java-jpm</url>
347+
</scm>
342348
</project>

0 commit comments

Comments
 (0)