Skip to content

Commit

Permalink
preparation for new snapshot, added/configured .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
timkalkus committed Apr 23, 2021
1 parent 3a68a57 commit 221097d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target/classes/
/target/generated-sources/
/target/maven-archiver/
/target/maven-status/
/target/test-classes/
/target/*-snapshot.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.timkalkus</groupId>
<artifactId>AutoReplace</artifactId>
<version>0.2.5</version>
<version>0.2.6-snapshot</version>

<repositories>
<repository>
Expand Down

0 comments on commit 221097d

Please sign in to comment.