Skip to content

Commit d1b1fd1

Browse files
authored
Merge pull request #956 from brendandburns/pom
Bring spring integration pom inline with other poms.
2 parents d238033 + 9588740 commit d1b1fd1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

spring/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>io.kubernetes</groupId>
5+
<artifactId>client-java-spring-integration</artifactId>
6+
<packaging>bundle</packaging>
7+
<name>client-java-spring-integration</name>
8+
<url>https://github.com/kubernetes-client/java</url>
9+
310
<parent>
411
<artifactId>client-java-parent</artifactId>
512
<groupId>io.kubernetes</groupId>
613
<version>8.0.3-SNAPSHOT</version>
714
</parent>
8-
<modelVersion>4.0.0</modelVersion>
9-
10-
<artifactId>client-java-spring-integration</artifactId>
1115

1216

1317
<dependencies>

0 commit comments

Comments
 (0)