Skip to content

Commit

Permalink
Bump version of plugin dependency sortpom-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Jun 18, 2024
1 parent da03447 commit 607e5b2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@
</issueManagement>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<site>
<id>local</id>
<name>Local Maven site</name>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dep.assertj.version>3.26.0</dep.assertj.version>
<dep.mockito.version>5.12.0</dep.mockito.version>

<dep.plugin.sortpom.version>3.4.1</dep.plugin.sortpom.version>
<dep.plugin.sortpom.version>4.0.0</dep.plugin.sortpom.version>
<dep.plugin.sonar.version>3.10.0.2594</dep.plugin.sonar.version>

<dep.checkstyle.version>10.12.6</dep.checkstyle.version>
Expand Down Expand Up @@ -240,7 +240,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables combine.children="append">
<user.timezone />
<user.timezone/>
</systemPropertyVariables>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
Expand Down Expand Up @@ -349,16 +349,16 @@
<execution>
<!-- mvn org.apache.maven.plugins:maven-assembly-plugin:single@distrib-zip-assembly -->
<id>distrib-zip-assembly</id>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
<configuration>
<descriptors>
<descriptor>src/main/assembly/distrib-zip-assembly.xml</descriptor>
</descriptors>
<appendAssemblyId>true</appendAssemblyId>
</configuration>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -441,12 +441,12 @@
</activation>
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
Expand All @@ -463,12 +463,12 @@
</activation>
<repositories>
<repository>
<id>project-local-maven-repo-defined-in-pom</id>
<name>Local file system Maven Repo for debugging</name>
<url>file://${project.basedir}/.m2-local-repo/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>project-local-maven-repo-defined-in-pom</id>
<name>Local file system Maven Repo for debugging</name>
<url>file://${project.basedir}/.m2-local-repo/</url>
</repository>
</repositories>
</profile>
Expand Down

0 comments on commit 607e5b2

Please sign in to comment.