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-06-05 22:40:03 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a78abfcc39b89d9f76dd1f1178059da7b6dcff23
a78abfcc
1 parent
a7b33ca8
Tagging 1.2.0
Change-Id: If1b4de17402bf8248c888de72891dc17a5bcd7ef
Hide whitespace changes
Inline
Side-by-side
Showing
96 changed files
with
100 additions
and
100 deletions
apps/bgprouter/pom.xml
apps/config/pom.xml
apps/cordfabric/pom.xml
apps/fwd/pom.xml
apps/metrics/pom.xml
apps/mobility/pom.xml
apps/oecfg/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/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/impl/pom.xml
core/security/pom.xml
core/store/dist/pom.xml
core/store/pom.xml
core/store/serializers/pom.xml
core/store/trivial/pom.xml
docs/external.xml
docs/pom.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
pom.xml
providers/host/pom.xml
providers/lldp/pom.xml
providers/netconf/app/pom.xml
providers/netconf/device/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/packet/pom.xml
providers/openflow/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/bgprouter/pom.xml
View file @
a78abfc
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apps/config/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/cordfabric/pom.xml
View file @
a78abfc
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apps/fwd/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/metrics/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/mobility/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/oecfg/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/olt/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/optical/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/pcep-api/pom.xml
View file @
a78abfc
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
</parent>
<artifactId>
onos-app-pcep-api
</artifactId>
<packaging>
bundle
</packaging>
...
...
apps/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/proxyarp/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/reactive-routing/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/routing-api/pom.xml
View file @
a78abfc
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apps/routing/pom.xml
View file @
a78abfc
...
...
@@ -20,7 +20,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
apps/sdnip/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/segmentrouting/pom.xml
View file @
a78abfc
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
onos-apps
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/demo/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/distributed-primitives/pom.xml
View file @
a78abfc
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -54,7 +54,7 @@
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-dist
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
</dependency>
<dependency>
<groupId>
org.osgi
</groupId>
...
...
apps/test/election/pom.xml
View file @
a78abfc
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/intent-perf/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/messaging-perf/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps-test
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/virtualbng/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/xos-integration/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
cli/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/api/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/common/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/net/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/net/src/main/java/org/onosproject/core/impl/CoreManager.java
View file @
a78abfc
...
...
@@ -58,7 +58,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.2.0
-SNAPSHOT
"
);
private
static
Version
version
=
Version
.
version
(
"1.2.0"
);
@Reference
(
cardinality
=
ReferenceCardinality
.
MANDATORY_UNARY
)
protected
ApplicationIdStore
applicationIdStore
;
...
...
core/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/security/impl/pom.xml
View file @
a78abfc
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
onos-security
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
core/security/pom.xml
View file @
a78abfc
...
...
@@ -7,7 +7,7 @@
<parent>
<artifactId>
onos-core
</artifactId>
<groupId>
org.onosproject
</groupId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/dist/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-store
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/serializers/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-store
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/trivial/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-store
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
docs/external.xml
View file @
a78abfc
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -51,7 +51,7 @@
<show>
package
</show>
<excludePackageNames>
org.onlab.thirdparty:*.impl:*.impl.*:org.onosproject.provider.*:org.onosproject.rest:org.onosproject.cli*:org.onosproject.tvue:org.onosproject.foo:org.onosproject.mobility:org.onosproject.proxyarp:org.onosproject.fwd:org.onosproject.ifwd:org.onosproject.optical:org.onosproject.config:org.onosproject.calendar:org.onosproject.sdnip*:org.onosproject.oecfg:org.onosproject.metrics:org.onosproject.store.*:org.onosproject.openflow.*:org.onosproject.common.*:org.onosproject.net.group.impl:org.onosproject.routing*:org.onosproject.bgprouter:org.onosproject.intentperf:org.onosproject.maven:org.onosproject.cordfabric*:org.onosproject.driver*:org.onosproject.segmentrouting*:org.onosproject.reactive*:org.onosproject.distributedprimitives*:org.onosproject.messagingperf*.org.onosproject.virtualbng*.org.onosproject.election*:org.onosproject.demo*:org.onlab.jdvue*:org.onlab.stc*:org.onosproject.xosintegration*
</excludePackageNames>
<docfilessubdirs>
true
</docfilessubdirs>
<doctitle>
ONOS Java API (1.2.0
-SNAPSHOT
)
</doctitle>
<doctitle>
ONOS Java API (1.2.0)
</doctitle>
<groups>
<group>
<title>
Network Model
&
Services
</title>
...
...
docs/pom.xml
View file @
a78abfc
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -50,7 +50,7 @@
<configuration>
<show>
package
</show>
<docfilessubdirs>
true
</docfilessubdirs>
<doctitle>
ONOS Java API (1.2.0
-SNAPSHOT
)
</doctitle>
<doctitle>
ONOS Java API (1.2.0)
</doctitle>
<groups>
<group>
<title>
Network Model
&
Services
</title>
...
...
drivers/pom.xml
View file @
a78abfc
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -55,7 +55,7 @@
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-serializers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
</dependency>
<dependency>
...
...
features/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
incubator/api/pom.xml
View file @
a78abfc
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-incubator
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
incubator/net/pom.xml
View file @
a78abfc
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-incubator
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
incubator/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
incubator/store/pom.xml
View file @
a78abfc
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-incubator
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/api/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/ctl/pom.xml
View file @
a78abfc
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
a78abfc
...
...
@@ -33,7 +33,7 @@
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<packaging>
pom
</packaging>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<name>
${project.artifactId}
</name>
<description>
Open Network Operating System root project
</description>
...
...
providers/host/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/lldp/pom.xml
View file @
a78abfc
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/netconf/app/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-netconf-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/netconf/device/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-netconf-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/netconf/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/null/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/app/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/device/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/flow/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/group/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/packet/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/pcep/app/pom.xml
View file @
a78abfc
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/pcep/pom.xml
View file @
a78abfc
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-pcep-providers
</artifactId>
...
...
providers/pcep/topology/pom.xml
View file @
a78abfc
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-pcep-provider-topology
</artifactId>
...
...
providers/pcep/tunnel/pom.xml
View file @
a78abfc
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-pcep-providers
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-pcep-provider-tunnel
</artifactId>
...
...
providers/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
tools/build/envDefaults
View file @
a78abfc
...
...
@@ -18,7 +18,7 @@ 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.2.0
-SNAPSHOT
"
export ONOS_POM_VERSION="1.2.0"
export ONOS_VERSION=${ONOS_VERSION:-1.2.0.$BUILD_NUMBER}
# ONOS production bits (onos.tar.gz & onos.zip) staging environment
...
...
tools/package/archetypes/api/pom.xml
View file @
a78abfc
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
</parent>
<artifactId>
onos-api-archetype
</artifactId>
...
...
tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml
View file @
a78abfc
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.2.0
-SNAPSHOT
</onos.version>
<onos.version>
1.2.0
</onos.version>
</properties>
<dependencies>
...
...
tools/package/archetypes/bundle/pom.xml
View file @
a78abfc
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
</parent>
<artifactId>
onos-bundle-archetype
</artifactId>
...
...
tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml
View file @
a78abfc
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.2.0
-SNAPSHOT
</onos.version>
<onos.version>
1.2.0
</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 @
a78abfc
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
</parent>
<artifactId>
onos-cli-archetype
</artifactId>
...
...
tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml
View file @
a78abfc
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.2.0
-SNAPSHOT
</onos.version>
<onos.version>
1.2.0
</onos.version>
</properties>
<dependencies>
...
...
tools/package/archetypes/pom.xml
View file @
a78abfc
...
...
@@ -28,7 +28,7 @@
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<packaging>
pom
</packaging>
<description>
ONOS archetypes project
</description>
...
...
tools/package/archetypes/ui/pom.xml
View file @
a78abfc
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
</parent>
<artifactId>
onos-ui-archetype
</artifactId>
...
...
tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
View file @
a78abfc
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.2.0
-SNAPSHOT
</onos.version>
<onos.version>
1.2.0
</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 @
a78abfc
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
...
...
tools/test/bin/onos-archetypes-test
View file @
a78abfc
...
...
@@ -4,7 +4,7 @@
# -----------------------------------------------------------------------------
export
AROOT
=
/tmp/foo
export
ARCHETYPE_OPTS
=
"-DarchetypeGroupId=org.onosproject -Dversion=1.2.0
-SNAPSHOT
"
export
ARCHETYPE_OPTS
=
"-DarchetypeGroupId=org.onosproject -Dversion=1.2.0"
mkdir -p
$AROOT
for
an
in
api bundle cli ui;
do
...
...
tools/test/bin/stc
View file @
a78abfc
...
...
@@ -3,7 +3,7 @@
# System Test Coordinator
#-------------------------------------------------------------------------------
VER
=
1.2.0
-SNAPSHOT
VER
=
1.2.0
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 @
a78abfc
...
...
@@ -62,7 +62,7 @@ class ONOS( Controller ):
def
start
(
self
):
if
self
.
inNamespace
:
instanceOpts
=
(
'-furl mvn:org.onosproject/onos-features/1.2.0
-SNAPSHOT
/xml/features '
instanceOpts
=
(
'-furl mvn:org.onosproject/onos-features/1.2.0/xml/features '
'-s 8101'
)
if
self
.
ip
is
not
None
:
instanceOpts
+=
(
' -a
%
s'
%
self
.
IP
()
)
...
...
utils/jdvue/bin/jdvue
View file @
a78abfc
...
...
@@ -8,7 +8,7 @@
JDVUE_ROOT
=
${
JDVUE_ROOT
:-$(
dirname
$0
)
/..
}
cd
$JDVUE_ROOT
VER
=
1.2.0
-SNAPSHOT
VER
=
1.2.0
JAR
=
$PWD
/target/jdvue-
${
VER
}
.jar
# start with the dev jar first
cd
- >/dev/null
...
...
utils/jdvue/pom.xml
View file @
a78abfc
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/jnc/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/junit/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/misc/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/netty/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/nio/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/osgi/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/rest/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/stc/bin/stc
View file @
a78abfc
...
...
@@ -5,7 +5,7 @@
STC_ROOT
=
${
STC_ROOT
:-$(
dirname
$0
)
/..
}
cd
$STC_ROOT
VER
=
1.2.0
-SNAPSHOT
VER
=
1.2.0
PATH
=
$PWD
/bin:
$PATH
...
...
utils/stc/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/thirdparty/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
web/api/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-web
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
web/gui/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-web
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
web/pom.xml
View file @
a78abfc
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.2.0
-SNAPSHOT
</version>
<version>
1.2.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
Please
register
or
login
to post a comment