Bumping cord-gui version to 1.2.2-SNAPSHOT
Change-Id: Ic458f1041f25f1246f1f7f1533406456c94366e3
Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
27 | </parent> | 27 | </parent> |
28 | 28 | ||
29 | <artifactId>cord-gui</artifactId> | 29 | <artifactId>cord-gui</artifactId> |
30 | - <version>1.2.1-SNAPSHOT</version> | 30 | + <version>1.2.2-SNAPSHOT</version> |
31 | <packaging>war</packaging> | 31 | <packaging>war</packaging> |
32 | 32 | ||
33 | <description>Demo CORD Subscriber Web GUI</description> | 33 | <description>Demo CORD Subscriber Web GUI</description> | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | 4 | ||
5 | export LISTENPORT=8080 | 5 | export LISTENPORT=8080 |
6 | export JETTY="-jar jetty-runner.jar" | 6 | export JETTY="-jar jetty-runner.jar" |
7 | -export CORD=./cord-gui-1.2.1-SNAPSHOT.war | 7 | +export CORD=./cord-gui-1.2.2-SNAPSHOT.war |
8 | export LOGDBG=-Dorg.onosproject.cord.gui.LEVEL=DEBUG | 8 | export LOGDBG=-Dorg.onosproject.cord.gui.LEVEL=DEBUG |
9 | export DEBUG="-Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n" | 9 | export DEBUG="-Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n" |
10 | export LOG=cord.log | 10 | export LOG=cord.log | ... | ... |
-
Please register or login to post a comment