Skip to content

Commit e467048

Browse files
committed
bump version number
1 parent 6cfec3a commit e467048

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
4141

4242
The jar file contains all required dependencies.
4343
The next step is simply to run the console application.
44-
: java -cp target/cryptator-0.5.1-SNAPSHOT-with-dependencies.jar cryptator.Cryptator send+more=money
44+
: java -cp target/cryptator-0.5.1-with-dependencies.jar cryptator.Cryptator send+more=money
4545

4646
There are three console applications and the links below point to demonstration scripts.
4747

@@ -66,7 +66,7 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
6666
<dependency>
6767
<groupId>fr.univ-cotedazur</groupId>
6868
<artifactId>cryptator</artifactId>
69-
<version>0.5.1-SNAPSHOT</version>
69+
<version>0.5.1</version>
7070
</dependency>
7171
#+END_EXAMPLE
7272

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>fr.univ-cotedazur</groupId>
1717
<artifactId>cryptator</artifactId>
1818
<packaging>jar</packaging>
19-
<version>0.5.1-SNAPSHOT</version>
19+
<version>0.5.1</version>
2020
<name>cryptator</name>
2121
<description>Constraint-based cryptarithm solver</description>
2222
<url>https://github.com/arnaud-m/cryptator</url>

src/main/benchmarks/README.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#+BEGIN_SRC sh :results silent
1414
ln -s ../words .
15-
ln -s ../../../target/cryptator-0.5.1-SNAPSHOT-with-dependencies.jar .
15+
ln -s ../../../target/cryptator-0.5.1-with-dependencies.jar .
1616
#+END_SRC
1717

1818
** Clear directories
@@ -55,7 +55,7 @@
5555
** Create the solver
5656

5757
#+BEGIN_SRC sh :tangle solver.sh
58-
JAR=cryptator-0.5.1-SNAPSHOT-with-dependencies.jar
58+
JAR=cryptator-0.5.1-with-dependencies.jar
5959
MAINCLASS=cryptator.Cryptagen
6060

6161
MAINARGS=`cat $1 $2 | xargs`
@@ -97,7 +97,7 @@ exit $?
9797
** Create the solver
9898

9999
#+BEGIN_SRC sh :tangle solver.sh
100-
JAR=cryptator-0.5.1-SNAPSHOT-with-dependencies.jar
100+
JAR=cryptator-0.5.1-with-dependencies.jar
101101
MAINCLASS=cryptator.Cryptagen
102102

103103
MAINARGS=`cat $1 $2 | xargs`
@@ -160,7 +160,7 @@ The word lists ~colors.txt~ and ~monsters.txt~ takes the most time by far (aroun
160160
** Create the solver
161161

162162
#+BEGIN_SRC sh :tangle solver.sh
163-
JAR=cryptator-0.5.1-SNAPSHOT-with-dependencies.jar
163+
JAR=cryptator-0.5.1-with-dependencies.jar
164164
MAINCLASS=cryptator.Cryptator
165165

166166
MAINARGS=`cat $1 | xargs`

0 commit comments

Comments
 (0)