Skip to content

Commit

Permalink
Step to Version 0.8.12: Parallel Experiment Execution API
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed Dec 16, 2019
1 parent efd4247 commit 334df3b
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 51 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ First, you need to add the following repository, which is a repository that can
```

Than you can add the dependency on our `aitoa-code` repository into your `dependencies` section.
Here, `0.8.11` is the current version of `aitoa-code`.
Here, `0.8.12` is the current version of `aitoa-code`.
Notice that you may have more dependencies in your `dependencies` section, say on `junit`, but here I just put the one for `aitoa-code` as example.

```xml
<dependencies>
<dependency>
<groupId>com.github.thomasWeise</groupId>
<artifactId>aitoa-code</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>aitoa</groupId>
<artifactId>aitoa-code</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<packaging>jar</packaging>
<name>aitoa-code</name>
<description>Example Source Codes from the Book "Introduction to Optimization Algorithms"</description>
Expand Down
Loading

0 comments on commit 334df3b

Please sign in to comment.