Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored and dropwizard-committers committed Mar 6, 2024
1 parent f6194b7 commit 71d5de5
Show file tree
Hide file tree
Showing 42 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-project</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/conscrypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.documentation</groupId>
<artifactId>examples-parent</artifactId>
<version>3.0.0-beta.2</version>
<version>3.0.7</version>
</parent>

<artifactId>example-conscrypt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.dropwizard.documentation</groupId>
<artifactId>examples-parent</artifactId>
<version>3.0.0-beta.2</version>
<version>3.0.7</version>
</parent>

<artifactId>examples-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/examples/getting-started/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard.documentation</groupId>
<artifactId>examples-parent</artifactId>
<version>3.0.0-beta.2</version>
<version>3.0.7</version>
</parent>

<artifactId>example-getting-started</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.dropwizard.documentation</groupId>
<artifactId>examples-parent</artifactId>
<version>3.0.0-beta.2</version>
<version>3.0.7</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/views/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.dropwizard.documentation</groupId>
<artifactId>examples-parent</artifactId>
<version>3.0.0-beta.2</version>
<version>3.0.7</version>
</parent>

<artifactId>examples-views</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-assets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dropwizard-parent</artifactId>
<groupId>io.dropwizard</groupId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
60 changes: 30 additions & 30 deletions dropwizard-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-project</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</parent>

<artifactId>dropwizard-bom</artifactId>
Expand All @@ -20,147 +20,147 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-auth</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-configuration</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-db</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-forms</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jackson</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi3</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jersey</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jetty</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-lifecycle</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-logging</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics-graphite</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-migrations</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-request-logging</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-json-logging</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-servlets</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-util</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-validation</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-views</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-views-freemarker</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-views-mustache</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-http2</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-health</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-unix-socket</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions dropwizard-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dropwizard-example</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<groupId>io.dropwizard</groupId>
<name>Dropwizard Example Application</name>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-http2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<relativePath>../dropwizard-parent</relativePath>
</parent>

Expand Down

0 comments on commit 71d5de5

Please sign in to comment.