Skip to content

Commit

Permalink
[RELEASE] prepare release v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ErShakirAnsari committed Oct 17, 2022
1 parent f3ee022 commit 726546d
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>
<artifactId>hello-world</artifactId>
<groupId>com.github.ershakiransari</groupId>
<version>0.7.9-SNAPSHOT</version>
<version>0.7.9</version>
</parent>

<artifactId>hello-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hello-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hello-world</artifactId>
<groupId>com.github.ershakiransari</groupId>
<version>0.7.9-SNAPSHOT</version>
<version>0.7.9</version>
</parent>

<artifactId>hello-maven</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-world</artifactId>
<version>0.7.9-SNAPSHOT</version>
<version>0.7.9</version>

<name>Hello World</name>
<url>https://github.com/ErShakirAnsari/hello-world</url>
Expand All @@ -47,7 +47,7 @@
<connection>scm:git:https://github.com/ErShakirAnsari/hello-world.git</connection>
<developerConnection>scm:git:https://github.com/ErShakirAnsari/hello-world.git</developerConnection>
<url>https://github.com/ErShakirAnsari/hello-world/</url>
<tag>HEAD</tag>
<tag>v0.7.9</tag>
</scm>

<developers>
Expand Down

0 comments on commit 726546d

Please sign in to comment.