Skip to content

Commit 3ce7d43

Browse files
committed
Bump and rename sslcontext-kicktart to ayza
Signed-off-by: Hakky54 <[email protected]>
1 parent 7644e23 commit 3ce7d43

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<log4j.version>2.20.0</log4j.version>
1717
<grpc.version>1.68.0</grpc.version>
1818
<protobuf.version>4.29.2</protobuf.version>
19-
<sslcontext.version>8.3.5</sslcontext.version>
19+
<ayza.version>10.0.0</ayza.version>
2020
<!-- JaCoCo Properties -->
2121
<jacoco.version>0.8.13</jacoco.version>
2222
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -78,8 +78,8 @@
7878
</dependency>
7979
<dependency>
8080
<groupId>io.github.hakky54</groupId>
81-
<artifactId>sslcontext-kickstart-for-pem</artifactId>
82-
<version>${sslcontext.version}</version>
81+
<artifactId>ayza-for-pem</artifactId>
82+
<version>${ayza.version}</version>
8383
<exclusions>
8484
<exclusion>
8585
<groupId>org.slf4j</groupId>
@@ -89,8 +89,8 @@
8989
</dependency>
9090
<dependency>
9191
<groupId>io.github.hakky54</groupId>
92-
<artifactId>sslcontext-kickstart</artifactId>
93-
<version>${sslcontext.version}</version>
92+
<artifactId>ayza</artifactId>
93+
<version>${ayza.version}</version>
9494
<exclusions>
9595
<exclusion>
9696
<groupId>org.slf4j</groupId>
@@ -100,8 +100,8 @@
100100
</dependency>
101101
<dependency>
102102
<groupId>io.github.hakky54</groupId>
103-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
104-
<version>${sslcontext.version}</version>
103+
<artifactId>ayza-for-netty</artifactId>
104+
<version>${ayza.version}</version>
105105
<exclusions>
106106
<exclusion>
107107
<groupId>org.slf4j</groupId>

sdk/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
</dependency>
3434
<dependency>
3535
<groupId>io.github.hakky54</groupId>
36-
<artifactId>sslcontext-kickstart-for-pem</artifactId>
36+
<artifactId>ayza-for-pem</artifactId>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.github.hakky54</groupId>
40-
<artifactId>sslcontext-kickstart</artifactId>
40+
<artifactId>ayza</artifactId>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.github.hakky54</groupId>
44-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
44+
<artifactId>ayza-for-netty</artifactId>
4545
</dependency>
4646
<!-- Serialization and Deserialization Dependencies -->
4747
<dependency>

0 commit comments

Comments
 (0)