Skip to content

Commit 1f07579

Browse files
committed
[maven-release-plugin] prepare release 1.1.0
1 parent d183690 commit 1f07579

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
<groupId>io.github.dimabarbul</groupId>
2424
<artifactId>wiremock-openapi-validation-extension</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626

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

3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33-
<project.build.outputTimestamp>2024-08-13T15:05:19Z</project.build.outputTimestamp>
33+
<project.build.outputTimestamp>2024-11-30T14:16:54Z</project.build.outputTimestamp>
3434
<maven.compiler.release>11</maven.compiler.release>
3535
<wiremock.version>3.10.0</wiremock.version>
3636
<developer.connection>scm:git:https://github.com/dimabarbul/wiremock-openapi-validation-extension.git</developer.connection>
@@ -55,7 +55,7 @@
5555
<connection>scm:git:https://github.com/dimabarbul/wiremock-openapi-validation-extension.git</connection>
5656
<developerConnection>${developer.connection}</developerConnection>
5757
<url>https://github.com/dimabarbul/wiremock-openapi-validation-extension</url>
58-
<tag>HEAD</tag>
58+
<tag>1.1.0</tag>
5959
</scm>
6060

6161
<dependencies>

0 commit comments

Comments
 (0)