Skip to content

Commit e1a7bf1

Browse files
authored
Updated plugin version referneces in user guide
Update plugin version references from 1.1.3 to 1.1.4 in the user guide.
1 parent 8c387dc commit e1a7bf1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gp-maven-plugin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Globalization Pipeline Maven Plugin User Guide
22
<!--
33
/*
4-
* Copyright IBM Corp. 2016
4+
* Copyright IBM Corp. 2016, 2017
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -68,7 +68,7 @@ in pom.xml.
6868
<plugin>
6969
<groupId>com.ibm.g11n.pipeline</groupId>
7070
<artifactId>gp-maven-plugin</artifactId>
71-
<version>1.1.3</version>
71+
<version>1.1.4</version>
7272
</plugin>
7373
[...]
7474
</plugins>
@@ -112,7 +112,7 @@ as below.
112112
<plugin>
113113
<groupId>com.ibm.g11n.pipeline</groupId>
114114
<artifactId>gp-maven-plugin</artifactId>
115-
<version>1.1.3</version>
115+
<version>1.1.4</version>
116116
<configuration>
117117
<credentials>
118118
<url>https://gp-rest.ng.bluemix.net/translate/rest</url>
@@ -191,7 +191,7 @@ you can add `<execution>' element as below.
191191
<plugin>
192192
<groupId>com.ibm.g11n.pipeline</groupId>
193193
<artifactId>gp-maven-plugin</artifactId>
194-
<version>1.1.3-SNAPSHOT</version>
194+
<version>1.1.4</version>
195195
<executions>
196196
<execution>
197197
<goals>

0 commit comments

Comments
 (0)