Skip to content

Commit acf0b31

Browse files
committed
[maven-release-plugin] prepare release cermine-parent-1.10
1 parent e0dd79a commit acf0b31

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.10-SNAPSHOT</version>
7+
<version>1.10</version>
88
</parent>
99
<groupId>pl.edu.icm.cermine</groupId>
10-
<version>1.10-SNAPSHOT</version>
10+
<version>1.10</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.10-SNAPSHOT</version>
7+
<version>1.10</version>
88
</parent>
99
<groupId>pl.edu.icm.cermine</groupId>
1010
<artifactId>cermine-tools</artifactId>
11-
<version>1.10-SNAPSHOT</version>
11+
<version>1.10</version>
1212
<packaging>jar</packaging>
1313
<name>CERMINE Tools - ${project.version}</name>
1414

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.10-SNAPSHOT</version>
8+
<version>1.10</version>
99
</parent>
1010

1111
<groupId>pl.edu.icm.cermine</groupId>
12-
<version>1.10-SNAPSHOT</version>
12+
<version>1.10</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.10-SNAPSHOT</version>
7+
<version>1.10</version>
88
<name>CERMINE Content Extractor and Miner</name>
99
<organization>
1010
<name>ICM, Warsaw University</name>
@@ -133,7 +133,7 @@
133133
<connection>scm:git:git@github.com:CeON/CERMINE.git</connection>
134134
<developerConnection>scm:git:git@github.com:CeON/CERMINE.git</developerConnection>
135135
<url>https://github.com/CeON/CERMINE</url>
136-
<tag>HEAD</tag>
136+
<tag>cermine-parent-1.10</tag>
137137
</scm>
138138

139139
<distributionManagement>

0 commit comments

Comments
 (0)