Compare commits
3 Commits
develop-ap
...
v1.0.0
Author | SHA1 | Date | |
---|---|---|---|
efb8641c8f | |||
a8811183ed | |||
703fbdfae1 |
6
pom.xml
6
pom.xml
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.inteligr8.activiti</groupId>
|
||||
<artifactId>cxf-activiti-ext</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>CXF-based JAX-RS & JAX-WS enablement for APS/Activiti</name>
|
||||
@@ -179,8 +179,8 @@
|
||||
<goals><goal>deploy-file</goal></goals>
|
||||
<configuration>
|
||||
<file>${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar</file>
|
||||
<repositoryId>inteligr8-snapshots</repositoryId>
|
||||
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-snapshots</url>
|
||||
<repositoryId>inteligr8-releases</repositoryId>
|
||||
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-public</url>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>${project.artifactId}</artifactId>
|
||||
<version>${project.version}</version>
|
||||
|
Reference in New Issue
Block a user