Skip to content

Commit ebeedc5

Browse files
authored
Merge pull request #180 from HSLdevcom/develop
1.3.22
2 parents 4e1dac4 + 5f7e169 commit ebeedc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>fi.hsl</groupId>
44
<artifactId>transitdata-common</artifactId>
5-
<version>1.3.21</version>
5+
<version>1.3.22</version>
66
<packaging>jar</packaging>
77
<name>Common utilities for Transitdata projects</name>
88
<properties>
@@ -231,7 +231,8 @@
231231
</configuration>
232232
<executions>
233233
<execution>
234-
<phase>package</phase>
234+
<!--Do not run the assembly plugin twice -->
235+
<!--<phase>package</phase>-->
235236
<goals>
236237
<goal>single</goal>
237238
</goals>

0 commit comments

Comments
 (0)