We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8372a68 commit 694c804Copy full SHA for 694c804
src/main/resources/archetype-resources/bin/dispatcher
@@ -17,7 +17,7 @@
17
# ***************************************************************************
18
19
ROOT="$(pwd)"
20
-VERSION="1.7.11"
+VERSION="${tinystructVersion}"
21
cd "$(dirname "$0")" || exit
22
cd "../"
23
# Navigate to the root directory
src/main/resources/archetype-resources/bin/dispatcher.cmd
@@ -19,7 +19,7 @@
set "MAVEN_REPO=%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct"
@REM Consolidate classpath entries, initialize ROOT and VERSION
set "ROOT=%~dp0.."
-set "VERSION=1.7.11"
+set "VERSION=${tinystructVersion}"
24
@REM Define the paths for tinystruct jars in the Maven repository
25
set "DEFAULT_JAR_FILE=%MAVEN_REPO%\%VERSION%\tinystruct-%VERSION%.jar"
0 commit comments