Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed May 26, 2024
1 parent bc4412e commit 10a5474
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion isopret-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>isopret-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion isopret-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>isopret-core</artifactId>
Expand Down
1 change: 0 additions & 1 deletion isopret-core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
exports org.jax.isopret.visualization;
exports org.jax.isopret.core;
exports org.jax.isopret.core.impl.interpro;
//exports org.jax.isopret.core.impl.hgnc;
exports org.jax.isopret.core.impl.go;
exports org.jax.isopret.core.impl.hgnc;

Expand Down
2 changes: 1 addition & 1 deletion isopret-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>isopret-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion isopret-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>isopret-exception</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion isopret-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>isopret-gui</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions isopret-gui/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
exports org.jax.isopret.gui.service.impl to spring.beans, spring.core;
exports org.jax.isopret.gui.controller to spring.beans, spring.context;



opens org.jax.isopret.gui to spring.core;
opens org.jax.isopret.gui.configuration to spring.core;
opens org.jax.isopret.gui.controller to spring.core;
Expand Down
2 changes: 1 addition & 1 deletion isopret-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>
<packaging>jar</packaging>
<artifactId>isopret-io</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</parent>
<groupId>org.jax.isopret</groupId>
<artifactId>isopret</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<modules>
<module>isopret-core</module>
<module>isopret-cli</module>
Expand Down Expand Up @@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.6.3</version>
<configuration>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<doclint>none</doclint>
Expand All @@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -160,7 +160,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -169,7 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.2.3</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -179,7 +179,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
<version>2.16.2</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>
Expand Down

0 comments on commit 10a5474

Please sign in to comment.