Skip to content

Commit 8f539c4

Browse files
author
scribbleci
committed
[maven-release-plugin] prepare for next development iteration
1 parent 53809ee commit 8f539c4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.scribble</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>0.4.3</version>
26+
<version>0.4.4-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>scribble-dist</artifactId>

modules/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.scribble</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.4.3</version>
10+
<version>0.4.4-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

modules/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.scribble</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.4.3</version>
10+
<version>0.4.4-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

modules/demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.scribble</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>0.4.3</version>
11+
<version>0.4.4-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

modules/parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.scribble</groupId>
99
<artifactId>parent</artifactId>
10-
<version>0.4.3</version>
10+
<version>0.4.4-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.scribble</groupId>
55
<artifactId>parent</artifactId>
6-
<version>0.4.3</version>
6+
<version>0.4.4-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Scribble</name>
99
<url>http://www.scribble.org</url>
@@ -15,7 +15,7 @@
1515
<url>https://github.com/scribble/scribble-java</url>
1616
<connection>scm:git:https://github.com/scribble/scribble-java.git</connection>
1717
<developerConnection>scm:git:https://github.com/scribble/scribble-java.git</developerConnection>
18-
<tag>0.4.3</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020

2121
<licenses>

0 commit comments

Comments
 (0)