Skip to content

Commit ace62ab

Browse files
committed
update pom, more fixes
1 parent eddedaf commit ace62ab

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
@@ -60,6 +60,7 @@
6060
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
6161
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
6262
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
63+
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
6364
<wagon-ssh-external.version>2.12</wagon-ssh-external.version>
6465
<plexus-compiler-javac.version>2.15.0</plexus-compiler-javac.version>
6566
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
@@ -146,6 +147,11 @@
146147
<artifactId>maven-resources-plugin</artifactId>
147148
<version>${maven-resources-plugin.version}</version>
148149
</plugin>
150+
<plugin>
151+
<groupId>org.apache.maven.plugins</groupId>
152+
<artifactId>maven-deploy-plugin</artifactId>
153+
<version>${maven-deploy-plugin.version}</version>
154+
</plugin>
149155
</plugins>
150156
</pluginManagement>
151157
<plugins>

0 commit comments

Comments
 (0)