Skip to content

Commit 6260553

Browse files
committedJan 22, 2024
fixed groupid
1 parent 2364ac0 commit 6260553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Release artifact
2727
<dependency>
2828
<groupId>com.github.zrdj</groupId>
2929
<artifactId>java-predicates</artifactId>
30-
<version>0.2.0</version>
30+
<version>0.3.0</version>
3131
</dependency>
3232
```
3333

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>io.github.codejanovic</groupId>
6+
<groupId>com.github.zrdj</groupId>
77
<artifactId>java-predicates</artifactId>
88
<version>0.3.0</version>
99
<packaging>jar</packaging>

0 commit comments

Comments
 (0)