Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fabio martelli
syncope
Commits
7c223b8c
Commit
7c223b8c
authored
Oct 05, 2016
by
Francesco Chicchiricco
Browse files
Finalizing POM modifications
parent
85ff1dca
Changes
3
Hide whitespace changes
Inline
Side-by-side
ext/choreography/logic/pom.xml
View file @
7c223b8c
...
...
@@ -68,7 +68,7 @@ limitations under the License.
</dependency>
<dependency>
<groupId>
org.apache.syncope
.ext.choreography
</groupId>
<groupId>
eu.chorevolution.idm
.ext.choreography
</groupId>
<artifactId>
syncope-ext-choreography-persistence-jpa
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
ext/choreography/persistence-jpa/pom.xml
View file @
7c223b8c
...
...
@@ -43,7 +43,7 @@ under the License.
<artifactId>
syncope-core-persistence-jpa
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.syncope
.ext.choreography
</groupId>
<groupId>
eu.chorevolution.idm
.ext.choreography
</groupId>
<artifactId>
syncope-ext-choreography-persistence-api
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
pom.xml
View file @
7c223b8c
...
...
@@ -42,6 +42,14 @@ limitations under the License.
<url>
https://jira.ow2.org/browse/CRV
</url>
</issueManagement>
<distributionManagement>
<snapshotRepository>
<id>
ow2-nexus-snapshots
</id>
<name>
OW2 Snapshots Repository
</name>
<url>
http://repository.ow2.org/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
</distributionManagement>
<parent>
<groupId>
org.apache.syncope
</groupId>
<artifactId>
syncope
</artifactId>
...
...
@@ -54,14 +62,6 @@ limitations under the License.
<version>
0.1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<distributionManagement>
<snapshotRepository>
<id>
ow2-nexus-snapshots
</id>
<name>
OW2 Snapshots Repository
</name>
<url>
http://repository.ow2.org/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
</distributionManagement>
<developers>
<developer>
<id>
ilgrosso
</id>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment