Skip to content

Commit dde24ac

Browse files
committed
fix(pom): pom version
1 parent f1e44e1 commit dde24ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

feign-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>com.admin4j</groupId>
66
<artifactId>framework</artifactId>
7-
<version>0.9.0-SNAPSHOT</version>
7+
<version>0.9.0</version>
88
</parent>
99

1010
<groupId>com.admin4j.framework</groupId>

0 commit comments

Comments
 (0)