Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit fe592c6

Browse files
authored
Release 1.0.0 (#188)
1 parent 8d2a3ea commit fe592c6

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ p4rt-bash:
8080
cd ../scenarios && docker-compose exec p4rt /bin/bash
8181

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

8585
app-reload:
86-
${onos_tools_dir}/onos-app localhost reinstall! app/target/up4-app-1.0.0-rc1.oar
86+
${onos_tools_dir}/onos-app localhost reinstall! app/target/up4-app-1.0.0.oar

app/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.omecproject</groupId>
1313
<artifactId>up4</artifactId>
14-
<version>1.0.0-rc1</version>
14+
<version>1.0.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

app/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.omecproject</groupId>
1313
<artifactId>up4</artifactId>
14-
<version>1.0.0-rc1</version>
14+
<version>1.0.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>org.omecproject</groupId>
1818
<artifactId>up4</artifactId>
19-
<version>1.0.0-rc1</version>
19+
<version>1.0.0</version>
2020
<packaging>pom</packaging>
2121

2222
<description>UP4 Control app</description>

scenarios/setup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<step name="Up4-App-Wait-For-Uninstalled" requires="^"
4848
exec="docker-log-grep ${ODI} 'Application org.omecproject.up4 has been uninstalled'"/>
4949
<step name="Up4-Oar-Exists" requires="^"
50-
exec="test -f ${UP4_ROOT}/app/app/target/up4-app-1.0.0-rc1.oar"/>
50+
exec="test -f ${UP4_ROOT}/app/app/target/up4-app-1.0.0.oar"/>
5151
<step name="Up4-App-Install-Local-Build" requires="^" delay="5"
52-
exec="onos-app ${OCI} reinstall! ${UP4_ROOT}/app/app/target/up4-app-1.0.0-rc1.oar"/>
52+
exec="onos-app ${OCI} reinstall! ${UP4_ROOT}/app/app/target/up4-app-1.0.0.oar"/>
5353

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

0 commit comments

Comments
 (0)