-
Notifications
You must be signed in to change notification settings - Fork 532
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 java-sdk-2.5.0
- Loading branch information
1 parent
f747045
commit 03ae99d
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<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> | ||
<groupId>com.ibm.watson.developer_cloud</groupId> | ||
<version>2.5.0-SNAPSHOT</version> | ||
<version>2.5.0</version> | ||
<packaging>jar</packaging> | ||
<artifactId>java-sdk</artifactId> | ||
<name>Watson Developer Cloud Java SDK</name> | ||
|
@@ -70,7 +70,7 @@ | |
<connection>SSH</connection> | ||
<developerConnection>scm:git:[email protected]:watson-developer-cloud/java-sdk.git</developerConnection> | ||
<url>https://github.com/watson-developer-cloud/java-sdk</url> | ||
<tag>HEAD</tag> | ||
<tag>java-sdk-2.5.0</tag> | ||
</scm> | ||
<build> | ||
<plugins> | ||
|