Skip to content

Commit

Permalink
Release: 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed Oct 13, 2023
1 parent c2c8a6b commit 6219046
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.7-SNAPSHOT</version>
<version>2.3.7</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.7-SNAPSHOT</version>
<version>2.3.7</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.7-SNAPSHOT</version>
<version>2.3.7</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.7-SNAPSHOT</version>
<version>2.3.7</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.7-SNAPSHOT</version>
<version>2.3.7</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.7-SNAPSHOT</version>
<version>2.3.7</version>
</dependency>

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

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

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

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

<dependency>
<groupId>org.sonatype.goodies</groupId>
<artifactId>goodies-prefs</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</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.7-SNAPSHOT</version>
<version>2.3.7</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.7-SNAPSHOT</version>
<version>2.3.7</version>
</parent>

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

0 comments on commit 6219046

Please sign in to comment.