Skip to content

Commit

Permalink
[maven-release-plugin] prepare release openapi-validator-1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sbui-axway committed Nov 29, 2023
1 parent a11c7f8 commit 529e0a6
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,40 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.axway-api-management-plus.openapi-validator</groupId>
<artifactId>openapi-validator</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.6</version>
<name>openapi-validator</name>

<url>https://github.com/Axway-API-Management-Plus/openapi-validator</url>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>Chris Wiechmann</name>
<email>[email protected]</email>
<organization>Axway</organization>
<organizationUrl>http://www.axway.com</organizationUrl>
</developer>
</developers>
<developers>
<developer>
<name>Chris Wiechmann</name>
<email>[email protected]</email>
<organization>Axway</organization>
<organizationUrl>http://www.axway.com</organizationUrl>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/Axway-API-Management-Plus/openapi-validator.git</connection>
<developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/openapi-validator.git</developerConnection>
<url>https://github.com/Axway-API-Management-Plus/openapi-validator</url>
<tag>v1.6.6</tag>
<scm>
<connection>scm:git:https://github.com/Axway-API-Management-Plus/openapi-validator.git</connection>
<developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/openapi-validator.git</developerConnection>
<url>https://github.com/Axway-API-Management-Plus/openapi-validator</url>
<tag>v1.6.6</tag>
</scm>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub</name>
<url>https://github.com/Axway-API-Management-Plus/openapi-validator</url>
</repository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 529e0a6

Please sign in to comment.