We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde60c0 commit 6bbe829Copy full SHA for 6bbe829
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>org.codejive.jpm</groupId>
7
<artifactId>jpm</artifactId>
8
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
9
10
<name>Java Package Manager</name>
11
<description>A simple command line tool for managing Maven dependencies for Java tools like javac and java</description>
@@ -339,4 +339,10 @@
339
</build>
340
</profile>
341
</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>
348
</project>
0 commit comments