We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0507305 commit d8b1661Copy full SHA for d8b1661
maven-plugin-usage/README.adoc
@@ -22,8 +22,6 @@ Here is a sequence of commands to run.
22
------------------------------
23
git clone https://github.com/windup/windup-quickstarts.git
24
cd windup-quickstarts/maven-plugin-usage
25
-sed -i -- 's#<version.windup>2.*/version.windup>#<version.windup>2.5.0.Final</version.windup>#g' pom.xml
26
mvn install -DskipTests
27
28
29
-The `sed` command replaces the version in `pom.xml` with 2.5.0.Final. Change that to the latest Windup release.
0 commit comments