Skip to content

Commit 9c4c586

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 286171c commit 9c4c586

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

fsimage-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>hfsa-fsimage-generator</artifactId>
6-
<version>1.3.12</version>
6+
<version>1.3.13-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>HFSA FSImage Generator</name>
99
<parent>
1010
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
1111
<artifactId>hfsa-parent</artifactId>
12-
<version>1.3.12</version>
12+
<version>1.3.13-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

lib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>hfsa-lib</artifactId>
6-
<version>1.3.12</version>
6+
<version>1.3.13-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>HFSA Lib</name>
99
<parent>
1010
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
1111
<artifactId>hfsa-parent</artifactId>
12-
<version>1.3.12</version>
12+
<version>1.3.13-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
66
<artifactId>hfsa-parent</artifactId>
7-
<version>1.3.12</version>
7+
<version>1.3.13-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Hadoop File System Analyzer (HFSA)</name>
1010

@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
6464
<artifactId>hfsa-lib</artifactId>
65-
<version>1.3.12</version>
65+
<version>1.3.13-SNAPSHOT</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
6969
<artifactId>hfsa-tool</artifactId>
70-
<version>1.3.12</version>
70+
<version>1.3.13-SNAPSHOT</version>
7171
</dependency>
7272

7373
<!-- 3rd party dependencies -->

tool/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>hfsa-tool</artifactId>
6-
<version>1.3.12</version>
6+
<version>1.3.13-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>HFSA Tool</name>
99
<parent>
1010
<groupId>de.m3y.hadoop.hdfs.hfsa</groupId>
1111
<artifactId>hfsa-parent</artifactId>
12-
<version>1.3.12</version>
12+
<version>1.3.13-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)