Skip to content

Commit 366116a

Browse files
committed
[maven-release-plugin] prepare release v1.5.183
1 parent d978259 commit 366116a

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-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.183-SNAPSHOT</version>
7+
<version>1.5.183</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.183-SNAPSHOT</version>
8+
<version>1.5.183</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.183-SNAPSHOT</version>
106+
<version>1.5.183</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.183-SNAPSHOT</version>
192+
<version>1.5.183</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.183-SNAPSHOT</version>
9+
<version>1.5.183</version>
1010
</parent>
1111
<properties>
1212
<jetty.version>9.4.38.v20210224</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.183-SNAPSHOT</version>
10+
<version>1.5.183</version>
1111
</parent>
1212
<properties>
1313
<jetty.version>9.4.44.v20210927</jetty.version>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.opensourcebim</groupId>
6969
<artifactId>bimserver</artifactId>
70-
<version>1.5.183-SNAPSHOT</version>
70+
<version>1.5.183</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.183-SNAPSHOT</version>
10+
<version>1.5.183</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.183-SNAPSHOT</version>
90+
<version>1.5.183</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.183-SNAPSHOT</version>
10+
<version>1.5.183</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.183-SNAPSHOT</version>
9+
<version>1.5.183</version>
1010
</parent>
1111
<build>
1212
<sourceDirectory>src</sourceDirectory>

pom.xml

Lines changed: 3 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.183-SNAPSHOT</version>
5+
<version>1.5.183</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,8 @@
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-
</scm>
15+
<tag>v1.5.183</tag>
16+
</scm>
1617
<organization>
1718
<name>OpenSource BIM</name>
1819
<url>opensourcebim.org</url>

0 commit comments

Comments
 (0)