Fixed version in the package-delete-target test

This commit is contained in:
Alexey Alekhin 2017-09-26 13:13:33 +02:00 committed by GitHub
parent e99aa6d7b3
commit 402b9ef95c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$ mkdir target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar
$ touch target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar/hello
$ mkdir target/scala-2.12/delete-target_2.12-0.1.0-SNAPSHOT.jar
$ touch target/scala-2.12/delete-target_2.12-0.1.0-SNAPSHOT.jar/hello
-> package
$ exists target/scala-2.12/delete-target_2.12-0.1-SNAPSHOT.jar/hello
$ exists target/scala-2.12/delete-target_2.12-0.1.0-SNAPSHOT.jar/hello