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
85ff1dca
Commit
85ff1dca
authored
Oct 05, 2016
by
fabio martelli
Browse files
some fixes around groupIds
parent
5f1ea4f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
ext/choreography/persistence-api/pom.xml
View file @
85ff1dca
...
...
@@ -29,7 +29,7 @@ under the License.
<name>
CHOReVOLUTION IdM Extensions: Choreography Persistence API
</name>
<description>
CHOReVOLUTION IdM Extensions: Choreography Persistence API
</description>
<groupId>
org.apache.syncope
.ext.choreography
</groupId>
<groupId>
eu.chorevolution.idm
.ext.choreography
</groupId>
<artifactId>
syncope-ext-choreography-persistence-api
</artifactId>
<packaging>
jar
</packaging>
...
...
ext/choreography/persistence-jpa/pom.xml
View file @
85ff1dca
...
...
@@ -29,7 +29,7 @@ under the License.
<name>
CHOReVOLUTION IdM Estensions: Choreography Persistence JPA
</name>
<description>
CHOReVOLUTION IdM Estensions: Choreography Persistence JPA
</description>
<groupId>
org.apache.syncope
.ext.choreography
</groupId>
<groupId>
eu.chorevolution.idm
.ext.choreography
</groupId>
<artifactId>
syncope-ext-choreography-persistence-jpa
</artifactId>
<packaging>
jar
</packaging>
...
...
pom.xml
View file @
85ff1dca
...
...
@@ -54,6 +54,14 @@ 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