Skip to content

Commit

Permalink
[maven-release-plugin] prepare release module-parent-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored and dropwizard-committers committed Feb 1, 2024
1 parent 909cd7b commit 0f2c2e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.dropwizard.modules</groupId>
<artifactId>module-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<name>Dropwizard Module Parent</name>
<description>Common baseline for Dropwizard modules</description>
Expand All @@ -19,7 +19,7 @@
<developerConnection>scm:git:git@github.com:dropwizard/${repository.name}.git</developerConnection>
<connection>scm:git:https://github.com/dropwizard/${repository.name}.git</connection>
<url>https://github.com/dropwizard/${repository.name}</url>
<tag>HEAD</tag>
<tag>module-parent-2.1.0</tag>
</scm>
<organization>
<name>Dropwizard</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<project.build.outputTimestamp>2023-12-09T12:28:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-01T15:51:23Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sonar.organization>dropwizard</sonar.organization>
Expand Down

0 comments on commit 0f2c2e7

Please sign in to comment.