Skip to content

Commit 70c73c4

Browse files
committed
add: reactify-core
1 parent 195ac09 commit 70c73c4

File tree

109 files changed

+13046
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+13046
-11
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<version>3.3.2</version>
99
<relativePath/>
1010
</parent>
11-
1211
<groupId>io.github.hoangtien2k3</groupId>
1312
<artifactId>reactify</artifactId>
1413
<version>1.1.6</version>

reactify-cache/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.springframework.boot</groupId>
7-
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.2</version>
9-
<relativePath/>
6+
<groupId>io.github.hoangtien2k3</groupId>
7+
<artifactId>reactify</artifactId>
8+
<version>1.1.6</version>
9+
<relativePath>../pom.xml</relativePath>
1010
</parent>
11-
<groupId>io.hoangtien2k3.cache</groupId>
1211
<artifactId>reactify-cache</artifactId>
1312
<version>1.1.6</version>
1413
<name>reactify-cache</name>

0 commit comments

Comments
 (0)