Skip to content

Commit 6afac54

Browse files
committed
[maven-release-plugin] prepare release openapi-validator-1.6.5
1 parent d621d95 commit 6afac54

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.axway-api-management-plus.openapi-validator</groupId>
55
<artifactId>openapi-validator</artifactId>
6-
<version>1.6.5-SNAPSHOT</version>
6+
<version>1.6.5</version>
77
<name>openapi-validator</name>
88

99
<url>https://github.com/Axway-API-Management-Plus/openapi-validator</url>
@@ -35,7 +35,7 @@
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<maven.compiler.source>1.8</maven.compiler.source>
3737
<maven.compiler.target>1.8</maven.compiler.target>
38-
<apigateway.version>7.7.20200930</apigateway.version>
38+
<apigateway.version>7.7.20230228</apigateway.version>
3939
</properties>
4040

4141
<repositories>
@@ -82,7 +82,7 @@
8282
<artifactId>vordel-core-runtime</artifactId>
8383
<version>${apigateway.version}</version>
8484
</dependency>
85-
85+
8686
<dependency>
8787
<groupId>com.fasterxml.jackson.core</groupId>
8888
<artifactId>jackson-core</artifactId>
@@ -141,6 +141,15 @@
141141
</execution>
142142
</executions>
143143
</plugin>
144+
<plugin>
145+
<groupId>org.apache.maven.plugins</groupId>
146+
<artifactId>maven-compiler-plugin</artifactId>
147+
<version>3.8.0</version>
148+
<configuration>
149+
<source>1.8</source>
150+
<target>1.8</target>
151+
</configuration>
152+
</plugin>
144153
</plugins>
145154

146155
<pluginManagement>

0 commit comments

Comments
 (0)