Skip to content

Commit

Permalink
Forked Version Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
WeltWeitBau committed Nov 18, 2021
1 parent bd936e9 commit 60df935
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions BimServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>bimserver</artifactId>
<parent>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -103,9 +103,9 @@
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>bimserverclientlib</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down
6 changes: 3 additions & 3 deletions BimServerClientLib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>bimserverclientlib</artifactId>
<parent>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</parent>
<properties>
<jetty.version>9.4.19.v20190610</jetty.version>
Expand Down Expand Up @@ -46,7 +46,7 @@
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>shared</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions BimServerJar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<artifactId>bimserverjar</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</parent>
<properties>
<jetty.version>9.4.19.v20190610</jetty.version>
Expand Down Expand Up @@ -65,9 +65,9 @@
</build>
<dependencies>
<dependency>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
8 changes: 4 additions & 4 deletions BimServerWar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<artifactId>bimserverwar</artifactId>
<packaging>war</packaging>
<parent>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -85,9 +85,9 @@
</build>
<dependencies>
<dependency>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
4 changes: 2 additions & 2 deletions PluginBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<artifactId>pluginbase</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
6 changes: 3 additions & 3 deletions Shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>shared</artifactId>
<parent>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -53,7 +53,7 @@
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>pluginbase</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions Tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>tests</artifactId>
<parent>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -43,9 +43,9 @@
<version>20140925</version>
</dependency>
<dependency>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>bimserverjar</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.opensourcebim</groupId>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.5.182</version>
<version>0.0.0</version>
<packaging>pom</packaging>
<description>This is the parent pom, no idea why this is being released</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<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>v1.5.182</tag>
<url>https://github.com/WeltWeitBau/BIMserver.git</url>
<connection>scm:git:https://github.com/WeltWeitBau/BIMserver.git</connection>
<developerConnection>scm:git:https://github.com/WeltWeitBau/BIMserver.git</developerConnection>
<tag>v0.0.0</tag>
</scm>
<organization>
<name>OpenSource BIM</name>
Expand Down

0 comments on commit 60df935

Please sign in to comment.