Skip to content

Commit 00b9dc5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 949fd4d commit 00b9dc5

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Bdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.opensourcebim</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.5.188</version>
7+
<version>1.5.189-SNAPSHOT</version>
88
</parent>
99
<packaging>jar</packaging>
1010
<name>Bdb</name>

BimServer/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensourcebim</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.5.188</version>
9+
<version>1.5.189-SNAPSHOT</version>
1010
</parent>
1111
<build>
1212
<sourceDirectory>src</sourceDirectory>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.opensourcebim</groupId>
104104
<artifactId>bimserverclientlib</artifactId>
105-
<version>1.5.188</version>
105+
<version>1.5.189-SNAPSHOT</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>commons-collections</groupId>
@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>org.opensourcebim</groupId>
190190
<artifactId>bdb</artifactId>
191-
<version>1.5.188</version>
191+
<version>1.5.189-SNAPSHOT</version>
192192
</dependency>
193193
</dependencies>
194194
<licenses>

BimServerClientLib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensourcebim</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.5.188</version>
9+
<version>1.5.189-SNAPSHOT</version>
1010
</parent>
1111
<build>
1212
<sourceDirectory>src</sourceDirectory>

BimServerJar/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.opensourcebim</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.5.188</version>
10+
<version>1.5.189-SNAPSHOT</version>
1111
</parent>
1212
<build>
1313
<sourceDirectory>src</sourceDirectory>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.opensourcebim</groupId>
6868
<artifactId>bimserver</artifactId>
69-
<version>1.5.188</version>
69+
<version>1.5.189-SNAPSHOT</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.eclipse.jetty</groupId>

BimServerWar/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.opensourcebim</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.5.188</version>
10+
<version>1.5.189-SNAPSHOT</version>
1111
</parent>
1212
<build>
1313
<sourceDirectory>src</sourceDirectory>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.opensourcebim</groupId>
8989
<artifactId>bimserver</artifactId>
90-
<version>1.5.188</version>
90+
<version>1.5.189-SNAPSHOT</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>ch.qos.logback</groupId>

PluginBase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.opensourcebim</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.5.188</version>
10+
<version>1.5.189-SNAPSHOT</version>
1111
</parent>
1212
<build>
1313
<sourceDirectory>src</sourceDirectory>

Shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensourcebim</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.5.188</version>
9+
<version>1.5.189-SNAPSHOT</version>
1010
</parent>
1111
<build>
1212
<sourceDirectory>src</sourceDirectory>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.opensourcebim</groupId>
44
<artifactId>parent</artifactId>
5-
<version>1.5.188</version>
5+
<version>1.5.189-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<description>This is the parent pom, no idea why this is being released</description>
88
<properties>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/opensourceBIM/BIMserver.git</url>
1717
<connection>scm:git:https://github.com/opensourceBIM/BIMserver.git</connection>
1818
<developerConnection>scm:git:https://github.com/opensourceBIM/BIMserver.git</developerConnection>
19-
<tag>v1.5.188</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121
<organization>
2222
<name>OpenSource BIM</name>

0 commit comments

Comments
 (0)