Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed May 24, 2021
1 parent 17fe33d commit 6cbe0f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions fsimage-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>hfsa-fsimage-generator</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>jar</packaging>
<name>HFSA FSImage Generator</name>
<parent>
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
<artifactId>hfsa-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>hfsa-lib</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>jar</packaging>
<name>HFSA Lib</name>
<parent>
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
<artifactId>hfsa-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
<artifactId>hfsa-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>
<name>Hadoop File System Analyzer (HFSA)</name>

Expand All @@ -16,7 +16,7 @@
<connection>scm:git:https://github.com/marcelmay/hfsa.git</connection>
<developerConnection>scm:git:[email protected]:marcelmay/hfsa.git</developerConnection>
<url>https://github.com/marcelmay/hfsa</url>
<tag>HEAD</tag>
<tag>release-1.3.2</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -62,12 +62,12 @@
<dependency>
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
<artifactId>hfsa-lib</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
<artifactId>hfsa-tool</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>

<!-- 3rd party dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>hfsa-tool</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>jar</packaging>
<name>HFSA Tool</name>
<parent>
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
<artifactId>hfsa-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 6cbe0f6

Please sign in to comment.