File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
44
44
Execute the main classes without argument to display the help message.
45
45
*** Run the solver
46
46
47
- : java -cp target/cryptator-0.3.0-SNAPSHOT- with-dependencies.jar cryptator.Cryptator -s 1 'send+more=money'
47
+ : java -cp target/cryptator-0.3.0-with-dependencies.jar cryptator.Cryptator -s 1 'send+more=money'
48
48
49
49
*** Play the game
50
50
51
- : java -cp target/cryptator-0.3.0-SNAPSHOT- with-dependencies.jar cryptator.Cryptamancer 'send+more=money'
51
+ : java -cp target/cryptator-0.3.0-with-dependencies.jar cryptator.Cryptamancer 'send+more=money'
52
52
53
53
** As a library
54
54
@@ -66,7 +66,7 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
66
66
<dependency>
67
67
<groupId>fr.univ-cotedazur</groupId>
68
68
<artifactId>cryptator</artifactId>
69
- <version>0.3.0-SNAPSHOT </version>
69
+ <version>0.3.0</version>
70
70
</dependency>
71
71
#+END_EXAMPLE
72
72
Original file line number Diff line number Diff line change 16
16
<groupId >fr.univ-cotedazur</groupId >
17
17
<artifactId >cryptator</artifactId >
18
18
<packaging >jar</packaging >
19
- <version >0.3.0-SNAPSHOT </version >
19
+ <version >0.3.0</version >
20
20
<name >cryptator</name >
21
21
<description >Constraint-based cryptarithm solver</description >
22
22
<url >https://github.com/arnaud-m/cryptator</url >
You can’t perform that action at this time.
0 commit comments