Skip to content

Commit e4bd53c

Browse files
authored
Update README.md
1 parent 1512ff8 commit e4bd53c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gp-maven-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Goals available for this plugin are below.
5757
### <a name="TOC-Usage-AddPlugin"></a>Adding Globalization Pipeline plugin
5858

5959
To integrate Globalization Pipeline plugin with a Maven build, add <plugin> section
60-
in pom.xml.
60+
in pom.xml, and replace version string `X.Y.Z` with an actual plug-in version.
6161

6262
```
6363
<project>
@@ -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.9</version>
71+
<version>X.Y.Z</version>
7272
</plugin>
7373
[...]
7474
</plugins>

0 commit comments

Comments
 (0)