Skip to content

Commit 322e18d

Browse files
committed
POM: update parent to pom-scijava 29.2.0
1 parent 25b056d commit 322e18d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>29.0.0-beta-3</version>
8+
<version>29.2.0</version>
99
<relativePath />
1010
</parent>
1111

1212
<artifactId>scijava-plugins-io-table</artifactId>
13-
<version>0.2.1-SNAPSHOT</version>
13+
<version>0.3.0-SNAPSHOT</version>
1414

1515
<name>SciJava IO Plugin: Tables</name>
1616
<description>I/O plugins for SciJava table objects.</description>
@@ -95,8 +95,7 @@ Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
9595

9696
<!-- NB: Deploy releases to the SciJava Maven repository. -->
9797
<releaseProfiles>deploy-to-scijava</releaseProfiles>
98-
<scijava-table.version>0.6.0</scijava-table.version>
99-
<scijava-optional.version>1.0.0</scijava-optional.version>
98+
<scijava-table.version>0.6.1</scijava-table.version>
10099
</properties>
101100

102101
<dependencies>
@@ -111,7 +110,6 @@ Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
111110
<dependency>
112111
<groupId>org.scijava</groupId>
113112
<artifactId>scijava-optional</artifactId>
114-
<version>${scijava-optional.version}</version>
115113
</dependency>
116114

117115
<!-- Test scope dependencies -->

0 commit comments

Comments
 (0)