Skip to content

Commit

Permalink
Bump versions to 0.20.2-SNAPSHOT
Browse files Browse the repository at this point in the history
This starts the next development iteration.

Change-Id: Id9ab0961dad29f842b8e20e0cf3d4366d8b10d8c
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Sep 3, 2024
1 parent 21af5a3 commit 92fe3cf
Show file tree
Hide file tree
Showing 41 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions aaa-authn-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-authn-api</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion aaa-cert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aaa-cli-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions aaa-cli/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 INTERNAL
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-cli</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion aaa-encrypt-service/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aaa-encrypt-service/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aaa-encrypt-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-encryption-service-aggregator</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion aaa-filterchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aaa-idm-store-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions aaa-password-service/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.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-password-service-api</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion aaa-password-service/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aaa-password-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-password-service-aggregator</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion aaa-shiro/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aaa-shiro/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aaa-shiro/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.aaa</groupId>
<artifactId>aaa-shiro-aggregator</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion aaa-shiro/repackaged-shiro-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>org.opendaylight.aaa</groupId>
<artifactId>repackaged-shiro-jar</artifactId>
<packaging>jar</packaging>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>${project.artifactId}</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion aaa-shiro/repackaged-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aaa-tokenauthrealm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-artifacts</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-artifacts</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../artifacts</relativePath>
</parent>

<groupId>org.opendaylight.aaa</groupId>
<artifactId>dependency-check</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-docs</artifactId>
<packaging>jar</packaging>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>AAA documentation</description>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-artifacts</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion features/features-aaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>features-aaa</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>feature</packaging>

Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-aaa-api</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>feature</packaging>

<name>ODL :: aaa :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-cert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-aaa-cert</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>feature</packaging>

<name>ODL :: aaa :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-aaa-cli</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>feature</packaging>

<name>ODL :: aaa :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-encryption-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-aaa-encryption-service</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>feature</packaging>

<name>ODL :: aaa :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-password-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-aaa-password-service</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>feature</packaging>

<name>ODL :: aaa :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-aaa-shiro</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>feature</packaging>

<!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-aaa-web</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>feature</packaging>

<name>ODL :: aaa :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-apache-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>odl-apache-shiro</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>feature</packaging>

<name>OpenDaylight :: Apache Shiro</name>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>features-aaa-aggregator</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-karaf</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<name>ODL :: aaa :: ${project.artifactId}</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa.project</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>aaa</name> <!-- Used by Sonar to set project name -->

Expand Down
2 changes: 1 addition & 1 deletion web/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web/impl-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web/impl-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.opendaylight.aaa.web</groupId>
<artifactId>web-aggregator</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ODL :: aaa :: ${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion web/servlet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web/servlet-jersey2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-parent</artifactId>
<version>0.20.1</version>
<version>0.20.2-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 92fe3cf

Please sign in to comment.