Skip to content

Commit

Permalink
Moved the Java8 bits to the main pom, preparing for a Maven Central r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
egonw committed Aug 31, 2024
1 parent f833874 commit fa72e16
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 34 deletions.
2 changes: 1 addition & 1 deletion org.bridgedb.bio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>3.1.2</version>
<version>3.1.2-java8</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>3.1.2</version>
<version>3.1.2-java8</version>
</parent>

<build>
Expand Down
6 changes: 3 additions & 3 deletions org.bridgedb.rdb.construct/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>3.1.2</version>
<version>3.1.2-java8</version>
</parent>

<build>
Expand Down Expand Up @@ -96,11 +96,11 @@
<artifactId>derbytools</artifactId>
<version>${derby.version}</version>
</dependency>
<dependency>
<!-- dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
<version>${derby.version}</version>
</dependency>
</dependency -->
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions org.bridgedb.rdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>3.1.2</version>
<version>3.1.2-java8</version>
</parent>

<build>
Expand Down Expand Up @@ -95,11 +95,11 @@
<artifactId>derbytools</artifactId>
<version>${derby.version}</version>
</dependency>
<dependency>
<!-- dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
<version>${derby.version}</version>
</dependency>
</dependency -->
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb.webservice.bridgerest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>3.1.2</version>
<version>3.1.2-java8</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.bridgedb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
<version>3.1.2</version>
<version>3.1.2-java8</version>
</parent>

<build>
Expand Down
6 changes: 3 additions & 3 deletions pom-java8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.bridgedb</groupId>
<artifactId>bridgedb-bundle-pv</artifactId>
<artifactId>bridgedb-bundle</artifactId>
<packaging>pom</packaging>
<version>3.1.2</version>
<version>3.1.2-java8</version>
<name>BridgeDb 4 PathVisio bundle</name>
<description>
BridgeDb is a framework for finding and mapping equivalent database
Expand Down Expand Up @@ -36,7 +36,7 @@
<rdf4j.version>3.7.7</rdf4j.version>
<servlet.version>2.5</servlet.version>
<slf4j.version>1.6.4</slf4j.version>
<derby.version>10.15.2.0</derby.version>
<derby.version>10.14.2.0</derby.version>
<junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider>
<junit5.jupiter.version>5.10.0</junit5.jupiter.version>
<junit5.excludeGroups>mysql</junit5.excludeGroups>
Expand Down
31 changes: 10 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.bridgedb</groupId>
<artifactId>bridgedb-bundle</artifactId>
<packaging>pom</packaging>
<version>3.1.2</version>
<version>3.1.2-java8</version>
<name>BridgeDb bundle</name>
<description>
BridgeDb is a framework for finding and mapping equivalent database
Expand All @@ -17,28 +17,9 @@
<module>org.bridgedb</module>
<module>org.bridgedb.bio</module>
<module>org.bridgedb.gui</module>
<module>org.bridgedb.utils</module>
<module>org.bridgedb.sql</module>
<module>org.bridgedb.ws.core</module>
<module>org.bridgedb.ws.server</module>
<module>org.bridgedb.ws.client</module>
<module>org.bridgedb.rdf</module>
<module>org.bridgedb.uri.api</module>
<module>org.bridgedb.uri.sql</module>
<module>org.bridgedb.uri.loader</module>
<module>org.bridgedb.uri.ws.core</module>
<module>org.bridgedb.uri.ws.server</module>
<module>org.bridgedb.uri.ws.client</module>
<module>org.bridgedb.rdb</module>
<module>org.bridgedb.rdb.construct</module>
<module>org.bridgedb.webservice.bridgerest</module>
<module>org.bridgedb.webservice.biomart</module>
<module>org.bridgedb.tools.batchmapper</module>
<module>org.bridgedb.tools.qc</module>
<module>org.bridgedb.tools.voidtool</module>
<module>org.bridgedb.tools.info</module>
<module>org.bridgedb.file.orthoxml</module>
<module>examples</module>
</modules>

<properties>
Expand All @@ -55,7 +36,7 @@
<rdf4j.version>4.3.8</rdf4j.version>
<servlet.version>2.5</servlet.version>
<slf4j.version>2.0.9</slf4j.version>
<derby.version>10.15.2.0</derby.version>
<derby.version>10.14.2.0</derby.version>
<junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider>
<junit5.jupiter.version>5.10.1</junit5.jupiter.version>
<junit5.excludeGroups>mysql</junit5.excludeGroups>
Expand Down Expand Up @@ -317,4 +298,12 @@
<url>https://github.com/bridgedb/BridgeDb/issues</url>
</issueManagement>

<repositories>
<repository>
<id>mvnrepository</id>
<name>MVN Repository</name>
<url>https://mvnrepository.com/artifact/</url>
</repository>
</repositories>

</project>

0 comments on commit fa72e16

Please sign in to comment.