X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Ffeatures%2Fpom.xml;h=f481b7796bb7299f59d32d53e1e6c7157e19c3ef;hp=49b43f442edba2810196bf470a146df77ba83a71;hb=e7574c267bf058d1af2d0343e2a3d525742d79ff;hpb=686d381ea589ebf33bcfb0bbc7048ffe242749c4 diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml index 49b43f442e..f481b7796b 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml @@ -3,30 +3,39 @@ #set( $symbol_escape = '\' ) - + + + 4.0.0 + org.opendaylight.odlparent features-parent - 1.5.0-SNAPSHOT + 2.0.0 + ${groupId} ${artifactId}-features ${version} - ${project.artifactId} - 4.0.0 - - 3.1.1 - + + ODL :: ${groupId} :: ${project.artifactId} + - 1.2.0-SNAPSHOT - 0.7.0-SNAPSHOT + 0.11.0-SNAPSHOT + 1.6.0-SNAPSHOT + 1.6.0-SNAPSHOT + 1.2.0-SNAPSHOT + etc/opendaylight/karaf + @@ -37,14 +46,36 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL pom import + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + ${yangtools.version} + pom + import + + org.opendaylight.yangtools features-yangtools features - ${yangtools.version} + xml + runtime + + + org.opendaylight.mdsal.model + features-mdsal-model + ${mdsal.model.version} + features xml runtime @@ -52,15 +83,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.controller features-mdsal features - ${mdsal.version} xml runtime - org.opendaylight.controller + org.opendaylight.netconf features-restconf features - ${mdsal.version} xml runtime @@ -74,5 +103,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ${artifactId}-api ${symbol_dollar}{project.version} + + ${symbol_dollar}{project.groupId} + ${artifactId}-cli + ${symbol_dollar}{project.version} +