Skip to content

Commit 8afbea1

Browse files
committed
Version 1.0
1 parent 726218f commit 8afbea1

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

avaje-oauth2-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-oauth2-parent</artifactId>
9-
<version>0.1</version>
9+
<version>1.0</version>
1010
</parent>
1111

1212
<artifactId>avaje-oauth2-core</artifactId>
13+
<name>avaje-oauth2-core</name>
1314

1415
<dependencies>
1516
<dependency>

avaje-oauth2-helidon-jwtfilter/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-oauth2-parent</artifactId>
9-
<version>0.1</version>
9+
<version>1.0</version>
1010
</parent>
1111

1212
<artifactId>avaje-oauth2-helidon-jwtfilter</artifactId>
13+
<name>avaje-oauth2-helidon-jwtfilter</name>
1314

1415
<dependencies>
1516
<dependency>
1617
<groupId>io.avaje</groupId>
1718
<artifactId>avaje-oauth2-core</artifactId>
18-
<version>0.1</version>
19+
<version>1.0</version>
1920
</dependency>
2021
<dependency>
2122
<groupId>io.helidon.webserver</groupId>

avaje-oauth2-oidc-cognito/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-oauth2-parent</artifactId>
9-
<version>0.1</version>
9+
<version>1.0</version>
1010
</parent>
1111

1212
<artifactId>avaje-oauth2-oidc-cognito</artifactId>
13+
<name>avaje-oauth2-oidc-cognito</name>
1314

1415
<dependencies>
1516
<dependency>
1617
<groupId>io.avaje</groupId>
1718
<artifactId>avaje-oauth2-core</artifactId>
18-
<version>0.1</version>
19+
<version>1.0</version>
1920
</dependency>
2021
<dependency>
2122
<groupId>io.avaje</groupId>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
<groupId>io.avaje</groupId>
1313
<artifactId>avaje-oauth2-parent</artifactId>
14-
<version>0.1</version>
14+
<name>avaje-oauth2-parent</name>
15+
<version>1.0</version>
1516
<packaging>pom</packaging>
1617

1718
<modules>

0 commit comments

Comments
 (0)