Skip to content

Commit 68ff50b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 72d0001 commit 68ff50b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

kommonitor-datamanagement-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.n52.kommonitor</groupId>
77
<artifactId>kommonitor-importer</artifactId>
8-
<version>4.1.0</version>
8+
<version>4.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>kommonitor-data-management-api-client</artifactId>

kommonitor-importer-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.n52.kommonitor</groupId>
55
<artifactId>kommonitor-importer</artifactId>
6-
<version>4.1.0</version>
6+
<version>4.1.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kommonitor-importer-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kommonitor-importer</artifactId>
55
<groupId>org.n52.kommonitor</groupId>
6-
<version>4.1.0</version>
6+
<version>4.1.1-SNAPSHOT</version>
77
</parent>
88
<properties>
99
<app.finalName>${artifactId}-${version}</app.finalName>

kommonitor-importer-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kommonitor-importer</artifactId>
55
<groupId>org.n52.kommonitor</groupId>
6-
<version>4.1.0</version>
6+
<version>4.1.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kommonitor-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kommonitor-importer</artifactId>
55
<groupId>org.n52.kommonitor</groupId>
6-
<version>4.1.0</version>
6+
<version>4.1.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.n52.kommonitor</groupId>
66
<artifactId>kommonitor-importer</artifactId>
7-
<version>4.1.0</version>
7+
<version>4.1.1-SNAPSHOT</version>
88
<modules>
99
<module>kommonitor-models</module>
1010
<module>kommonitor-importer-api</module>
@@ -20,7 +20,7 @@
2020
<url>https://github.com/KomMonitor/kommonitor-importer/</url>
2121
<connection>scm:git:https://github.com/KomMonitor/kommonitor-importer.git</connection>
2222
<developerConnection>scm:git:https://github.com/KomMonitor/kommonitor-importer.git</developerConnection>
23-
<tag>4.1.0</tag>
23+
<tag>4.1.0-beta.1-SNAPSHOT</tag>
2424
</scm>
2525

2626
<properties>
@@ -30,7 +30,7 @@
3030
<maven.compiler.source>${java.version}</maven.compiler.source>
3131
<maven.compiler.target>${java.version}</maven.compiler.target>
3232
<spring-boot.version>3.1.5</spring-boot.version>
33-
<api-client.version>4.1.0</api-client.version>
33+
<api-client.version>4.1.1-SNAPSHOT</api-client.version>
3434
<jts.version>1.19.0</jts.version>
3535
<maven-surefire.version>3.2.2</maven-surefire.version>
3636
<maven-failsafe.version>3.2.2</maven-failsafe.version>

0 commit comments

Comments
 (0)