Skip to content

Commit a295327

Browse files
committed
update pom, more fixes
1 parent 8f92a47 commit a295327

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gbfs-validator-java/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<!-- Unit test frameworks versions -->
7474
<assertj.core.version>3.27.3</assertj.core.version>
7575
<junit.version>5.13.4</junit.version>
76+
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
7677
</properties>
7778

7879
<dependencies>
@@ -291,6 +292,11 @@
291292
</execution>
292293
</executions>
293294
</plugin>
295+
<plugin>
296+
<groupId>org.apache.maven.plugins</groupId>
297+
<artifactId>maven-deploy-plugin</artifactId>
298+
<version>${maven-deploy-plugin.version}</version>
299+
</plugin>
294300
</plugins>
295301
</build>
296302
</project>

0 commit comments

Comments
 (0)