Revision 31449
Added by Alessia Bardi about 10 years ago
pom.xml | ||
---|---|---|
1 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
2 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
1 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
3 | 2 |
<modelVersion>4.0.0</modelVersion> |
4 | 3 |
<parent> |
5 | 4 |
<groupId>eu.dnetlib</groupId> |
... | ... | |
8 | 7 |
</parent> |
9 | 8 |
<groupId>eu.dnetlib</groupId> |
10 | 9 |
<artifactId>dnet-modular-index-service</artifactId> |
11 |
<version>1.0.0-SNAPSHOT</version>
|
|
10 |
<version>1.0.0</version> |
|
12 | 11 |
<scm> |
13 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-index-service/trunk</developerConnection>
|
|
12 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-index-service/tags/dnet-modular-index-service-1.0.0</developerConnection>
|
|
14 | 13 |
</scm> |
15 | 14 |
<repositories> |
16 | 15 |
<!-- repo for Akka Actors --> |
Also available in: Unified diff
[maven-release-plugin] prepare release dnet-modular-index-service-1.0.0