Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimabarbul committed Nov 30, 2024
1 parent d183690 commit 1f07579
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 @@ -22,15 +22,15 @@

<groupId>io.github.dimabarbul</groupId>
<artifactId>wiremock-openapi-validation-extension</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<name>WireMock OpenAPI validation extension</name>
<description>The extension allows to validate request and response against OpenAPI file.</description>
<url>https://github.com/dimabarbul/wiremock-openapi-validation-extension</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-08-13T15:05:19Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-30T14:16:54Z</project.build.outputTimestamp>
<maven.compiler.release>11</maven.compiler.release>
<wiremock.version>3.10.0</wiremock.version>
<developer.connection>scm:git:https://github.com/dimabarbul/wiremock-openapi-validation-extension.git</developer.connection>
Expand All @@ -55,7 +55,7 @@
<connection>scm:git:https://github.com/dimabarbul/wiremock-openapi-validation-extension.git</connection>
<developerConnection>${developer.connection}</developerConnection>
<url>https://github.com/dimabarbul/wiremock-openapi-validation-extension</url>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 1f07579

Please sign in to comment.