Skip to content

Commit fb5e08e

Browse files
committed
[maven-release-plugin] prepare release openapi-validator-1.6.5
1 parent a321b6e commit fb5e08e

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

pom.xml

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<connection>scm:git:https://github.com/Axway-API-Management-Plus/openapi-validator.git</connection>
2929
<developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/openapi-validator.git</developerConnection>
3030
<url>https://github.com/Axway-API-Management-Plus/openapi-validator</url>
31-
<tag>v1.6.3</tag>
31+
<tag>v1.6.6</tag>
3232
</scm>
3333

3434
<properties>
@@ -57,11 +57,11 @@
5757
<artifactId>swagger-request-validator-core</artifactId>
5858
<version>2.39.0</version>
5959
</dependency>
60-
<dependency>
61-
<groupId>org.slf4j</groupId>
62-
<artifactId>slf4j-simple</artifactId>
63-
<version>1.7.30</version>
64-
</dependency>
60+
<dependency>
61+
<groupId>org.slf4j</groupId>
62+
<artifactId>slf4j-simple</artifactId>
63+
<version>1.7.30</version>
64+
</dependency>
6565
<dependency>
6666
<groupId>com.axway.apigw</groupId>
6767
<artifactId>apigw-common</artifactId>
@@ -87,74 +87,74 @@
8787
<artifactId>vordel-api-model</artifactId>
8888
<version>${apigateway.version}</version>
8989
</dependency>
90-
<dependency>
91-
<groupId>com.fasterxml.jackson.core</groupId>
92-
<artifactId>jackson-core</artifactId>
93-
<version>2.13.2</version>
94-
<scope>provided</scope>
95-
</dependency>
96-
<dependency>
97-
<groupId>com.fasterxml.jackson.core</groupId>
98-
<artifactId>jackson-databind</artifactId>
99-
<version>2.13.2.1</version>
100-
<scope>provided</scope>
101-
</dependency>
90+
<dependency>
91+
<groupId>com.fasterxml.jackson.core</groupId>
92+
<artifactId>jackson-core</artifactId>
93+
<version>2.13.2</version>
94+
<scope>provided</scope>
95+
</dependency>
96+
<dependency>
97+
<groupId>com.fasterxml.jackson.core</groupId>
98+
<artifactId>jackson-databind</artifactId>
99+
<version>2.13.2.1</version>
100+
<scope>provided</scope>
101+
</dependency>
102102

103103
<dependency>
104104
<groupId>org.testng</groupId>
105105
<artifactId>testng</artifactId>
106106
<version>7.4.0</version>
107107
<scope>test</scope>
108-
</dependency>
109-
<dependency>
110-
<groupId>org.mock-server</groupId>
111-
<artifactId>mockserver-netty</artifactId>
112-
<version>5.11.2</version>
113-
<scope>test</scope>
114-
</dependency>
115-
<dependency>
116-
<groupId>org.mock-server</groupId>
117-
<artifactId>mockserver-client-java</artifactId>
118-
<version>5.11.2</version>
119-
<scope>test</scope>
120-
</dependency>
108+
</dependency>
109+
<dependency>
110+
<groupId>org.mock-server</groupId>
111+
<artifactId>mockserver-netty</artifactId>
112+
<version>5.11.2</version>
113+
<scope>test</scope>
114+
</dependency>
115+
<dependency>
116+
<groupId>org.mock-server</groupId>
117+
<artifactId>mockserver-client-java</artifactId>
118+
<version>5.11.2</version>
119+
<scope>test</scope>
120+
</dependency>
121121

122122

123123
</dependencies>
124124
<build>
125-
<plugins>
126-
<plugin>
127-
<artifactId>maven-assembly-plugin</artifactId>
128-
<version>3.3.0</version>
129-
<executions>
130-
<execution>
131-
<id>distribution</id>
132-
<phase>package</phase>
133-
<goals>
134-
<goal>single</goal>
135-
</goals>
136-
<configuration>
137-
<finalName> axway-openapi-validator-${project.version}</finalName>
138-
<appendAssemblyId>false</appendAssemblyId>
139-
<descriptors>
140-
<descriptor>lib/dist-release.xml</descriptor>
141-
</descriptors>
142-
<attach>false</attach>
143-
<appendAssemblyId>false</appendAssemblyId>
144-
</configuration>
145-
</execution>
146-
</executions>
147-
</plugin>
148-
<plugin>
149-
<groupId>org.apache.maven.plugins</groupId>
150-
<artifactId>maven-compiler-plugin</artifactId>
151-
<version>3.8.0</version>
152-
<configuration>
153-
<source>1.8</source>
154-
<target>1.8</target>
155-
</configuration>
156-
</plugin>
157-
</plugins>
125+
<plugins>
126+
<plugin>
127+
<artifactId>maven-assembly-plugin</artifactId>
128+
<version>3.3.0</version>
129+
<executions>
130+
<execution>
131+
<id>distribution</id>
132+
<phase>package</phase>
133+
<goals>
134+
<goal>single</goal>
135+
</goals>
136+
<configuration>
137+
<finalName> axway-openapi-validator-${project.version}</finalName>
138+
<appendAssemblyId>false</appendAssemblyId>
139+
<descriptors>
140+
<descriptor>lib/dist-release.xml</descriptor>
141+
</descriptors>
142+
<attach>false</attach>
143+
<appendAssemblyId>false</appendAssemblyId>
144+
</configuration>
145+
</execution>
146+
</executions>
147+
</plugin>
148+
<plugin>
149+
<groupId>org.apache.maven.plugins</groupId>
150+
<artifactId>maven-compiler-plugin</artifactId>
151+
<version>3.8.0</version>
152+
<configuration>
153+
<source>1.8</source>
154+
<target>1.8</target>
155+
</configuration>
156+
</plugin>
157+
</plugins>
158158

159159
<pluginManagement>
160160
<plugins>

0 commit comments

Comments
 (0)