Skip to content

Commit 39d2186

Browse files
committed
release 1.9.0
1 parent 6ae0afa commit 39d2186

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server-distribution
33

44
Distribution package for the Power TAC simulation server
55

6-
Welcome to the current 1.8.0-SNAPSHOT version of the Power TAC simulation server. This is a reasonably stable development snapshot containing the server and a version of the game visualizer that works in "development" mode, including a simple control panel that allows you to set up and run bootstrap and competition sessions. There is a compatible sample broker distributed separately. This release is intended to support broker development and simple experiments.
6+
Welcome to the current 1.9.0 version of the Power TAC simulation server. This is a reasonably stable development snapshot containing the server and a version of the game visualizer that works in "development" mode, including a simple control panel that allows you to set up and run bootstrap and competition sessions. There is a compatible sample broker distributed separately. This release is intended to support broker development and simple experiments.
77

88
This version requires an installation of Java 11 jdk. A jre installation will not work. Release notes are available at http://www.powertac.org/wiki/index.php/Getting_Started.
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<parent>
1616
<groupId>org.powertac</groupId>
1717
<artifactId>powertac-server</artifactId>
18-
<version>1.9.0-SNAPSHOT</version>
18+
<version>1.9.0</version>
1919
<relativePath />
2020
</parent>
2121

2222
<properties>
23-
<powertac-server.version>1.9.0-SNAPSHOT</powertac-server.version>
23+
<powertac-server.version>1.9.0</powertac-server.version>
2424
<jetty.version>9.3.11.v20160721</jetty.version>
2525
<syst.args></syst.args>
2626
<exec.args></exec.args>

0 commit comments

Comments
 (0)