Skip to content

Commit 326f10c

Browse files
authored
Fix version in install artifact command
1 parent 6944d2a commit 326f10c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ mvn clean package
1313

1414
## install built java file to local repo used by other project
1515
```
16-
mvn install:install-file -Dfile=./target/tensorflow-client-1.4-3.jar -DgroupId=com.yesup.oss -DartifactId=tensorflow-client -Dversion=1.4-3 -Dpackaging=jar -DgeneratePom=true
16+
mvn install:install-file -Dfile=./target/tensorflow-client-1.4-5.jar -DgroupId=com.yesup.oss -DartifactId=tensorflow-client -Dversion=1.4-5 -Dpackaging=jar -DgeneratePom=true
1717
```

0 commit comments

Comments
 (0)