Skip to content

Commit d7675ee

Browse files
Update pom.xml to 2.0-RC1
1 parent 3c790af commit d7675ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
<modelVersion>4.0.0</modelVersion>
44
<groupId>nl.mpi</groupId>
5-
<artifactId>oai-harvest-manager</artifactId>
5+
<artifactId>harvest-manager</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3-SNAPSHOT</version>
8-
<name>OAI Harvest Manager</name>
9-
<description>This application manages OAI-PMH harvesting workflows</description>
7+
<version>2.0-RC1-SNAPSHOT</version>
8+
<name>Harvest Manager</name>
9+
<description>This application manages (OAI-PMH) harvesting workflows</description>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<versionNumber>${project.version}.${buildNumber}</versionNumber>
1414
</properties>
1515

1616
<scm>
17-
<connection>scm:git:https://github.com/clarin-eric/oai-harvest-manager.git</connection>
18-
<developerConnection>scm:git:https://github.com/clarin-eric/oai-harvest-manager.git</developerConnection>
17+
<connection>scm:git:https://github.com/clarin-eric/harvest-manager.git</connection>
18+
<developerConnection>scm:git:https://github.com/clarin-eric/harvest-manager.git</developerConnection>
1919
</scm>
2020

2121
<!-- REPOSITORIES -->

0 commit comments

Comments
 (0)