Skip to content

Commit

Permalink
Update to Groovy 4.0.18
Browse files Browse the repository at this point in the history
The groupId changed.
  • Loading branch information
ctrueden committed Feb 27, 2024
1 parent 09cd644 commit 708cc0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>31.1.0</version>
<version>37.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -84,8 +84,8 @@
<license.projectName>SciJava Common shared library for SciJava software.</license.projectName>
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>

<groovy.version>2.4.10</groovy.version>
<ivy.version>2.4.0</ivy.version>
<groovy.version>4.0.18</groovy.version>
<ivy.version>2.5.2</ivy.version>

<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
Expand All @@ -100,7 +100,7 @@

<!-- Third party dependencies -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
</dependency>
Expand Down

0 comments on commit 708cc0b

Please sign in to comment.