Skip to content

Commit

Permalink
Release Oxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-releng committed Dec 5, 2018
1 parent be9a087 commit a1c9e58
Show file tree
Hide file tree
Showing 95 changed files with 188 additions and 188 deletions.
4 changes: 2 additions & 2 deletions alto-basic/alto-bwmonitor/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-bwmonitor-api</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: org.opendaylight.alto.basic :: ${project.artifactId}</name>
Expand Down
8 changes: 4 additions & 4 deletions alto-basic/alto-bwmonitor/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html


<properties>
<openflowplugin.version>0.6.4-SNAPSHOT</openflowplugin.version>
<l2switch.version>0.7.4-SNAPSHOT</l2switch.version>
<openflowplugin.version>0.6.4</openflowplugin.version>
<l2switch.version>0.7.4</l2switch.version>
</properties>
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-bwmonitor-impl</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: org.opendaylight.alto.basic :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion alto-basic/alto-bwmonitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-bwmonitor-aggregator</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions alto-basic/auto-maps/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-auto-maps-api</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>
</project>
6 changes: 3 additions & 3 deletions alto-basic/auto-maps/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-auto-maps-cli</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<packaging>bundle</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>1.7.4-SNAPSHOT</version>
<version>1.7.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion alto-basic/auto-maps/deploy-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>deploy-site</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions alto-basic/auto-maps/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-auto-maps-impl</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>

<properties>
<l2switch.version>0.7.4-SNAPSHOT</l2switch.version>
<l2switch.version>0.7.4</l2switch.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion alto-basic/auto-maps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-auto-maps-aggregator</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions alto-basic/manual-maps/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-manual-maps-api</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down
4 changes: 2 additions & 2 deletions alto-basic/manual-maps/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-manual-maps-impl</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion alto-basic/manual-maps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-manual-maps-aggregator</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 deletions alto-basic/path-manager/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto</groupId>
<artifactId>alto-pathmanager-api</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: alto :: ${project.artifactId}</name>
Expand All @@ -41,13 +41,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>ietf-topology</artifactId>
<version>2013.10.21.12.4-SNAPSHOT</version>
<version>2013.10.21.12.4</version>
</dependency>

<dependency>
<groupId>org.opendaylight.openflowplugin.model</groupId>
<artifactId>model-flow-service</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
</dependency>

</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions alto-basic/path-manager/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto</groupId>
<artifactId>alto-pathmanager-impl</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>

<properties>
<openflowplugin.version>0.6.4-SNAPSHOT</openflowplugin.version>
<openflowplugin.version>0.6.4</openflowplugin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>1.7.4-SNAPSHOT</version>
<version>1.7.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion alto-basic/path-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL

<groupId>org.opendaylight.alto</groupId>
<artifactId>alto-pathmanager-aggregator</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion alto-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL

<groupId>org.opendaylight.alto</groupId>
<artifactId>basic-aggregator</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions alto-basic/simple-ecs/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.alto.basic</groupId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<artifactId>alto-simple-ecs-api</artifactId>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>
Expand Down
12 changes: 6 additions & 6 deletions alto-basic/simple-ecs/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.alto.basic</groupId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<artifactId>alto-simple-ecs-impl</artifactId>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>
Expand Down Expand Up @@ -70,24 +70,24 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency>
<groupId>org.opendaylight.l2switch.hosttracker</groupId>
<artifactId>hosttracker-model</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</dependency>
<dependency>
<groupId>org.opendaylight.l2switch.addresstracker</groupId>
<artifactId>addresstracker-model</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>
</dependency>

<dependency>
<groupId>org.opendaylight.openflowplugin.model</groupId>
<artifactId>model-flow-statistics</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
</dependency>

<dependency>
<groupId>org.opendaylight.openflowplugin.model</groupId>
<artifactId>model-flow-base</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion alto-basic/simple-ecs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
<relativePath/>
</parent>

<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-simple-ecs-aggregator</artifactId>
<name>ODL :: alto :: ${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions alto-basic/simple-ird/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-simple-ird-api</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: alto :: ${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions alto-basic/simple-ird/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-simple-ird-impl</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: alto :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion alto-basic/simple-ird/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL

<groupId>org.opendaylight.alto.basic</groupId>
<artifactId>alto-simple-ird-aggregator</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name> <!-- DO NOT CHANGE - Used by Sonar to set project name -->
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions alto-core/basic-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.4</version>
<relativePath/>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.alto.core</groupId>
<artifactId>alto-basic-types</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion alto-core/northbound/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.alto.core</groupId>
<artifactId>alto-northbound-api</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<name>ODL :: alto :: ${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down
Loading

0 comments on commit a1c9e58

Please sign in to comment.