Skip to content

Commit 79e7948

Browse files
committed
[maven-release-plugin] prepare release cermine-parent-1.9
1 parent 6828640 commit 79e7948

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

cermine-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>pl.edu.icm.cermine</groupId>
66
<artifactId>cermine-parent</artifactId>
7-
<version>1.9-SNAPSHOT</version>
7+
<version>1.9</version>
88
</parent>
99
<groupId>pl.edu.icm.cermine</groupId>
10-
<version>1.9-SNAPSHOT</version>
10+
<version>1.9</version>
1111
<artifactId>cermine-impl</artifactId>
1212
<packaging>jar</packaging>
1313
<name>CERMINE Engine Implementation - ${project.version}</name>

cermine-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>pl.edu.icm.cermine</groupId>
66
<artifactId>cermine-parent</artifactId>
7-
<version>1.9-SNAPSHOT</version>
7+
<version>1.9</version>
88
</parent>
99
<groupId>pl.edu.icm.cermine</groupId>
1010
<artifactId>cermine-tools</artifactId>
11-
<version>1.9-SNAPSHOT</version>
11+
<version>1.9</version>
1212
<packaging>jar</packaging>
1313
<name>CERMINE TOOLS - ${project.version}</name>
1414
<repositories>

cermine-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>pl.edu.icm.cermine</groupId>
77
<artifactId>cermine-parent</artifactId>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.9</version>
99
</parent>
1010

1111
<groupId>pl.edu.icm.cermine</groupId>
12-
<version>1.9-SNAPSHOT</version>
12+
<version>1.9</version>
1313
<artifactId>cermine-web</artifactId>
1414
<packaging>war</packaging>
1515
<name>CERMINE Web Interface - ${project.version}</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>pl.edu.icm.cermine</groupId>
55
<artifactId>cermine-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.9-SNAPSHOT</version>
7+
<version>1.9</version>
88
<name>CERMINE Content Extractor and Miner</name>
99
<organization>
1010
<name>ICM, Warsaw University</name>
@@ -161,7 +161,7 @@
161161
<connection>scm:git:git@github.com:CeON/CERMINE.git</connection>
162162
<developerConnection>scm:git:git@github.com:CeON/CERMINE.git</developerConnection>
163163
<url>https://github.com/CeON/CERMINE</url>
164-
<tag>HEAD</tag>
164+
<tag>cermine-parent-1.9</tag>
165165
</scm>
166166

167167
<distributionManagement>

0 commit comments

Comments
 (0)