Skip to content

Commit

Permalink
build: bumped version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Jul 4, 2024
1 parent bde60c0 commit 6bbe829
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.codejive.jpm</groupId>
<artifactId>jpm</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<name>Java Package Manager</name>
<description>A simple command line tool for managing Maven dependencies for Java tools like javac and java</description>
Expand Down Expand Up @@ -339,4 +339,10 @@
</build>
</profile>
</profiles>

<scm>
<connection>scm:git:git://github.com/codejive/java-jpm.git</connection>
<developerConnection>scm:git:git@github.com:codejive/java-jpm.git</developerConnection>
<url>http://github.com/codejive/java-jpm</url>
</scm>
</project>

0 comments on commit 6bbe829

Please sign in to comment.