Skip to content

Commit 6f809c8

Browse files
committed
Renamed ssl library to ayza
1 parent a97c6f7 commit 6f809c8

File tree

26 files changed

+45
-45
lines changed

26 files changed

+45
-45
lines changed

bypassing-overruling-ssl-configuration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</dependency>
2222
<dependency>
2323
<groupId>io.github.hakky54</groupId>
24-
<artifactId>sslcontext-kickstart</artifactId>
25-
<version>${version.sslcontext-kickstart}</version>
24+
<artifactId>ayza</artifactId>
25+
<version>${version.ayza}</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.mysql</groupId>

elasticsearch-with-ssl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<dependency>
3030
<groupId>io.github.hakky54</groupId>
31-
<artifactId>sslcontext-kickstart</artifactId>
32-
<version>${version.sslcontext-kickstart}</version>
31+
<artifactId>ayza</artifactId>
32+
<version>${version.ayza}</version>
3333
</dependency>
3434

3535
<dependency>

grpc-client-server-with-ssl/grpc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependencies>
1818
<dependency>
1919
<groupId>io.github.hakky54</groupId>
20-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
20+
<artifactId>ayza-for-netty</artifactId>
2121
</dependency>
2222

2323
<dependency>

grpc-client-server-with-ssl/grpc-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<dependency>
3030
<groupId>io.github.hakky54</groupId>
31-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
31+
<artifactId>ayza-for-netty</artifactId>
3232
</dependency>
3333

3434
<dependency>

grpc-client-server-with-ssl/instant-server-ssl-reloading-with-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<dependency>
3030
<groupId>io.github.hakky54</groupId>
31-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
31+
<artifactId>ayza-for-netty</artifactId>
3232
</dependency>
3333

3434
<dependency>

grpc-client-server-with-ssl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
<dependency>
5454
<groupId>io.github.hakky54</groupId>
55-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
56-
<version>${version.sslcontext-kickstart}</version>
55+
<artifactId>ayza-for-netty</artifactId>
56+
<version>${version.ayza}</version>
5757
</dependency>
5858

5959
<dependency>

instant-server-ssl-reloading-with-netty/netty-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</dependency>
2121
<dependency>
2222
<groupId>io.github.hakky54</groupId>
23-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
23+
<artifactId>ayza-for-netty</artifactId>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.slf4j</groupId>

instant-server-ssl-reloading-with-netty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</dependency>
2626
<dependency>
2727
<groupId>io.github.hakky54</groupId>
28-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
29-
<version>${version.sslcontext-kickstart}</version>
28+
<artifactId>ayza-for-netty</artifactId>
29+
<version>${version.ayza}</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.slf4j</groupId>

instant-server-ssl-reloading-with-quarkus/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.github.hakky54</groupId>
17-
<artifactId>sslcontext-kickstart</artifactId>
18-
<version>${version.sslcontext-kickstart}</version>
17+
<artifactId>ayza</artifactId>
18+
<version>${version.ayza}</version>
1919
</dependency>
2020

2121
<dependency>

instant-server-ssl-reloading-with-vertx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</dependency>
2626
<dependency>
2727
<groupId>io.github.hakky54</groupId>
28-
<artifactId>sslcontext-kickstart</artifactId>
29-
<version>${version.sslcontext-kickstart}</version>
28+
<artifactId>ayza</artifactId>
29+
<version>${version.ayza}</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)