mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Swiching to ONOS libgen 2.0 and moving pom.xml to 2.1-SNAPSHOT.
Change-Id: Id461419da5aba7d79d24b9c73f3d1d2448536e6a
This commit is contained in:
parent
86da357250
commit
fe824bc5ec
@ -29,7 +29,7 @@
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-libgen</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>2.0</version>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
|
||||
<description>Third-party library generator for ONOS Bazel workspace</description>
|
||||
<url>http://onosproject.org/</url>
|
||||
|
||||
@ -9,7 +9,7 @@ set -e
|
||||
cd $ONOS_ROOT
|
||||
|
||||
REPO=${M2_REPO:-~/.m2/repository}
|
||||
VER=1.6-SNAPSHOT
|
||||
VER=2.0
|
||||
ARTIFACT=org/onosproject/onos-libgen/$VER/onos-libgen-$VER.jar
|
||||
JAR=$REPO/$ARTIFACT
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user