Skip to content

Commit d5c349a

Browse files
committed
Update release howto
1 parent 3a61039 commit d5c349a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ The release happens in two phases:
112112
echo "Press enter to continue..."
113113
read
114114
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION.$BUILDQUALIFIER
115-
sed -i -e "s/$VERSION.qualifier/$VERSION.$BUILDQUALIFIER/" net.sourceforge.pmd.eclipse.p2updatesite/category.xml
116115
git commit -a -m "Prepare release pmd-eclipse-plugin $VERSION.$BUILDQUALIFIER"
117116
git tag $VERSION.$BUILDQUALIFIER
118117
echo "Create (temporary) release branch"
@@ -128,7 +127,6 @@ The release happens in two phases:
128127

129128
echo "Updating version in master to next"
130129
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$NEXT-SNAPSHOT
131-
sed -i -e "s/$VERSION.$BUILDQUALIFIER/$NEXT.qualifier/" net.sourceforge.pmd.eclipse.p2updatesite/category.xml
132130
git commit -a -m "Prepare next pmd-eclipse-plugin development version $NEXT-SNAPSHOT"
133131

134132
echo Checkout the release branch and build the plugin
@@ -139,7 +137,7 @@ The release happens in two phases:
139137
echo
140138
echo "Please test now!!!"
141139
echo
142-
echo Update-Site: file://`pwd`/net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-$VERSION.$BUILDQUALIFIER.zip
140+
echo "Update-site: jar:file:$(pwd)/net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-$VERSION.$BUILDQUALIFIER.zip!/"
143141
echo
144142
read
145143

0 commit comments

Comments
 (0)