Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNagar committed Apr 5, 2021
1 parent d911d73 commit 50a9191
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.sanctionco.thunder</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<name>api</name>
<artifactId>api</artifactId>
<packaging>jar</packaging>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions application/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.sanctionco.thunder</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<name>application</name>
<artifactId>application</artifactId>
<packaging>jar</packaging>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.sanctionco.thunder</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<name>client</name>
<artifactId>client</artifactId>
<packaging>jar</packaging>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sanctionco.thunder</groupId>
<artifactId>parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>pom</packaging>

<name>Thunder</name>
Expand All @@ -15,7 +15,7 @@
<url>https://github.com/RohanNagar/thunder</url>
<connection>scm:git:git@github.com:RohanNagar/thunder</connection>
<developerConnection>scm:git:git@github.com:RohanNagar/thunder</developerConnection>
<tag>HEAD</tag>
<tag>v3.0.1</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 50a9191

Please sign in to comment.