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