Skip to content

Commit

Permalink
updated dependencies for ninja 3.7.2 - from snapshot to released
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jun 11, 2018
1 parent 7e5adbd commit d0e13cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -119,7 +119,7 @@
<artifactItem>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>ninja</artifactId>
<version>3.7.2-SNAPSHOT</version> <!-- TODO switch to 3.7.2 -->
<version>3.7.2</version>
<type>jar</type>
</artifactItem>
</artifactItems>
Expand Down
2 changes: 1 addition & 1 deletion dist/src/main/bin/ninja37.bat
Expand Up @@ -2,7 +2,7 @@

setlocal

set NINJA_JAR=ninja-3.7.2-SNAPSHOT.jar
set NINJA_JAR=ninja-3.7.2.jar

set BIN_DIR=%~dp0
set ROOT_DIR=%BIN_DIR%..
Expand Down
2 changes: 1 addition & 1 deletion dist/src/main/bin/ninja37.sh
Expand Up @@ -48,7 +48,7 @@ fi

#cd "$SCRIPT_PATH../lib"

NINJA_JAR=ninja-3.7.2-SNAPSHOT.jar
NINJA_JAR=ninja-3.7.2.jar

if [ ! -f lib/$NINJA_JAR ] ; then
echo "ERROR: $NINJA_JAR is not in /lib directory"
Expand Down

0 comments on commit d0e13cb

Please sign in to comment.