Skip to content

Commit 0e24b8d

Browse files
[maven-release-plugin] prepare release java-wrapper-1.0.3
1 parent d85c0fc commit 0e24b8d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
76
<packaging>jar</packaging>
87
<name>Watson Developer Cloud Java Wrapper</name>
98
<description>Watson Developer Cloud Java Wrapper</description>
@@ -72,7 +71,7 @@
7271
<connection>SSH</connection>
7372
<developerConnection>scm:git:[email protected]:watson-developer-cloud/java-wrapper.git</developerConnection>
7473
<url>https://github.com/watson-developer-cloud/java-wrapper</url>
75-
<tag>HEAD</tag>
74+
<tag>java-wrapper-1.0.3</tag>
7675
</scm>
7776
<build>
7877
<plugins>

0 commit comments

Comments
 (0)