Skip to content

Commit 18f1d68

Browse files
author
WolfgangWalter Sauer (wowasa)
committed
incrementing version number
1 parent 76029fd commit 18f1d68

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

curation-module-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>curation-module</artifactId>
55
<groupId>eu.clarin.cmdi</groupId>
6-
<version>2.3</version>
6+
<version>2.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>curation-module-core</artifactId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>eu.clarin.cmdi</groupId>
9595
<artifactId>linkChecker</artifactId>
96-
<version>2.3</version>
96+
<version>2.4</version>
9797
</dependency>
9898
<!--<dependency> -->
9999
<!--<groupId>com.github.mfornos</groupId> -->
@@ -143,5 +143,5 @@
143143
</plugin>
144144
</plugins>
145145
</build>
146-
<version>2.3</version>
146+
<version>2.4</version>
147147
</project>

curation-module-web/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>curation-module</artifactId>
66
<groupId>eu.clarin.cmdi</groupId>
7-
<version>2.3</version>
7+
<version>2.4</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>curation-module-web</artifactId>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>eu.clarin.cmdi</groupId>
8686
<artifactId>curation-module-core</artifactId>
87-
<version>2.3</version>
87+
<version>2.4</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.glassfish.jersey.containers</groupId>
@@ -209,5 +209,5 @@
209209
</pluginRepositories>
210210
</profile>
211211
</profiles>
212-
<version>2.3</version>
212+
<version>2.4</version>
213213
</project>

linkChecker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>curation-module</artifactId>
55
<groupId>eu.clarin.cmdi</groupId>
66

7-
<version>2.3</version>
7+
<version>2.4</version>
88

99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
@@ -85,5 +85,5 @@
8585
<version>1.4</version>
8686
</dependency>
8787
</dependencies>
88-
<version>2.3</version>
88+
<version>2.4</version>
8989
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>pom</packaging>
99

1010

11-
<version>2.3</version>
11+
<version>2.4</version>
1212

1313

1414

0 commit comments

Comments
 (0)