We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70a179 commit 04c3eb0Copy full SHA for 04c3eb0
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.culturegraph</groupId>
4
<artifactId>metafacture-core</artifactId>
5
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
6
<name>metafacture.core</name>
7
<description>Core package of the metafacture tool suite</description>
8
<licenses>
@@ -69,7 +69,8 @@
69
<connection>scm:git:git://github.com/culturegraph/metafacture-core.git</connection>
70
<developerConnection>scm:git:git@github.com:culturegraph/metafacture-core.git</developerConnection>
71
<url>http://github.com/culturegraph/metafacture-core</url>
72
- </scm>
+ <tag>metafacture-core-1.2.1</tag>
73
+ </scm>
74
75
<build>
76
<testResources>
0 commit comments