Skip to content

Commit fd23c8d

Browse files
committed
Release 1.4.2, with explicit version IDs
1 parent ea26d9b commit fd23c8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

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

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.powertac</groupId>
4747
<artifactId>server-main</artifactId>
48-
<version>${powertac-server.version}</version>
48+
<version>1.4.2</version>
4949
</dependency>
5050
</dependencies>
5151

@@ -116,7 +116,7 @@
116116
<artifactItem>
117117
<groupId>org.powertac</groupId>
118118
<artifactId>visualizer</artifactId>
119-
<version>${powertac-server.version}</version>
119+
<version>1.4.2</version>
120120
<type>war</type>
121121
<overWrite>true</overWrite>
122122
</artifactItem>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>org.powertac</groupId>
161161
<artifactId>visualizer2</artifactId>
162-
<version>${powertac-server.version}</version>
162+
<version>1.4.2</version>
163163
<type>war</type>
164164
</dependency>
165165
</dependencies>
@@ -193,14 +193,14 @@
193193
<artifactItem>
194194
<groupId>org.powertac</groupId>
195195
<artifactId>visualizer2</artifactId>
196-
<version>${powertac-server.version}</version>
196+
<version>1.4.2</version>
197197
<type>war</type>
198198
<overWrite>true</overWrite>
199199
<outputDirectory>
200200
${project.build.directory}/visualizer2
201201
</outputDirectory>
202202
<destFileName>
203-
visualizer2-${powertac-server.version}.war
203+
visualizer2-1.4.2.war
204204
</destFileName>
205205
</artifactItem>
206206
</artifactItems>
@@ -221,7 +221,7 @@
221221
</executions>
222222
<configuration>
223223
<executable>java</executable>
224-
<commandlineArgs>-Dserver.pomId=${project.parent.version} ${syst.args} -jar ${project.build.directory}/visualizer2/visualizer2-${powertac-server.version}.war</commandlineArgs>
224+
<commandlineArgs>-Dserver.pomId=${project.parent.version} ${syst.args} -jar ${project.build.directory}/visualizer2/visualizer2-1.4.2.war</commandlineArgs>
225225
</configuration>
226226
</plugin>
227227

0 commit comments

Comments
 (0)