Skip to content

Commit

Permalink
Update SR parent to 47
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Jan 28, 2025
1 parent 5d033ac commit 4c08878
Showing 1 changed file with 1 addition and 57 deletions.
58 changes: 1 addition & 57 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>46</version>
<version>47</version>
</parent>

<artifactId>smallrye-health-parent</artifactId>
Expand Down Expand Up @@ -205,33 +205,6 @@
<build>
<pluginManagement>
<plugins>
<!-- Temporary override compiler plugin, to compile on JDK 23 until
https://github.com/smallrye/smallrye-parent/pull/576 is merged and parent updated -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<!-- Ensure that the logging generator does not generate invalid annotations -->
<configuration>
<compilerArgs>
<arg>-Aorg.jboss.logging.tools.addGeneratedAnnotation=false</arg>
</compilerArgs>
<annotationProcessorPaths>
<path>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
<version>${version.org.jboss.logging-processor}</version>
</path>
</annotationProcessorPaths>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
Expand Down Expand Up @@ -281,35 +254,6 @@
</plugin>
</plugins>
</pluginManagement>

<!-- TODO - to remve once these changes are in the Parent POM -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${version.release.plugin}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
<preparationGoals>verify</preparationGoals>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<remoteTagging>false</remoteTagging>
<arguments>-DskipTests ${release.arguments}</arguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${version.gpg.plugin}</version>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
Expand Down

0 comments on commit 4c08878

Please sign in to comment.