We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e1dac4 + 5f7e169 commit ebeedc5Copy full SHA for ebeedc5
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>fi.hsl</groupId>
4
<artifactId>transitdata-common</artifactId>
5
- <version>1.3.21</version>
+ <version>1.3.22</version>
6
<packaging>jar</packaging>
7
<name>Common utilities for Transitdata projects</name>
8
<properties>
@@ -231,7 +231,8 @@
231
</configuration>
232
<executions>
233
<execution>
234
- <phase>package</phase>
+ <!--Do not run the assembly plugin twice -->
235
+ <!--<phase>package</phase>-->
236
<goals>
237
<goal>single</goal>
238
</goals>
0 commit comments