Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zosrothko committed May 18, 2021
1 parent b783b62 commit 34604cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javacc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set CORE_VERSION=8.0.1
set CORE=%M2%\org\javacc\core\%CORE_VERSION%\core-%CORE_VERSION%.jar

set VERSION=-SNAPSHOT
set JAVA_NUMBER=8.0.1
set JAVA_NUMBER=8.0.2
set JAVA=java-%JAVA_NUMBER%%VERSION%

set TARGET=target\%JAVA%.jar
Expand Down
2 changes: 1 addition & 1 deletion jjdoc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set CORE_VERSION=8.0.1
set CORE=%M2%\org\javacc\core\%CORE_VERSION%\core-%CORE_VERSION%.jar

set VERSION=-SNAPSHOT
set JAVA_NUMBER=8.0.1
set JAVA_NUMBER=8.0.2
set JAVA=java-%JAVA_NUMBER%%VERSION%

set TARGET=target\%JAVA%.jar
Expand Down
2 changes: 1 addition & 1 deletion jjtree.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set CORE_VERSION=8.0.1
set CORE=%M2%\org\javacc\core\%CORE_VERSION%\core-%CORE_VERSION%.jar

set VERSION=-SNAPSHOT
set JAVA_NUMBER=8.0.1
set JAVA_NUMBER=8.0.2
set JAVA=java-%JAVA_NUMBER%%VERSION%

set TARGET=target\%JAVA%.jar
Expand Down

0 comments on commit 34604cc

Please sign in to comment.