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
2014-12-04 21:22:06 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5b29ebd309a8eab95b61e98aa5db75960a8b1fb9
5b29ebd3
1 parent
0af6747f
Bumping version to 1.0.0
Change-Id: I0cdd1f64a9292c91af27b86e89bd8251b2c298f3
Show whitespace changes
Inline
Side-by-side
Showing
65 changed files
with
73 additions
and
83 deletions
apps/calendar/pom.xml
apps/config/pom.xml
apps/demo/pom.xml
apps/election/pom.xml
apps/foo/pom.xml
apps/fwd/pom.xml
apps/ifwd/pom.xml
apps/metrics/intent/pom.xml
apps/metrics/pom.xml
apps/metrics/topology/pom.xml
apps/mobility/pom.xml
apps/oecfg/pom.xml
apps/optical/pom.xml
apps/pom.xml
apps/proxyarp/pom.xml
apps/sdnip/pom.xml
apps/tvue/pom.xml
cli/pom.xml
core/api/pom.xml
core/json/pom.xml
core/net/pom.xml
core/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
features/pom.xml
openflow/api/pom.xml
openflow/ctl/pom.xml
openflow/drivers/pom.xml
openflow/pom.xml
pom.xml
providers/host/pom.xml
providers/lldp/pom.xml
providers/openflow/device/pom.xml
providers/openflow/flow/pom.xml
providers/openflow/host/pom.xml
providers/openflow/link/pom.xml
providers/openflow/packet/pom.xml
providers/openflow/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/branding/pom.xml
tools/test/bin/onos-archetypes-test
tools/test/topos/onos.py
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/thirdparty/pom.xml
web/api/pom.xml
web/gui/pom.xml
web/pom.xml
apps/calendar/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/config/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/demo/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/election/pom.xml
View file @
5b29ebd
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -49,6 +49,10 @@
</dependency>
<dependency>
<groupId>
org.osgi
</groupId>
<artifactId>
org.osgi.core
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.karaf.shell
</groupId>
<artifactId>
org.apache.karaf.shell.console
</artifactId>
</dependency>
...
...
apps/foo/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/fwd/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/ifwd/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/metrics/intent/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-app-metrics
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/metrics/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/metrics/topology/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-app-metrics
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/mobility/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/oecfg/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/optical/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/proxyarp/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/sdnip/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/tvue/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-apps
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
cli/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/api/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/json/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/net/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/dist/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-store
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/serializers/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-store
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
core/store/trivial/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-store
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
docs/external.xml
View file @
5b29ebd
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
docs/pom.xml
View file @
5b29ebd
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
features/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/api/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/ctl/pom.xml
View file @
5b29ebd
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -38,7 +38,7 @@
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-drivers
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
...
...
openflow/drivers/pom.xml
View file @
5b29ebd
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
openflow/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
5b29ebd
...
...
@@ -30,26 +30,10 @@
<relativePath>
tools/build/pom.xml
</relativePath>
</parent>
<!-- FIXME remove before release -->
<repositories>
<repository>
<id>
oss-staging
</id>
<name>
OSS Staging
</name>
<url>
https://oss.sonatype.org/content/groups/staging
</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
oss-staging
</id>
<name>
OSS Staging
</name>
<url>
https://oss.sonatype.org/content/groups/staging
</url>
</pluginRepository>
</pluginRepositories>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<packaging>
pom
</packaging>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<name>
${project.artifactId}
</name>
<description>
Open Network Operating System root project
</description>
...
...
@@ -508,6 +492,7 @@
<!-- TODO: add findbugs plugin for static code analysis; for explicit invocation only -->
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<!--
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
...
...
@@ -536,6 +521,7 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
-->
</plugins>
</pluginManagement>
...
...
providers/host/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/lldp/pom.xml
View file @
5b29ebd
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/device/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/flow/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/host/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/link/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/packet/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/openflow/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-providers
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
providers/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
tools/build/envDefaults
View file @
5b29ebd
...
...
@@ -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.0.0
-SNAPSHOT
"
export ONOS_POM_VERSION="1.0.0"
export ONOS_VERSION=${ONOS_VERSION:-1.0.0.$BUILD_NUMBER}
export ONOS_BITS=onos-${ONOS_VERSION%~*}
export ONOS_STAGE_ROOT=${ONOS_STAGE_ROOT:-/tmp}
...
...
tools/package/archetypes/api/pom.xml
View file @
5b29ebd
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
</parent>
<artifactId>
onos-api-archetype
</artifactId>
...
...
tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml
View file @
5b29ebd
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.0.0
-SNAPSHOT
</onos.version>
<onos.version>
1.0.0
</onos.version>
</properties>
<dependencies>
...
...
tools/package/archetypes/bundle/pom.xml
View file @
5b29ebd
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
</parent>
<artifactId>
onos-bundle-archetype
</artifactId>
...
...
tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml
View file @
5b29ebd
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.0.0
-SNAPSHOT
</onos.version>
<onos.version>
1.0.0
</onos.version>
</properties>
<dependencies>
...
...
tools/package/archetypes/cli/pom.xml
View file @
5b29ebd
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
</parent>
<artifactId>
onos-cli-archetype
</artifactId>
...
...
tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml
View file @
5b29ebd
...
...
@@ -26,7 +26,7 @@
<url>
http://onosproject.org
</url>
<properties>
<onos.version>
1.0.0
-SNAPSHOT
</onos.version>
<onos.version>
1.0.0
</onos.version>
</properties>
<dependencies>
...
...
tools/package/archetypes/pom.xml
View file @
5b29ebd
...
...
@@ -27,7 +27,7 @@
</parent>
<artifactId>
onos-archetypes
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<packaging>
pom
</packaging>
<description>
ONOS archetypes project
</description>
...
...
tools/package/branding/pom.xml
View file @
5b29ebd
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
...
...
tools/test/bin/onos-archetypes-test
View file @
5b29ebd
...
...
@@ -4,7 +4,7 @@
# -----------------------------------------------------------------------------
export
AROOT
=
/tmp/foo
export
ARCHETYPE_OPTS
=
"-DarchetypeGroupId=org.onosproject -Dversion=1.0.0
-SNAPSHOT
"
export
ARCHETYPE_OPTS
=
"-DarchetypeGroupId=org.onosproject -Dversion=1.0.0"
for
an
in
api bundle cli;
do
cd
$AROOT
...
...
tools/test/topos/onos.py
View file @
5b29ebd
...
...
@@ -62,7 +62,7 @@ class ONOS( Controller ):
def
start
(
self
):
if
self
.
inNamespace
:
instanceOpts
=
(
'-furl mvn:org.onosproject/onos-features/1.0.0
-SNAPSHOT
/xml/features '
instanceOpts
=
(
'-furl mvn:org.onosproject/onos-features/1.0.0/xml/features '
'-s 8101'
)
if
self
.
ip
is
not
None
:
instanceOpts
+=
(
' -a
%
s'
%
self
.
IP
()
)
...
...
utils/junit/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/misc/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/netty/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/nio/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/osgi/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/rest/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
utils/thirdparty/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onlab-utils
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
web/api/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-web
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -35,7 +35,7 @@
<dependency>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-core-trivial
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
web/gui/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-web
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
web/pom.xml
View file @
5b29ebd
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
Please
register
or
login
to post a comment