Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.5.185
Browse files Browse the repository at this point in the history
  • Loading branch information
hlg committed Aug 2, 2024
1 parent f708991 commit 76ceff8
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Bdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</parent>
<packaging>jar</packaging>
<name>Bdb</name>
Expand Down
6 changes: 3 additions & 3 deletions BimServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverclientlib</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down Expand Up @@ -182,7 +182,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bdb</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</dependency>
</dependencies>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion BimServerClientLib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</parent>
<properties>
<cxf.version>3.3.2</cxf.version>
Expand Down
4 changes: 2 additions & 2 deletions BimServerJar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions BimServerWar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion PluginBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion Shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.185-SNAPSHOT</version>
<version>1.5.185</version>
<packaging>pom</packaging>
<description>This is the parent pom, no idea why this is being released</description>
<properties>
Expand All @@ -13,7 +13,7 @@
<url>https://github.com/opensourceBIM/BIMserver.git</url>
<connection>scm:git:https://github.com/opensourceBIM/BIMserver.git</connection>
<developerConnection>scm:git:https://github.com/opensourceBIM/BIMserver.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.5.185</tag>
</scm>
<organization>
<name>OpenSource BIM</name>
Expand Down

0 comments on commit 76ceff8

Please sign in to comment.