Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed Jun 20, 2024
1 parent 10a5474 commit 897ce88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions isopret-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
<mainClass>org.jax.isopret.gui.StockUiApplication</mainClass>
</configuration>
</plugin>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<configuration>
<mainClass>org.jax.isopret.gui.StockUiApplication</mainClass>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
4 changes: 2 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ BUILD_DIR=${SRC_DIR}/target
JAR_NAME="isopret-gui.jar"
VENDOR="The Jackson Laboratory"
DESCRIPTION="Isopret-gui is a Java application for investigating and visualizing overrepresentation of Gene Ontology (GO) annotations in differentially spliced or differentially expressed genes."
COPYRIGHT="Copyright 2022, All rights reserved"
ICON="${BUILD_DIR}/classes/img/dna_rna_icon"
COPYRIGHT="Copyright 2024, All rights reserved"
ICON="${BUILD_DIR}/classes/img/dna_rna_icon.ico"


function detect_platform() {
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
</execution>
</executions>
</plugin>

</plugins>
</build>
</project>

0 comments on commit 897ce88

Please sign in to comment.