Compare commits
17 Commits
Author | SHA1 | Date | |
---|---|---|---|
b63886e8cf | |||
d5c370c51c | |||
c962825397 | |||
3a3aa83128 | |||
8945bd569b | |||
31efefbc55 | |||
3322901cb1 | |||
bf06433a4d | |||
e5debe9a47 | |||
8b1c958ddc | |||
10a732adb6 | |||
58e84c88d9 | |||
b84c311921 | |||
63d34e6044 | |||
d55d03be30 | |||
89b616e18a | |||
e4438da594 |
6
pom.xml
6
pom.xml
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.inteligr8.alfresco.activiti</groupId>
|
||||
<artifactId>model-share-activiti-app-ext</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.8</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Model Share APS Extension</name>
|
||||
@@ -43,7 +43,7 @@
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
|
||||
<aps.version>24.3.0</aps.version>
|
||||
<aps.version>2.4.4</aps.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -154,7 +154,7 @@
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<version>1.7.0</version>
|
||||
<version>1.6.13</version>
|
||||
<configuration>
|
||||
<serverId>ossrh</serverId>
|
||||
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
|
||||
|
Reference in New Issue
Block a user