Skip to content

Commit d8b1661

Browse files
committed
There is no need to replace version with sed
There is the last SNAPSHOT version.
1 parent 0507305 commit d8b1661

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

maven-plugin-usage/README.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Here is a sequence of commands to run.
2222
------------------------------
2323
git clone https://github.com/windup/windup-quickstarts.git
2424
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
2625
mvn install -DskipTests
2726
------------------------------
2827

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

Comments
 (0)