Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-1.5.76
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed May 24, 2017
1 parent 9815437 commit 10842d8
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 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.76-SNAPSHOT</version>
<version>1.5.76</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverclientlib</artifactId>
<version>1.5.76-SNAPSHOT</version>
<version>1.5.76</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down
4 changes: 2 additions & 2 deletions 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.76-SNAPSHOT</version>
<version>1.5.76</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>shared</artifactId>
<version>1.5.76-SNAPSHOT</version>
<version>1.5.76</version>
</dependency>
</dependencies>
</project>
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.76-SNAPSHOT</version>
<version>1.5.76</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.76-SNAPSHOT</version>
<version>1.5.76</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.76-SNAPSHOT</version>
<version>1.5.76</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.76-SNAPSHOT</version>
<version>1.5.76</version>
</dependency>
</dependencies>
</project>
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.76-SNAPSHOT</version>
<version>1.5.76</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions 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.76-SNAPSHOT</version>
<version>1.5.76</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>pluginbase</artifactId>
<version>1.5.76-SNAPSHOT</version>
<version>1.5.76</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions Tests/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.76-SNAPSHOT</version>
<version>1.5.76</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverjar</artifactId>
<version>1.5.76-SNAPSHOT</version>
<version>1.5.76</version>
</dependency>
</dependencies>
</project>
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.76-SNAPSHOT</version>
<version>1.5.76</version>
<packaging>pom</packaging>
<description>This is the parent pom, no idea why this is being released</description>
<properties>
Expand All @@ -24,7 +24,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>parent-1.5.49</tag>
<tag>parent-1.5.76</tag>
</scm>
<organization>
<name>OpenSource BIM</name>
Expand Down

0 comments on commit 10842d8

Please sign in to comment.