Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Brian O'Connor
2015-09-04 23:47:08 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
004345f6c8e52db281da125a9308add8d8f7a506
004345f6
1 parent
858a846b
Tagging 1.3.0-rc1
Change-Id: I640fc75397b90532e8a71f9413b6822f80b3e775
Show whitespace changes
Inline
Side-by-side
Showing
119 changed files
with
126 additions
and
126 deletions
apps/aaa/pom.xml
apps/acl/pom.xml
apps/bgprouter/pom.xml
apps/cip/pom.xml
apps/config/pom.xml
apps/cordfabric/pom.xml
apps/demo/cord-gui/pom.xml
apps/demo/cord-gui/src/scripts/pullwar.sh
apps/demo/cord-gui/src/scripts/run.me
apps/dhcp/pom.xml
apps/flowanalyzer/pom.xml
apps/fwd/pom.xml
apps/metrics/pom.xml
apps/mobility/pom.xml
apps/olt/pom.xml
apps/optical/pom.xml
apps/pcep-api/pom.xml
apps/pom.xml
apps/proxyarp/pom.xml
apps/reactive-routing/pom.xml
apps/routing-api/pom.xml
apps/routing/pom.xml
apps/sdnip/pom.xml
apps/segmentrouting/pom.xml
apps/test/demo/pom.xml
apps/test/distributed-primitives/pom.xml
apps/test/election/pom.xml
apps/test/intent-perf/pom.xml
apps/test/messaging-perf/pom.xml
apps/test/pom.xml
apps/virtualbng/pom.xml
apps/vtn/pom.xml
apps/vtnrsc/pom.xml
apps/vtnweb/pom.xml
apps/xos-integration/pom.xml
cli/pom.xml
core/api/pom.xml
core/common/pom.xml
core/net/pom.xml
core/net/src/main/java/org/onosproject/core/impl/CoreManager.java
core/pom.xml
core/security/pom.xml
core/store/dist/pom.xml
core/store/pom.xml
core/store/serializers/pom.xml
docs/external.xml
docs/internal.xml
drivers/pom.xml
features/pom.xml
incubator/api/pom.xml
incubator/net/pom.xml
incubator/pom.xml
incubator/store/pom.xml
openflow/api/pom.xml
openflow/ctl/pom.xml
openflow/pom.xml
ovsdb/api/pom.xml
ovsdb/ctl/pom.xml
ovsdb/pom.xml
ovsdb/rfc/pom.xml
pcep/api/pom.xml
pcep/ctl/pom.xml
pcep/pcepio/pom.xml
pcep/pom.xml
pom.xml
providers/host/pom.xml
providers/lldp/pom.xml
providers/netconf/app/pom.xml
providers/netconf/device/pom.xml
providers/netconf/flow/pom.xml
providers/netconf/pom.xml
providers/null/pom.xml
providers/openflow/app/pom.xml
providers/openflow/device/pom.xml
providers/openflow/flow/pom.xml
providers/openflow/group/pom.xml
providers/openflow/meter/pom.xml
providers/openflow/packet/pom.xml
providers/openflow/pom.xml
providers/ovsdb/app/pom.xml
providers/ovsdb/device/pom.xml
providers/ovsdb/host/pom.xml
providers/ovsdb/pom.xml
providers/ovsdb/tunnel/pom.xml
providers/pcep/app/pom.xml
providers/pcep/pom.xml
providers/pcep/topology/pom.xml
providers/pcep/tunnel/pom.xml
providers/pom.xml
tools/build/envDefaults
tools/package/archetypes/api/pom.xml
tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml
tools/package/archetypes/bundle/pom.xml
tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml
tools/package/archetypes/cli/pom.xml
tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml
tools/package/archetypes/pom.xml
tools/package/archetypes/ui/pom.xml
tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
tools/package/branding/pom.xml
tools/test/bin/onos-archetypes-test
tools/test/bin/stc
tools/test/topos/onos.py
utils/jdvue/bin/jdvue
utils/jdvue/pom.xml
utils/jnc/pom.xml
utils/junit/pom.xml
utils/misc/pom.xml
utils/netty/pom.xml
utils/nio/pom.xml
utils/osgi/pom.xml
utils/pom.xml
utils/rest/pom.xml
utils/stc/bin/stc
utils/stc/pom.xml
utils/thirdparty/pom.xml
web/api/pom.xml
web/gui/pom.xml
web/pom.xml
apps/aaa/pom.xml
View file @
004345f
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/acl/pom.xml
View file @
004345f
...
...
@@ -24,19 +24,19 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-app-acl
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<packaging>
bundle
</packaging>
<description>
ONOS ACL application
</description>
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.3.0-
SNAPSHOT
</onos.version>
<onos.version>
1.3.0-
rc1
</onos.version>
<onos.app.name>
org.onosproject.acl
</onos.app.name>
<onos.app.origin>
DLUT
</onos.app.origin>
<web.context>
/onos/acl
</web.context>
...
...
apps/bgprouter/pom.xml
View file @
004345f
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apps/cip/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/config/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/cordfabric/pom.xml
View file @
004345f
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apps/demo/cord-gui/pom.xml
View file @
004345f
...
...
@@ -27,7 +27,7 @@
</parent>
<artifactId>
cord-gui
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<packaging>
war
</packaging>
<description>
Demo CORD Subscriber Web GUI
</description>
...
...
apps/demo/cord-gui/src/scripts/pullwar.sh
View file @
004345f
cp
$ONOS_ROOT
/apps/demo/cord-gui/target/cord-gui-1.3.0-
SNAPSHOT
.war .
cp
$ONOS_ROOT
/apps/demo/cord-gui/target/cord-gui-1.3.0-
rc1
.war .
...
...
apps/demo/cord-gui/src/scripts/run.me
View file @
004345f
...
...
@@ -4,7 +4,7 @@
export LISTENPORT=8080
export JETTY="-jar jetty-runner.jar"
export CORD=./cord-gui-1.3.0-
SNAPSHOT
.war
export CORD=./cord-gui-1.3.0-
rc1
.war
export LOGDBG=-Dorg.onosproject.cord.gui.LEVEL=DEBUG
export DEBUG="-Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n"
export LOG=cord.log
...
...
apps/dhcp/pom.xml
View file @
004345f
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/flowanalyzer/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/fwd/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/metrics/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/mobility/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/olt/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/optical/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/pcep-api/pom.xml
View file @
004345f
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-app-pcep-api
</artifactId>
<packaging>
bundle
</packaging>
...
...
apps/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/proxyarp/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/reactive-routing/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/routing-api/pom.xml
View file @
004345f
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apps/routing/pom.xml
View file @
004345f
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apps/sdnip/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/segmentrouting/pom.xml
View file @
004345f
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/demo/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/distributed-primitives/pom.xml
View file @
004345f
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -54,7 +54,7 @@
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-dist
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</dependency>
<dependency>
<groupId>
org.osgi
</groupId>
...
...
apps/test/election/pom.xml
View file @
004345f
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/intent-perf/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/messaging-perf/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/virtualbng/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/vtn/pom.xml
View file @
004345f
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/vtnrsc/pom.xml
View file @
004345f
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/vtnweb/pom.xml
View file @
004345f
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/xos-integration/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
cli/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/api/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/common/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/net/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/net/src/main/java/org/onosproject/core/impl/CoreManager.java
View file @
004345f
...
...
@@ -59,7 +59,7 @@ public class CoreManager implements CoreService {
private
final
Logger
log
=
LoggerFactory
.
getLogger
(
getClass
());
private
static
final
File
VERSION_FILE
=
new
File
(
"../VERSION"
);
private
static
Version
version
=
Version
.
version
(
"1.3.0-
SNAPSHOT
"
);
private
static
Version
version
=
Version
.
version
(
"1.3.0-
rc1
"
);
@Reference
(
cardinality
=
ReferenceCardinality
.
MANDATORY_UNARY
)
protected
ApplicationIdStore
applicationIdStore
;
...
...
core/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/security/pom.xml
View file @
004345f
...
...
@@ -7,7 +7,7 @@
<parent>
<artifactId>
onos-core
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/dist/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-store
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/serializers/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-store
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
docs/external.xml
View file @
004345f
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -51,7 +51,7 @@
<show>
package
</show>
<excludePackageNames>
@external-excludes
</excludePackageNames>
<docfilessubdirs>
true
</docfilessubdirs>
<doctitle>
ONOS Java API (1.3.0-
SNAPSHOT
)
</doctitle>
<doctitle>
ONOS Java API (1.3.0-
rc1
)
</doctitle>
<groups>
<group>
<title>
Network Model
&
Services
</title>
...
...
docs/internal.xml
View file @
004345f
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -50,7 +50,7 @@
<configuration>
<show>
package
</show>
<docfilessubdirs>
true
</docfilessubdirs>
<doctitle>
ONOS Java API (1.3.0-
SNAPSHOT
)
</doctitle>
<doctitle>
ONOS Java API (1.3.0-
rc1
)
</doctitle>
<excludePackageNames>
@internal-excludes
</excludePackageNames>
<groups>
<group>
...
...
drivers/pom.xml
View file @
004345f
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -55,7 +55,7 @@
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-serializers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</dependency>
<dependency>
<groupId>
org.onosproject
</groupId>
...
...
features/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
incubator/api/pom.xml
View file @
004345f
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-incubator
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
incubator/net/pom.xml
View file @
004345f
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-incubator
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
incubator/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
incubator/store/pom.xml
View file @
004345f
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-incubator
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/api/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/ctl/pom.xml
View file @
004345f
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
ovsdb/api/pom.xml
View file @
004345f
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-ovsdb
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-ovsdb-api
</artifactId>
<packaging>
bundle
</packaging>
...
...
ovsdb/ctl/pom.xml
View file @
004345f
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-ovsdb
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
ovsdb/pom.xml
View file @
004345f
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-ovsdb
</artifactId>
<name>
onos-ovsdb
</name>
...
...
ovsdb/rfc/pom.xml
View file @
004345f
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-ovsdb
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-ovsdb-rfc
</artifactId>
...
...
pcep/api/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-controller
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pcep/ctl/pom.xml
View file @
004345f
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-controller
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pcep/pcepio/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-controller
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pcep/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
004345f
...
...
@@ -33,7 +33,7 @@
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<packaging>
pom
</packaging>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<name>
${project.artifactId}
</name>
<description>
Open Network Operating System root project
</description>
...
...
providers/host/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/lldp/pom.xml
View file @
004345f
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/netconf/app/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-netconf-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/netconf/device/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-netconf-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/netconf/flow/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-netconf-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/netconf/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/null/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/app/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/device/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/flow/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/group/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/meter/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/packet/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/ovsdb/app/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-ovsdb-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/ovsdb/device/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-ovsdb-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-ovsdb-provider-device
</artifactId>
...
...
providers/ovsdb/host/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-ovsdb-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-ovsdb-provider-host
</artifactId>
...
...
providers/ovsdb/pom.xml
View file @
004345f
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-ovsdb-providers
</artifactId>
...
...
providers/ovsdb/tunnel/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-ovsdb-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-ovsdb-provider-tunnel
</artifactId>
...
...
providers/pcep/app/pom.xml
View file @
004345f
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/pcep/pom.xml
View file @
004345f
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-pcep-providers
</artifactId>
...
...
providers/pcep/topology/pom.xml
View file @
004345f
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-pcep-provider-topology
</artifactId>
...
...
providers/pcep/tunnel/pom.xml
View file @
004345f
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-providers
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-pcep-provider-tunnel
</artifactId>
...
...
providers/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
tools/build/envDefaults
View file @
004345f
...
...
@@ -18,8 +18,8 @@ export PATH="$PATH:$ONOS_ROOT/tools/build"
export BUILD_NUMBER=${BUILD_NUMBER:-$(id -un)~$(date +'%Y/%m/%d@%H:%M')}
# ONOS Version and onos.tar.gz staging environment
export ONOS_POM_VERSION="1.3.0-
SNAPSHOT
"
export ONOS_VERSION=${ONOS_VERSION:-1.3.0.$BUILD_NUMBER}
export ONOS_POM_VERSION="1.3.0-
rc1
"
export ONOS_VERSION=${ONOS_VERSION:-1.3.0
-rc1
.$BUILD_NUMBER}
# ONOS production bits (onos.tar.gz, onos.zip, onos.deb, onos.rpm) staging environment
export ONOS_BITS=onos-${ONOS_VERSION%~*}
...
...
tools/package/archetypes/api/pom.xml
View file @
004345f
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-api-archetype
</artifactId>
...
...
tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml
View file @
004345f
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.3.0-
SNAPSHOT
</onos.version>
<onos.version>
1.3.0-
rc1
</onos.version>
</properties>
<dependencies>
...
...
tools/package/archetypes/bundle/pom.xml
View file @
004345f
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-bundle-archetype
</artifactId>
...
...
tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml
View file @
004345f
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.3.0-
SNAPSHOT
</onos.version>
<onos.version>
1.3.0-
rc1
</onos.version>
<!-- Uncomment to generate ONOS app from this module.
<onos.app.name>org.foo.app</onos.app.name>
<onos.app.origin>Foo, Inc.</onos.app.origin>
...
...
tools/package/archetypes/cli/pom.xml
View file @
004345f
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-cli-archetype
</artifactId>
...
...
tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml
View file @
004345f
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.3.0-
SNAPSHOT
</onos.version>
<onos.version>
1.3.0-
rc1
</onos.version>
</properties>
<dependencies>
...
...
tools/package/archetypes/pom.xml
View file @
004345f
...
...
@@ -28,7 +28,7 @@
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<packaging>
pom
</packaging>
<description>
ONOS archetypes project
</description>
...
...
tools/package/archetypes/ui/pom.xml
View file @
004345f
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
</parent>
<artifactId>
onos-ui-archetype
</artifactId>
...
...
tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
View file @
004345f
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.3.0-
SNAPSHOT
</onos.version>
<onos.version>
1.3.0-
rc1
</onos.version>
<!-- Uncomment to generate ONOS app from this module.
<onos.app.name>org.foo.app</onos.app.name>
<onos.app.origin>Foo, Inc.</onos.app.origin>
...
...
tools/package/branding/pom.xml
View file @
004345f
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
...
...
tools/test/bin/onos-archetypes-test
View file @
004345f
...
...
@@ -4,7 +4,7 @@
# -----------------------------------------------------------------------------
export
AROOT
=
/tmp/foo
export
ARCHETYPE_OPTS
=
"-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.3.0-
SNAPSHOT
"
export
ARCHETYPE_OPTS
=
"-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.3.0-
rc1
"
mkdir -p
$AROOT
for
an
in
api bundle cli ui;
do
...
...
tools/test/bin/stc
View file @
004345f
...
...
@@ -3,7 +3,7 @@
# System Test Coordinator
#-------------------------------------------------------------------------------
VER
=
1.3.0-
SNAPSHOT
VER
=
1.3.0-
rc1
JAR
=
~/.m2/repository/org/onosproject/onlab-stc/
$VER
/onlab-stc-
$VER
.jar
SCENARIOS
=
$ONOS_ROOT
/tools/test/scenarios
...
...
tools/test/topos/onos.py
View file @
004345f
...
...
@@ -62,7 +62,7 @@ class ONOS( Controller ):
def
start
(
self
):
if
self
.
inNamespace
:
instanceOpts
=
(
'-furl mvn:org.onosproject/onos-features/1.3.0-
SNAPSHOT
/xml/features '
instanceOpts
=
(
'-furl mvn:org.onosproject/onos-features/1.3.0-
rc1
/xml/features '
'-s 8101'
)
if
self
.
ip
is
not
None
:
instanceOpts
+=
(
' -a
%
s'
%
self
.
IP
()
)
...
...
utils/jdvue/bin/jdvue
View file @
004345f
...
...
@@ -8,7 +8,7 @@
JDVUE_ROOT
=
${
JDVUE_ROOT
:-$(
dirname
$0
)
/..
}
cd
$JDVUE_ROOT
VER
=
1.3.0-
SNAPSHOT
VER
=
1.3.0-
rc1
JAR
=
$PWD
/target/jdvue-
${
VER
}
.jar
# start with the dev jar first
cd
- >/dev/null
...
...
utils/jdvue/pom.xml
View file @
004345f
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/jnc/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/junit/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/misc/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/netty/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/nio/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/osgi/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/rest/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/stc/bin/stc
View file @
004345f
...
...
@@ -5,7 +5,7 @@
STC_ROOT
=
${
STC_ROOT
:-$(
dirname
$0
)
/..
}
cd
$STC_ROOT
VER
=
1.3.0-
SNAPSHOT
VER
=
1.3.0-
rc1
PATH
=
$PWD
/bin:
$PATH
...
...
utils/stc/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/thirdparty/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
web/api/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-web
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
web/gui/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-web
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
web/pom.xml
View file @
004345f
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.3.0-
SNAPSHOT
</version>
<version>
1.3.0-
rc1
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
Please
register
or
login
to post a comment