We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1512ff8 commit e4bd53cCopy full SHA for e4bd53c
1 file changed
gp-maven-plugin/README.md
@@ -57,7 +57,7 @@ Goals available for this plugin are below.
57
### <a name="TOC-Usage-AddPlugin"></a>Adding Globalization Pipeline plugin
58
59
To integrate Globalization Pipeline plugin with a Maven build, add <plugin> section
60
-in pom.xml.
+in pom.xml, and replace version string `X.Y.Z` with an actual plug-in version.
61
62
```
63
<project>
@@ -68,7 +68,7 @@ in pom.xml.
68
<plugin>
69
<groupId>com.ibm.g11n.pipeline</groupId>
70
<artifactId>gp-maven-plugin</artifactId>
71
- <version>1.1.9</version>
+ <version>X.Y.Z</version>
72
</plugin>
73
[...]
74
</plugins>
0 commit comments