Skip to content

Commit

Permalink
Release 1.0.0 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccascone authored Oct 13, 2021
1 parent 8d2a3ea commit fe592c6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ p4rt-bash:
cd ../scenarios && docker-compose exec p4rt /bin/bash

app-load:
${onos_tools_dir}/onos-app localhost install! app/target/up4-app-1.0.0-rc1.oar
${onos_tools_dir}/onos-app localhost install! app/target/up4-app-1.0.0.oar

app-reload:
${onos_tools_dir}/onos-app localhost reinstall! app/target/up4-app-1.0.0-rc1.oar
${onos_tools_dir}/onos-app localhost reinstall! app/target/up4-app-1.0.0.oar
2 changes: 1 addition & 1 deletion app/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.omecproject</groupId>
<artifactId>up4</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion app/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.omecproject</groupId>
<artifactId>up4</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>org.omecproject</groupId>
<artifactId>up4</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>UP4 Control app</description>
Expand Down
4 changes: 2 additions & 2 deletions scenarios/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<step name="Up4-App-Wait-For-Uninstalled" requires="^"
exec="docker-log-grep ${ODI} 'Application org.omecproject.up4 has been uninstalled'"/>
<step name="Up4-Oar-Exists" requires="^"
exec="test -f ${UP4_ROOT}/app/app/target/up4-app-1.0.0-rc1.oar"/>
exec="test -f ${UP4_ROOT}/app/app/target/up4-app-1.0.0.oar"/>
<step name="Up4-App-Install-Local-Build" requires="^" delay="5"
exec="onos-app ${OCI} reinstall! ${UP4_ROOT}/app/app/target/up4-app-1.0.0-rc1.oar"/>
exec="onos-app ${OCI} reinstall! ${UP4_ROOT}/app/app/target/up4-app-1.0.0.oar"/>

<parallel var="${OD#}">
<!-- FIXME: ${OC#} pointing to the same instance localhost, should we use a container that can resolve onos1/2/3 hostnames? -->
Expand Down

0 comments on commit fe592c6

Please sign in to comment.