Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
Issue #347
  • Loading branch information
rsoika committed Aug 31, 2024
1 parent b35f174 commit 059636a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,10 @@ terms of the Eclipse Public License v. 2.0
<url>https://github.com/imixs/open-bpmn/</url>
<tag>open-bpmn-1.0.4</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/imixs/open-bpmn/issues</url>
</issueManagement>

<properties>
</properties>

Expand All @@ -83,7 +81,7 @@ terms of the Eclipse Public License v. 2.0
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
Expand All @@ -95,18 +93,21 @@ terms of the Eclipse Public License v. 2.0
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
</plugin>

<!-- maven site, doc and reporting -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.0</version>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -126,6 +127,8 @@ terms of the Eclipse Public License v. 2.0
<artifactId>maven-jxr-plugin</artifactId>
<version>3.0.0</version>
</plugin>


</plugins>
</build>

Expand Down

0 comments on commit 059636a

Please sign in to comment.