Revision 33060
Added by Alessia Bardi almost 10 years ago
pom.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
3 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
2 |
<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/maven-v4_0_0.xsd"> |
|
4 | 3 |
<parent> |
5 | 4 |
<groupId>eu.dnetlib</groupId> |
6 | 5 |
<artifactId>dnet-parent</artifactId> |
... | ... | |
11 | 10 |
<groupId>eu.dnetlib</groupId> |
12 | 11 |
<artifactId>dnet-index-solr-client</artifactId> |
13 | 12 |
<packaging>jar</packaging> |
14 |
<version>2.0.1-SNAPSHOT</version>
|
|
13 |
<version>2.0.1</version> |
|
15 | 14 |
<scm> |
16 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-index-solr-client/trunk</developerConnection>
|
|
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-index-solr-client/tags/dnet-index-solr-client-2.0.1</developerConnection>
|
|
17 | 16 |
</scm> |
18 | 17 |
<dependencies> |
19 | 18 |
<dependency> |
Also available in: Unified diff
[maven-release-plugin] prepare release dnet-index-solr-client-2.0.1