Skip to content

Commit

Permalink
Release: 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed Feb 29, 2024
1 parent 168023f commit c76c99e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</parent>

<artifactId>goodies-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpfixture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</parent>

<artifactId>goodies-httpfixture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</parent>

<artifactId>goodies-i18n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lifecycle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</parent>

<artifactId>goodies-lifecycle</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<artifactId>goodies</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>

<url>https://github.com/sonatype/goodies</url>
<inceptionYear>2010</inceptionYear>
Expand Down Expand Up @@ -326,37 +326,37 @@
<dependency>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies-common</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies-httpfixture</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies-i18n</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies-lifecycle</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies-testsupport</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies-prefs</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion prefs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</parent>

<artifactId>goodies-prefs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</parent>

<artifactId>goodies-testsupport</artifactId>
Expand Down

0 comments on commit c76c99e

Please sign in to comment.