From 6a07d2d622eaa06953f3353e39c080984076e8de Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 9 Oct 2015 18:32:44 -0700 Subject: Updated master to commit id 6ee8aa3e67ce89908a8c93aa9445c6f71a18f986 Change-Id: I94b055ee2f298daf71e2ec794fd0f2495bd8081f --- framework/src/onos/apps/acl/pom.xml | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'framework/src/onos/apps/acl/pom.xml') diff --git a/framework/src/onos/apps/acl/pom.xml b/framework/src/onos/apps/acl/pom.xml index 54dee432..454ac7e6 100644 --- a/framework/src/onos/apps/acl/pom.xml +++ b/framework/src/onos/apps/acl/pom.xml @@ -18,7 +18,9 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 @@ -36,10 +38,10 @@ http://onosproject.org - 1.4.0-SNAPSHOT org.onosproject.acl DLUT - /onos/acl + + /onos/v1/acl 1.0.0 ONOS ACL Application REST API @@ -64,19 +66,34 @@ org.onosproject onlab-junit - ${onos.version} org.onosproject onos-rest - ${onos.version} + ${project.version} + + + + org.onosproject + onlab-osgi + ${project.version} + tests + test + + + + org.onosproject + onos-rest + ${project.version} + tests + test org.onosproject onos-core-serializers - ${onos.version} + ${project.version} @@ -100,7 +117,6 @@ org.onosproject onlab-misc - ${onos.version} -- cgit 1.2.3-korg