Skip to content

Commit 5c1bf55

Browse files
author
eugenp
committed
minor cleanup work
1 parent ae33aa6 commit 5c1bf55

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

feign/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.baeldung.feign</groupId>
86
<artifactId>feign-client</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
107

118
<parent>
129
<groupId>com.baeldung</groupId>

0 commit comments

Comments
 (0)