Skip to content

Commit

Permalink
Remove binary zip. Update version number in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ullenius committed Sep 26, 2021
1 parent 45653fe commit 3f8eb7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Project specific excludes
#
src/main/java/se/anosh/spctag/Foobar.java
spctag-bin.zip

#
# Default excludes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ GPL 3 only. See COPYING

### Libraries used & credit
* Apache Commons CLI-library - [Apache Licence version 2](https://www.apache.org/licenses/LICENSE-2.0)
* tinylog - [Apache Licence version 2](https://www.apache.org/licenses/LICENSE-2.0)
* [S-SMP chip for SFC](https://commons.wikimedia.org/wiki/File:S-SMP_01.jpg) - made by [Yaca2671](https://commons.wikimedia.org/wiki/User_talk:Yaca2671) (2007). [Creative Commons Attribution-Share-Alike](https://creativecommons.org/licenses/by-sa/3.0/) 3.0 Unported licence.


## Dedication
SPCtag is dedicated to my favourite OC remixer [Avien](https://ocremix.org/artist/4402/avien) (1986-2004). RIP :notes: :saxophone:
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>se.anosh</groupId>
<artifactId>spctag</artifactId>
<name>SPCtag</name>
<version>1.0-SNAPSHOT</version>
<version>0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -34,10 +34,8 @@


</plugins>

</build>


<dependencies>
<dependency>
<groupId>commons-cli</groupId>
Expand All @@ -59,7 +57,6 @@
<version>2.3.2</version>
</dependency>


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Binary file removed spctag-bin.zip
Binary file not shown.

0 comments on commit 3f8eb7f

Please sign in to comment.