Skip to content

Commit 03f5830

Browse files
committed
[refactor] Switch to the Evolved Binary port of the buildversion Maven Plugin
1 parent d3fd64f commit 03f5830

1 file changed

Lines changed: 5 additions & 20 deletions

File tree

elemental-parent/pom.xml

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@
382382
<version>3.4.0</version>
383383
</plugin>
384384
<plugin>
385-
<groupId>com.code54.mojo</groupId>
386-
<artifactId>buildversion-plugin</artifactId>
387-
<version>1.0.3</version>
385+
<groupId>com.evolvedbinary.maven.plugins</groupId>
386+
<artifactId>buildversion-maven-plugin</artifactId>
387+
<version>2.0.0</version>
388388
</plugin>
389389
<plugin>
390390
<groupId>org.apache.maven.plugins</groupId>
@@ -640,8 +640,8 @@
640640
</executions>
641641
</plugin>
642642
<plugin>
643-
<groupId>com.code54.mojo</groupId>
644-
<artifactId>buildversion-plugin</artifactId>
643+
<groupId>com.evolvedbinary.maven.plugins</groupId>
644+
<artifactId>buildversion-maven-plugin</artifactId>
645645
<executions>
646646
<execution>
647647
<phase>validate</phase>
@@ -807,19 +807,4 @@
807807
</profile>
808808
</profiles>
809809

810-
<pluginRepositories>
811-
<pluginRepository>
812-
<id>clojars.org</id>
813-
<url>https://clojars.org/repo</url>
814-
</pluginRepository>
815-
</pluginRepositories>
816-
817-
<distributionManagement>
818-
<repository>
819-
<id>central-ossrh-staging</id>
820-
<name>Central Portal - OSSRH Staging API</name>
821-
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
822-
</repository>
823-
</distributionManagement>
824-
825810
</project>

0 commit comments

Comments
 (0)