Skip to content

Commit 2e4fc1d

Browse files
committed
set next version to 2021.04.002-SNAPSHOT
1 parent dbf0ebd commit 2e4fc1d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.devonfw.tools</groupId>
88
<artifactId>devonfw-docgen</artifactId>
9-
<version>2021.04.001</version>
9+
<version>2021.04.002-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>devonfw-docgen-all</artifactId>
1212
<packaging>pom</packaging>

html/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.devonfw.tools</groupId>
88
<artifactId>devonfw-docgen</artifactId>
9-
<version>2021.04.001</version>
9+
<version>2021.04.002-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>devonfw-docgen-html</artifactId>
1212
<packaging>pom</packaging>

init/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.devonfw.tools</groupId>
88
<artifactId>devonfw-docgen</artifactId>
9-
<version>2021.04.001</version>
9+
<version>2021.04.002-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>devonfw-docgen-init</artifactId>
1212
<packaging>pom</packaging>

pdf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.devonfw.tools</groupId>
88
<artifactId>devonfw-docgen</artifactId>
9-
<version>2021.04.001</version>
9+
<version>2021.04.002-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>devonfw-docgen-pdf</artifactId>
1212
<packaging>pom</packaging>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.devonfw.tools</groupId>
1111
<artifactId>devonfw-docgen</artifactId>
12-
<version>2021.04.001</version>
12+
<version>2021.04.002-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>${project.artifactId}</name>
1515
<description>Generates documentation as PDF, ePub or HTML from AsciiDoc wiki pages.</description>

0 commit comments

Comments
 (0)