Skip to content

Commit cbf9c49

Browse files
update to 0.1.7
1 parent a9df31b commit cbf9c49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sourceCompatibility = 1.6
66
targetCompatibility = 1.6
77
group = 'com.ibm.watson.developercloud'
88
archivesBaseName = 'watson-developer-cloud'
9-
version = '0.1.6'
9+
version = '0.1.7'
1010

1111
description = 'Watson Developer Cloud Java Wrapper'
1212

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.ibm.watson.developer_cloud</groupId>
5-
<version>0.1.6-SNAPSHOT</version>
5+
<version>0.1.7-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>Watson Developer Cloud Java Wrapper</name>
88
<description>Watson Developer Cloud Java Wrapper</description>
@@ -76,7 +76,7 @@
7676
<connection>scm:git:git://github.com/watson-developer-cloud/java-wrapper.git</connection>
7777
<developerConnection>scm:git:git@github.com:watson-developer-cloud/java-wrapper.git</developerConnection>
7878
<url>https://github.com/watson-developer-cloud/java-wrapper</url>
79-
<tag>HEAD</tag>
79+
<tag>java-wrapper-0.1.6</tag>
8080
</scm>
8181
<build>
8282
<plugins>

0 commit comments

Comments
 (0)