Skip to content

Commit

Permalink
Merge pull request #281 from jGauravGupta/FISH-8054-inc
Browse files Browse the repository at this point in the history
FISH-8054 Increment OpenID Security Connector 2.8.0-SNAPSHOT
  • Loading branch information
jGauravGupta authored May 15, 2024
2 parents f77c19e + edf56c9 commit c0c90fe
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 24 deletions.
4 changes: 2 additions & 2 deletions oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2019-2023] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2019-2024] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>fish.payara.security.connectors</groupId>
<artifactId>security-connectors-parent</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>

<groupId>fish.payara.security.connectors</groupId>
Expand Down
15 changes: 3 additions & 12 deletions openid-standalone-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~
~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
~
~ Copyright (c) [2022-2023] Payara Foundation and/or its affiliates. All rights reserved.
~ Copyright (c) [2022-2024] Payara Foundation and/or its affiliates. All rights reserved.
~
~ The contents of this file are subject to the terms of either the GNU
~ General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,12 +47,12 @@
<parent>
<artifactId>security-connectors-parent</artifactId>
<groupId>fish.payara.security.connectors</groupId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>openid-standalone-it</artifactId>

<name>openid standalone it</name>
<properties>
<version.payara>5.2022.5</version.payara>
<version.arquillian>1.7.0.Alpha12</version.arquillian>
Expand Down Expand Up @@ -163,15 +163,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
6 changes: 3 additions & 3 deletions openid-standalone/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) [2020-2023] Payara Foundation and/or its affiliates. All rights reserved.
~ Copyright (c) [2020-2024] Payara Foundation and/or its affiliates. All rights reserved.
~
~ The contents of this file are subject to the terms of either the GNU
~ General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -43,10 +43,10 @@
<parent>
<artifactId>security-connectors-parent</artifactId>
<groupId>fish.payara.security.connectors</groupId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>openid standalone</name>
<artifactId>openid-standalone</artifactId>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2021-2023] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2021-2024] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>fish.payara.security.connectors</groupId>
<artifactId>security-connectors-parent</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>

<groupId>fish.payara.security.connectors</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2019-2023] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2019-2024] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -44,7 +44,7 @@

<groupId>fish.payara.security.connectors</groupId>
<artifactId>security-connectors-parent</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Payara Security Connectors</name>

Expand Down
6 changes: 3 additions & 3 deletions security-connectors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) [2021-2023] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2021-2024] Payara Foundation and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -43,12 +43,12 @@
<parent>
<artifactId>security-connectors-parent</artifactId>
<groupId>fish.payara.security.connectors</groupId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>

<groupId>fish.payara.security.connectors</groupId>
<artifactId>security-connectors-api</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>Payara Security Connnectors API</name>
Expand Down

0 comments on commit c0c90fe

Please sign in to comment.