Skip to content

Commit

Permalink
prepare for release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jecollins committed May 30, 2015
1 parent 474d1d3 commit dcf46a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.powertac</groupId>
<artifactId>server-distribution</artifactId>
<version>1.2.2</version>
<version>1.2.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Power TAC distribution</name>
<description>Support for download and execution of the Power TAC server</description>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.powertac</groupId>
<artifactId>server-main</artifactId>
<version>1.2.2</version>
<version>1.2.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.powertac</groupId>
<artifactId>visualizer</artifactId>
<version>1.2.2</version>
<version>1.2.3-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -128,7 +128,7 @@
<artifactItem>
<groupId>org.powertac</groupId>
<artifactId>visualizer</artifactId>
<version>1.2.2</version>
<version>1.2.3-SNAPSHOT</version>
<type>war</type>
<overWrite>true</overWrite>
</artifactItem>
Expand Down

0 comments on commit dcf46a7

Please sign in to comment.