Skip to content

Commit

Permalink
udpate pom version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
parvez3019 committed Apr 6, 2024
1 parent 897b514 commit 91cf605
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,23 +84,23 @@ Maven
<dependency>
<groupId>io.github.parvez3019</groupId>
<artifactId>log4error</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
</dependency>
```

Gradle
```
implementation group: 'io.github.parvez3019', name: 'log4error', version: '0.0.9'
implementation group: 'io.github.parvez3019', name: 'log4error', version: '0.0.10'
```

Gradle (short)
```
implementation 'io.github.parvez3019:log4error:0.0.9'
implementation 'io.github.parvez3019:log4error:0.0.10'
```

Gradle (kotlin)
```
implementation("io.github.parvez3019:log4error:0.0.9")
implementation("io.github.parvez3019:log4error:0.0.10")
```


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.parvez3019</groupId>
<artifactId>log4error</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
<packaging>jar</packaging>

<name>log4error</name>
Expand Down Expand Up @@ -180,6 +180,6 @@
<connection>scm:git:git://github.com/parvez3019/log4error.git</connection>
<developerConnection>scm:git:ssh://github.com:parvez3019/log4error.git</developerConnection>
<url>https://github.com/parvez3019/log4error.git</url>
<tag>0.0.9</tag>
<tag>0.0.10</tag>
</scm>
</project>

0 comments on commit 91cf605

Please sign in to comment.