Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErShakirAnsari committed Jul 6, 2024
1 parent 8d2ab44 commit d2ac83d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hello-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.github.ershakiransari.hello</groupId>
<artifactId>hello-world</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<name>Hello Java</name>
Expand Down
2 changes: 1 addition & 1 deletion hello-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.ershakiransari.hello</groupId>
<artifactId>hello-world</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<name>Hello Maven</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.ajaxer</groupId>
<artifactId>parent</artifactId>
<version>0.0.9</version>
<version>0.1.0</version>
</parent>

<groupId>com.github.ershakiransari.hello</groupId>
<artifactId>hello-world</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>

<name>Hello World</name>
<url>https://github.com/ErShakirAnsari/hello-world</url>
Expand Down

0 comments on commit d2ac83d

Please sign in to comment.