Skip to content

Commit

Permalink
Merge pull request #134 from ifeoluwanimie/main
Browse files Browse the repository at this point in the history
updated pom version to 1.3.8-SNAPSHOT and added mojo plugin
  • Loading branch information
ifeoluwanimie authored Nov 21, 2024
2 parents bd728e8 + 7c8cb83 commit d93876a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.ikm.examples</groupId>
<artifactId>demo-java-maven</artifactId>
<version>1.3.7</version>
<version>1.3.8-SNAPSHOT</version>
<name>Java-Maven Demo Project</name>
<description>
Simple test/demo project for POC work.
Expand Down Expand Up @@ -65,6 +65,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.deploy-plugin.version>3.1.2</maven.deploy-plugin.version>
<maven-mojo-license-plugin.version>2.10.0</maven-mojo-license-plugin.version>

<maven.gpg-plugin.version>3.1.0</maven.gpg-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
Expand Down Expand Up @@ -205,6 +206,11 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus-staging-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${maven-mojo-license-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit d93876a

Please sign in to comment.