Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Apr 28, 2024
1 parent e686606 commit 193e8f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dropwizard-jakarta-xml-ws-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<parent>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-jakarta-xml-ws-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dropwizard-jakarta-xml-ws-example</artifactId>
<version>0.11.0 </version>
<name>Dropwizard Jakarta XML Web Services Example Application</name>

<properties>
Expand All @@ -23,7 +24,7 @@
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-jakarta-xml-ws</artifactId>
<version>${project.version}</version>
<version>0.11.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-jakarta-xml-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-jakarta-xml-ws-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>dropwizard-jakarta-xml-ws-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.11.0</version>
<packaging>pom</packaging>

<name>Dropwizard Jakarta XML Web Services</name>
Expand Down Expand Up @@ -80,7 +80,7 @@
<connection>scm:git:https://github.com/kiwiproject/dropwizard-jakarta-xml-ws.git</connection>
<developerConnection>scm:git:git@github.com:kiwiproject/dropwizard-jakarta-xml-ws.git</developerConnection>
<url>https://github.com/kiwiproject/dropwizard-jakarta-xml-ws</url>
<tag>HEAD</tag>
<tag>v0.11.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 193e8f2

Please sign in to comment.