Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-1.5.49
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Jun 13, 2016
1 parent bcdae12 commit cde87ad
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
7 changes: 3 additions & 4 deletions BimServer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<name>BimServer</name>
<modelVersion>4.0.0</modelVersion>
<artifactId>bimserver</artifactId>
<parent>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>1.5.74-SNAPSHOT</version>
<version>1.5.49</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -102,7 +101,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverclientlib</artifactId>
<version>1.5.74-SNAPSHOT</version>
<version>1.5.49</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.74-SNAPSHOT</version>
<version>1.5.49</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.74-SNAPSHOT</version>
<version>1.5.49</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.74-SNAPSHOT</version>
<version>1.5.49</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.74-SNAPSHOT</version>
<version>1.5.49</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.74-SNAPSHOT</version>
<version>1.5.49</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.74-SNAPSHOT</version>
<version>1.5.49</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.74-SNAPSHOT</version>
<version>1.5.49</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.74-SNAPSHOT</version>
<version>1.5.49</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>pluginbase</artifactId>
<version>1.5.74-SNAPSHOT</version>
<version>1.5.49</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion 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.74-SNAPSHOT</version>
<version>1.5.49</version>
<packaging>pom</packaging>
<description>This is the parent pom, no idea why this is being released</description>
<properties>
Expand Down

0 comments on commit cde87ad

Please sign in to comment.