Skip to content

Commit 88ed189

Browse files
committed
chore(release): prepare for next development iteration
1 parent 7db8a5a commit 88ed189

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

figlet-fonts-figletorg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.spannm</groupId>
77
<artifactId>figlet</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>figlet-fonts-figletorg</artifactId>

figlet-fonts-xero/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.spannm</groupId>
77
<artifactId>figlet</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>figlet-fonts-xero</artifactId>

figlet-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.spannm</groupId>
77
<artifactId>figlet</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>figlet-maven-plugin</artifactId>

figlet4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.spannm</groupId>
77
<artifactId>figlet</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>figlet4j</artifactId>

pom.xml

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

55
<groupId>io.github.spannm</groupId>
66
<artifactId>figlet</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>${project.artifactId}</name>
@@ -39,7 +39,7 @@
3939
<connection>scm:git:ssh://git@github.com/${developerId}/${project.artifactId}.git</connection>
4040
<developerConnection>scm:git:ssh://git@github.com/${developerId}/${project.artifactId}.git</developerConnection>
4141
<url>https://github.com/${developerId}/${project.artifactId}/tree/master</url>
42-
<tag>figlet-1.0.0</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444

4545
<issueManagement>

0 commit comments

Comments
 (0)