Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Merge tag 'samples-4.0.3' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cprudhom committed Jan 20, 2017
2 parents d65ff35 + 89a8cc2 commit 29dc5a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project hosts samples based on choco-solver.

To run a sample, please follow the steps:

1. Download the source code of [samples](https://github.com/chocoteam/samples/releases/tag/samples-4.0.2)
1. Download the source code of [samples](https://github.com/chocoteam/samples/releases/tag/samples-4.0.3)
2. Download [choco-solver-4.0.1.zip](https://github.com/chocoteam/choco-solver/releases/tag/4.0.1) and unzip it
3. Go to the `samples` directory and create a directory named `lib` and another named `classes`
4. Copy/paste `choco-solver-4.0.1-with-dependencies.jar` into `lib`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.choco-solver</groupId>
<artifactId>samples</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<packaging>jar</packaging>

<name>Samples</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/chocosolver/samples/AbstractProblem.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*
* Copyright (c) 2017, IMT Atlantique. All rights reserved.
*
* Licensed under the BSD 4-clause license. See LICENSE file in the project root for full license
* information.
* Licensed under the BSD 4-clause license.
* See LICENSE file in the project root for full license information.
*/
package org.chocosolver.samples;

Expand Down

0 comments on commit 29dc5a2

Please sign in to comment.