Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNagar committed Feb 13, 2018
1 parent 2becf6c commit 93657e7
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.sanction.thunder</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>api</name>
<artifactId>api</artifactId>
<packaging>jar</packaging>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</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.sanction.thunder</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

<name>application</name>
<artifactId>application</artifactId>
<packaging>jar</packaging>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</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.sanction.thunder</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</parent>

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

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

<groupId>com.sanction.thunder</groupId>
<artifactId>parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>

<scm>
<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>v1.1.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit 93657e7

Please sign in to comment.