Skip to content

Commit 8afd0f3

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2361e2e commit 8afd0f3

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.177</version>
7+
<version>1.5.178-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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.opensourcebim</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.5.177</version>
8+
<version>1.5.178-SNAPSHOT</version>
99
</parent>
1010
<build>
1111
<sourceDirectory>src</sourceDirectory>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.opensourcebim</groupId>
105105
<artifactId>bimserverclientlib</artifactId>
106-
<version>1.5.177</version>
106+
<version>1.5.178-SNAPSHOT</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>commons-collections</groupId>
@@ -189,7 +189,7 @@
189189
<dependency>
190190
<groupId>org.opensourcebim</groupId>
191191
<artifactId>bdb</artifactId>
192-
<version>1.5.177</version>
192+
<version>1.5.178-SNAPSHOT</version>
193193
</dependency>
194194
</dependencies>
195195
<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.177</version>
9+
<version>1.5.178-SNAPSHOT</version>
1010
</parent>
1111
<properties>
1212
<jetty.version>9.4.19.v20190610</jetty.version>

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.177</version>
10+
<version>1.5.178-SNAPSHOT</version>
1111
</parent>
1212
<properties>
1313
<jetty.version>9.4.19.v20190610</jetty.version>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.opensourcebim</groupId>
6969
<artifactId>bimserver</artifactId>
70-
<version>1.5.177</version>
70+
<version>1.5.178-SNAPSHOT</version>
7171
</dependency>
7272
<dependency>
7373
<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.177</version>
10+
<version>1.5.178-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.177</version>
90+
<version>1.5.178-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.177</version>
10+
<version>1.5.178-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.177</version>
9+
<version>1.5.178-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.177</version>
5+
<version>1.5.178-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<description>This is the parent pom, no idea why this is being released</description>
88
<properties>
@@ -12,7 +12,7 @@
1212
<url>https://github.com/opensourceBIM/BIMserver.git</url>
1313
<connection>scm:git:https://github.com/opensourceBIM/BIMserver.git</connection>
1414
<developerConnection>scm:git:https://github.com/opensourceBIM/BIMserver.git</developerConnection>
15-
<tag>v1.5.177</tag>
15+
<tag>v1.5.174</tag>
1616
</scm>
1717
<organization>
1818
<name>OpenSource BIM</name>

0 commit comments

Comments
 (0)