[maven-release-plugin] rollback the release of dhp-schemas-2.2.4

This commit is contained in:
Claudio Atzori 2021-04-23 12:31:56 +02:00
parent 946ec55ce9
commit 6e9bc2957c
1 changed files with 1 additions and 14 deletions

15
pom.xml
View File

@ -5,7 +5,7 @@
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-schemas</artifactId>
<packaging>jar</packaging>
<version>2.2.5-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
<licenses>
<license>
@ -229,19 +229,6 @@
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>dnet45-snapshots</id>
<name>DNet45 Snapshots</name>
<url>https://maven.d4science.org/nexus/content/repositories/dnet45-snapshots</url>
<layout>default</layout>
</snapshotRepository>
<repository>
<id>dnet45-releases</id>
<url>https://maven.d4science.org/nexus/content/repositories/dnet45-releases</url>
</repository>
</distributionManagement>
<dependencyManagement>
<dependencies>