Skip to content

Commit

Permalink
v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
WeltWeitBau committed Mar 12, 2024
1 parent 9daf2d7 commit 3f45b00
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 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>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<packaging>jar</packaging>
<name>Bdb</name>
Expand Down
2 changes: 1 addition & 1 deletion BimServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
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>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<properties>
<cxf.version>3.3.2</cxf.version>
Expand Down
2 changes: 1 addition & 1 deletion BimServerJar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
10 changes: 5 additions & 5 deletions BimServerWar/.settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<wb-resource deploy-path="/WEB-INF/web.xml" source-path="/web.xml"/>
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<dependent-module archiveName="bimserver-1.3.6.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServer/BimServer">
<dependent-module archiveName="bimserver-1.3.7.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServer/BimServer">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="bimserverclientlib-1.3.6.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServerClientLib/BimServerClientLib">
<dependent-module archiveName="bimserverclientlib-1.3.7.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServerClientLib/BimServerClientLib">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="shared-1.3.6.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Shared/Shared">
<dependent-module archiveName="shared-1.3.7.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Shared/Shared">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="pluginbase-1.3.6.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/PluginBase/PluginBase">
<dependent-module archiveName="pluginbase-1.3.7.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/PluginBase/PluginBase">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="bdb-1.3.6.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Bdb/Bdb">
<dependent-module archiveName="bdb-1.3.7.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Bdb/Bdb">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/BimServerWar/target/classes"/>
Expand Down
2 changes: 1 addition & 1 deletion BimServerWar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
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>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</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>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions Tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>ifcplugins</artifactId>
<version>0.0.101-SNAPSHOT</version>
<version>0.0.101</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
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>de.weltweitbau</groupId>
<artifactId>parent</artifactId>
<version>1.3.6</version>
<version>1.3.7</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 3f45b00

Please sign in to comment.