Skip to content

Commit eea1ccb

Browse files
committed
reactify-core 1.2.9
1 parent 94b8679 commit eea1ccb

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<version>3.3.5</version>
2424
<relativePath/>
2525
</parent>
26+
27+
<!-- =========================================== -->
28+
<!-- The maven central for all the library -->
29+
<!-- =========================================== -->
2630
<groupId>io.github.hoangtien2k3</groupId>
2731
<artifactId>reactify-parent</artifactId>
2832
<version>1.2.0</version>
@@ -32,6 +36,9 @@
3236
Minio Storage, OAuth2 Security, Caching, and Trace Logging Integration</description>
3337
<url>https://github.com/hoangtien2k3/reactify-core</url>
3438

39+
<!-- =========================================== -->
40+
<!-- The info developers for all the library -->
41+
<!-- =========================================== -->
3542
<licenses>
3643
<license>
3744
<name>Apache License, Version 2.0</name>
@@ -62,6 +69,9 @@
6269
</repository>
6370
</distributionManagement>
6471

72+
<!-- =========================================== -->
73+
<!-- The properties for all the library -->
74+
<!-- =========================================== -->
6575
<properties>
6676
<java.version>21</java.version>
6777
<spotless.version>2.43.0</spotless.version>
@@ -74,6 +84,9 @@
7484
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
7585
</properties>
7686

87+
<!-- =========================================== -->
88+
<!-- The modules for all the library -->
89+
<!-- =========================================== -->
7790
<modules>
7891
<module>reactify-cache</module>
7992
<module>reactify-client</module>
@@ -97,7 +110,9 @@
97110
</dependency>
98111
</dependencies>
99112

100-
<!-- The build plugins for projects -->
113+
<!-- =========================================== -->
114+
<!-- The plugins for all the library -->
115+
<!-- =========================================== -->
101116
<build>
102117
<plugins>
103118
<plugin>

0 commit comments

Comments
 (0)