Skip to content

Commit

Permalink
Merge pull request #162 from henrypinkard/main
Browse files Browse the repository at this point in the history
Update build system dependency
  • Loading branch information
henrypinkard authored Jun 25, 2024
2 parents 2e8851a + 6075604 commit 9a2bc53
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.micro-manager.ndtiffstorage</groupId>
<artifactId>NDTiffStorage</artifactId>
<version>2.18.2</version>
<version>2.18.3</version>
<packaging>jar</packaging>
<name>NDTiff Storage file format</name>
<description>Java-based writer and reader used for NDTiffStorage format and NDRAM storage</description>
Expand Down Expand Up @@ -107,20 +107,13 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.15</version> <!-- apparently this needs to be exactly this version -->
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 9a2bc53

Please sign in to comment.