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
787f054f
Commit
787f054f
authored
Jan 09, 2017
by
Francesco Chicchiricco
Browse files
POM fixes + using chorspec 1.0.0
parent
7ceb6911
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
787f054f
...
...
@@ -18,11 +18,20 @@ limitations under the License.
<modelVersion>
4.0.0
</modelVersion>
<name>
CHOReVOLUTION IdM
</name>
<description>
CHOReVOLUTION IdM
</description>
<groupId>
eu.chorevolution.idm
</groupId>
<artifactId>
syncope
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<organization>
<name>
The CHOReVOLUTION project
</name>
<url>
http://www.chorevolution.eu
</url>
</organization>
<url>
http://www.chorevolution.eu
</url>
<licenses>
<license>
<name>
The Apache Software License, Version 2.0
</name>
...
...
@@ -56,12 +65,6 @@ limitations under the License.
<version>
2.0.1
</version>
</parent>
<name>
CHOReVOLUTION IdM
</name>
<groupId>
eu.chorevolution.idm
</groupId>
<artifactId>
syncope
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<developers>
<developer>
<id>
ilgrosso
</id>
...
...
@@ -78,6 +81,12 @@ limitations under the License.
<organizationUrl>
http://www.tirasa.net/
</organizationUrl>
<url>
http://home.apache.org/~fmartelli/
</url>
</developer>
<developer>
<id>
gfilippone
</id>
<name>
Gianluca Filippone
</name>
<organization>
UnivAQ
</organization>
<organizationUrl>
http://univaq.it/
</organizationUrl>
</developer>
</developers>
<properties>
...
...
@@ -149,7 +158,7 @@ limitations under the License.
<dependency>
<groupId>
eu.chorevolution.ee
</groupId>
<artifactId>
chorspec
</artifactId>
<version>
0.0
.1-SNAPSHOT
</version>
<version>
1.
0.0
</version>
</dependency>
<dependency>
...
...
@@ -255,6 +264,38 @@ limitations under the License.
<packagingExcludes>
WEB-INF/classes/META-INF/LICENSE*,WEB-INF/classes/META-INF/NOTICE*
</packagingExcludes>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.5.3
</version>
<configuration>
<mavenExecutorId>
forked-path
</mavenExecutorId>
<autoVersionSubmodules>
true
</autoVersionSubmodules>
<tagNameFormat>
chrospec-@{project.version}
</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.8.2
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-gpg-plugin
</artifactId>
<version>
1.6
</version>
<executions>
<execution>
<id>
sign-artifacts
</id>
<phase>
verify
</phase>
<goals>
<goal>
sign
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
@@ -281,10 +322,10 @@ limitations under the License.
<id>
ow2-releases
</id>
<url>
http://repository.ow2.org/nexus/content/repositories/releases/
</url>
<releases>
<enabled>
fals
e
</enabled>
<enabled>
tru
e
</enabled>
</releases>
<snapshots>
<enabled>
tru
e
</enabled>
<enabled>
fals
e
</enabled>
</snapshots>
</repository>
</repositories>
...
...
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