Skip to content

Commit

Permalink
Project: Change version from 2.2.0 to 2.2.1-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarkwal committed Apr 15, 2024
1 parent 7a1471a commit 8e4199b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PROJECT ----------------------------------------------------------------------

group = org.jarhc
version = 2.2.0
version = 2.2.1-SNAPSHOT
description = JarHC - JAR Health Check

# GRADLE SETTINGS --------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions jarhc-release-tests/src/main/resources/jar-toc.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
blacklist-patterns.txt | size=1234 | crc=3899595672
html-report-style.css | size=972 | crc=1385211984
jarhc.properties | size=600 | crc=3491419408
jarhc.properties | size=609 | crc=3330582994
LICENSE | size=11323 | crc=398435797
usage.txt | size=3748 | crc=2838701225
VERSION | size=5 | crc=1461701768
VERSION | size=14 | crc=2242930739
META-INF/MANIFEST.MF | size=87 | crc=114997207
org/jarhc/analyzer/Analysis.class | size=2895 | crc=3164599121
org/jarhc/analyzer/Analyzer.class | size=198 | crc=378538728
Expand Down
4 changes: 2 additions & 2 deletions jarhc-release-tests/src/main/resources/jar-with-deps-toc.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
about.html | size=1440 | crc=1620826148
blacklist-patterns.txt | size=1234 | crc=3899595672
html-report-style.css | size=972 | crc=1385211984
jarhc.properties | size=600 | crc=3491419408
jarhc.properties | size=609 | crc=3330582994
LICENSE | size=11323 | crc=398435797
simplelogger.properties | size=1045 | crc=237288634
usage.txt | size=3748 | crc=2838701225
VERSION | size=5 | crc=1461701768
VERSION | size=14 | crc=2242930739
licenses/extreme.indiana.edu.license.TXT | size=2192 | crc=3158728389
licenses/javolution.license.TXT | size=1408 | crc=1759801567
licenses/thoughtworks.TXT | size=1914 | crc=1446206219
Expand Down
2 changes: 1 addition & 1 deletion jarhc-release-tests/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jarhc</groupId>
<artifactId>jarhc</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<name>JarHC - JAR Health Check</name>
<description>JarHC is a static analysis tool to help you find your way through "JAR hell" or "classpath hell".</description>
<url>http://jarhc.org</url>
Expand Down

0 comments on commit 8e4199b

Please sign in to comment.