Skip to content

Commit 76ceff8

Browse files
committed
[maven-release-plugin] prepare release v1.5.185
1 parent f708991 commit 76ceff8

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.185-SNAPSHOT</version>
7+
<version>1.5.185</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.185-SNAPSHOT</version>
8+
<version>1.5.185</version>
99
</parent>
1010
<build>
1111
<sourceDirectory>src</sourceDirectory>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.opensourcebim</groupId>
9898
<artifactId>bimserverclientlib</artifactId>
99-
<version>1.5.185-SNAPSHOT</version>
99+
<version>1.5.185</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>commons-collections</groupId>
@@ -182,7 +182,7 @@
182182
<dependency>
183183
<groupId>org.opensourcebim</groupId>
184184
<artifactId>bdb</artifactId>
185-
<version>1.5.185-SNAPSHOT</version>
185+
<version>1.5.185</version>
186186
</dependency>
187187
</dependencies>
188188
<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.185-SNAPSHOT</version>
9+
<version>1.5.185</version>
1010
</parent>
1111
<properties>
1212
<cxf.version>3.3.2</cxf.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.185-SNAPSHOT</version>
10+
<version>1.5.185</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.185-SNAPSHOT</version>
69+
<version>1.5.185</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.185-SNAPSHOT</version>
10+
<version>1.5.185</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.185-SNAPSHOT</version>
90+
<version>1.5.185</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.185-SNAPSHOT</version>
10+
<version>1.5.185</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.185-SNAPSHOT</version>
9+
<version>1.5.185</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.185-SNAPSHOT</version>
5+
<version>1.5.185</version>
66
<packaging>pom</packaging>
77
<description>This is the parent pom, no idea why this is being released</description>
88
<properties>
@@ -13,7 +13,7 @@
1313
<url>https://github.com/opensourceBIM/BIMserver.git</url>
1414
<connection>scm:git:https://github.com/opensourceBIM/BIMserver.git</connection>
1515
<developerConnection>scm:git:https://github.com/opensourceBIM/BIMserver.git</developerConnection>
16-
<tag>HEAD</tag>
16+
<tag>v1.5.185</tag>
1717
</scm>
1818
<organization>
1919
<name>OpenSource BIM</name>

0 commit comments

Comments
 (0)