-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release client-java-0.1
- Loading branch information
Lars Wander
committed
Aug 11, 2017
1 parent
1ab62ea
commit a342c3c
Showing
4 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
<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"> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>client-java</artifactId> | ||
<groupId>io.kubernetes</groupId> | ||
<version>0.1-SNAPSHOT</version> | ||
<version>0.1</version> | ||
<packaging>pom</packaging> | ||
<name>Kubernetes Client API</name> | ||
<url>https://github.com/kubernetes-client/java</url> | ||
|
@@ -20,6 +18,7 @@ | |
<connection>scm:git:[email protected]:kubernetes-client/java.git</connection> | ||
<developerConnection>scm:git:[email protected]:kubernetes-client/java.git</developerConnection> | ||
<url>https://github.com/kubernetes-client/java</url> | ||
<tag>client-java-0.1</tag> | ||
</scm> | ||
|
||
<prerequisites> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters