Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimabarbul committed Dec 22, 2024
1 parent 577cf13 commit 93bbde6
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.2.0-SNAPSHOT</version>
<version>1.2.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-11-30T14:21:37Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-22T12:05:14Z</project.build.outputTimestamp>
<maven.compiler.release>11</maven.compiler.release>
<wiremock.version>3.10.0</wiremock.version>
<swagger-valildator.version>2.44.1</swagger-valildator.version>
Expand All @@ -56,7 +56,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.2.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 93bbde6

Please sign in to comment.