Skip to content

Commit 0f886aa

Browse files
committed
[maven-release-plugin] prepare release v1.5.187
1 parent 9718380 commit 0f886aa

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.187-SNAPSHOT</version>
7+
<version>1.5.187</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.187-SNAPSHOT</version>
9+
<version>1.5.187</version>
1010
</parent>
1111
<build>
1212
<sourceDirectory>src</sourceDirectory>
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.opensourcebim</groupId>
9999
<artifactId>bimserverclientlib</artifactId>
100-
<version>1.5.187-SNAPSHOT</version>
100+
<version>1.5.187</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>commons-collections</groupId>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>org.opensourcebim</groupId>
185185
<artifactId>bdb</artifactId>
186-
<version>1.5.187-SNAPSHOT</version>
186+
<version>1.5.187</version>
187187
</dependency>
188188
</dependencies>
189189
<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.187-SNAPSHOT</version>
9+
<version>1.5.187</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.187-SNAPSHOT</version>
10+
<version>1.5.187</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.187-SNAPSHOT</version>
69+
<version>1.5.187</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.187-SNAPSHOT</version>
10+
<version>1.5.187</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.187-SNAPSHOT</version>
90+
<version>1.5.187</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.187-SNAPSHOT</version>
10+
<version>1.5.187</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.187-SNAPSHOT</version>
9+
<version>1.5.187</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.187-SNAPSHOT</version>
5+
<version>1.5.187</version>
66
<packaging>pom</packaging>
77
<description>This is the parent pom, no idea why this is being released</description>
88
<properties>
@@ -14,7 +14,7 @@
1414
<url>https://github.com/opensourceBIM/BIMserver.git</url>
1515
<connection>scm:git:https://github.com/opensourceBIM/BIMserver.git</connection>
1616
<developerConnection>scm:git:https://github.com/opensourceBIM/BIMserver.git</developerConnection>
17-
<tag>HEAD</tag>
17+
<tag>v1.5.187</tag>
1818
</scm>
1919
<organization>
2020
<name>OpenSource BIM</name>

0 commit comments

Comments
 (0)