Skip to content

Commit 679dc1b

Browse files
Update README.md
1 parent e21cd1e commit 679dc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Generate Diff
3434
```bash
3535
$ cd /path/to/cloudstack
3636
$ export COMMANDS=/path/to/acs-api-commands
37-
$ export OLD_RELEASE=4.12
38-
$ export NEW_RELEASE=4.13
37+
$ export OLD_RELEASE=4.13
38+
$ export NEW_RELEASE=4.14
3939
$ cp tools/apidoc/target/commands.xml $COMMANDS/${NEW_RELEASE}_commands.xml
4040
$ mkdir $COMMANDS/diff-${OLD_RELEASE//.}-${NEW_RELEASE//.}
4141
$ java -cp $HOME/.m2/repository/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.jar:$HOME/.m2/repository/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar:server/target/classes com.cloud.api.doc.ApiXmlDocReader -old $COMMANDS/${OLD_RELEASE}_commands.xml -new $COMMANDS/${NEW_RELEASE}_commands.xml -d $COMMANDS/diff-${OLD_RELEASE//.}-${NEW_RELEASE//.}

0 commit comments

Comments
 (0)