Revision 54227
Added by Claudio Atzori almost 6 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" 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" |
|
3 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
3 | 4 |
<parent> |
4 | 5 |
<groupId>eu.dnetlib</groupId> |
5 | 6 |
<artifactId>dnet45-parent</artifactId> |
6 | 7 |
<version>1.0.0</version> |
7 |
<relativePath />
|
|
8 |
<relativePath/> |
|
8 | 9 |
</parent> |
9 | 10 |
<modelVersion>4.0.0</modelVersion> |
10 | 11 |
<groupId>eu.dnetlib</groupId> |
11 | 12 |
<artifactId>dnet-index-client</artifactId> |
12 | 13 |
<packaging>jar</packaging> |
13 |
<version>2.3.3-solr75-SNAPSHOT</version>
|
|
14 |
<version>2.3.2-solr75-SNAPSHOT</version>
|
|
14 | 15 |
<scm> |
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-index-client/branches/solr75</developerConnection> |
|
16 |
<developerConnection> |
|
17 |
scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-index-client/branches/solr7 |
|
18 |
</developerConnection> |
|
16 | 19 |
</scm> |
17 | 20 |
<dependencies> |
18 | 21 |
<dependency> |
Also available in: Unified diff
[maven-release-plugin] rollback the release of dnet-index-client-2.3.2-solr75