Skip to content

Commit

Permalink
fixed groupid
Browse files Browse the repository at this point in the history
  • Loading branch information
codejanovic committed Jan 22, 2024
1 parent 2364ac0 commit 6260553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Release artifact
<dependency>
<groupId>com.github.zrdj</groupId>
<artifactId>java-predicates</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.codejanovic</groupId>
<groupId>com.github.zrdj</groupId>
<artifactId>java-predicates</artifactId>
<version>0.3.0</version>
<packaging>jar</packaging>
Expand Down

0 comments on commit 6260553

Please sign in to comment.