Skip to content

Commit

Permalink
Bump versions by x.y.(z+1)
Browse files Browse the repository at this point in the history
Change-Id: I21c38dd91233b8652a2a15d0cc9badb08c9e1931
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
  • Loading branch information
jenkins-releng committed Feb 1, 2019
1 parent 716c2f5 commit 902d5c1
Show file tree
Hide file tree
Showing 50 changed files with 85 additions and 85 deletions.
4 changes: 2 additions & 2 deletions commons/binding-parent/pom.xml
Expand Up @@ -17,15 +17,15 @@

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-binding-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.10.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions commons/it/pom.xml
Expand Up @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-it-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.10.0-SNAPSHOT</version>
<relativePath/>
</parent>

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>it</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- <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. -->
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>parents</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</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 :: ovsdb :: ${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions hwvtepsouthbound/hwvtepsouthbound-api/pom.xml
Expand Up @@ -10,14 +10,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-binding-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../../commons/binding-parent</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<!-- <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. -->
Expand Down
2 changes: 1 addition & 1 deletion hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml
Expand Up @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-artifacts</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- <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. -->
Expand Down
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-features</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>
<!-- <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. -->
Expand Down
Expand Up @@ -11,7 +11,7 @@

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>
<!-- <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. -->
Expand Down
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>odl-ovsdb-hwvtepsouthbound-rest</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>

<!-- <name> formatting is used by autorelease to parse and notify projects on
Expand All @@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>odl-restconf</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.10.0-SNAPSHOT</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>odl-ovsdb-hwvtepsouthbound-test</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>

<!-- <name> formatting is used by autorelease to parse and notify projects on
Expand Down
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>odl-ovsdb-hwvtepsouthbound-ui</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>

<!-- <name> formatting is used by autorelease to parse and notify projects on
Expand All @@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>odl-mdsal-apidocs</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.10.0-SNAPSHOT</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>

<!-- <name> formatting is used by autorelease to parse and notify projects on
Expand All @@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-broker</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.10.0-SNAPSHOT</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion hwvtepsouthbound/hwvtepsouthbound-features/pom.xml
Expand Up @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
</parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-features-aggregator</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- <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. -->
Expand Down
4 changes: 2 additions & 2 deletions hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
Expand Up @@ -12,14 +12,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-binding-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../../commons/binding-parent</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-impl</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<!-- <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. -->
Expand Down
6 changes: 3 additions & 3 deletions hwvtepsouthbound/hwvtepsouthbound-it/pom.xml
Expand Up @@ -11,20 +11,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>it</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../../commons/it</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-it</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>jar</packaging>
<!-- <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 :: ovsdb :: ${project.artifactId}</name>
<properties>
<controller.mdsal.version>1.9.0-SNAPSHOT</controller.mdsal.version>
<controller.mdsal.version>1.10.0-SNAPSHOT</controller.mdsal.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion hwvtepsouthbound/hwvtepsouthbound-karaf/pom.xml
Expand Up @@ -15,7 +15,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-karaf</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</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 :: ovsdb :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion hwvtepsouthbound/pom.xml
Expand Up @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>hwvtepsouthbound-aggregator</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</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 :: ovsdb :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion library/artifacts/pom.xml
Expand Up @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>library-artifacts</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- <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. -->
Expand Down
2 changes: 1 addition & 1 deletion library/features/features/pom.xml
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>library-features</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>
<!-- <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. -->
Expand Down
4 changes: 2 additions & 2 deletions library/features/odl-ovsdb-library/pom.xml
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>odl-ovsdb-library</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>feature</packaging>

<!-- <name> formatting is used by autorelease to parse and notify projects on
Expand All @@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-aaa-cert</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion library/features/pom.xml
Expand Up @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
</parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>library-features-aggregator</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</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 :: ovsdb :: ${project.artifactId}</name>
Expand Down
6 changes: 3 additions & 3 deletions library/impl/pom.xml
Expand Up @@ -12,14 +12,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-binding-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../../commons/binding-parent</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>library</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<!-- <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. -->
Expand Down Expand Up @@ -71,7 +71,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-cert</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down
6 changes: 3 additions & 3 deletions library/it/pom.xml
Expand Up @@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>it</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../../commons/it</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>library-it</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>jar</packaging>
<!-- <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. -->
Expand All @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<properties>
<karaf.distro.groupId>org.opendaylight.ovsdb</karaf.distro.groupId>
<karaf.distro.artifactId>library-karaf</karaf.distro.artifactId>
<karaf.distro.version>1.8.0-SNAPSHOT</karaf.distro.version>
<karaf.distro.version>1.9.0-SNAPSHOT</karaf.distro.version>
<karaf.distro.type>zip</karaf.distro.type>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion library/karaf/pom.xml
Expand Up @@ -15,7 +15,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>library-karaf</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</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 :: ovsdb :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Expand Up @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>library-aggregator</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</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 :: ovsdb :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions schemas/hardwarevtep/pom.xml
Expand Up @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-binding-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../../commons/binding-parent</relativePath>
</parent>

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>schema.hardwarevtep</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<!-- <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. -->
Expand Down
4 changes: 2 additions & 2 deletions schemas/openvswitch/pom.xml
Expand Up @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>ovsdb-binding-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../../commons/binding-parent</relativePath>
</parent>

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>schema.openvswitch</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<!-- <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. -->
Expand Down
2 changes: 1 addition & 1 deletion schemas/pom.xml
Expand Up @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>schemas</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</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 :: ovsdb :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion southbound/pom.xml
Expand Up @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL

<groupId>org.opendaylight.ovsdb</groupId>
<artifactId>southbound-aggregator</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</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 :: ovsdb :: ${project.artifactId}</name>
Expand Down

0 comments on commit 902d5c1

Please sign in to comment.