Skip to content

Commit c3ce505

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b0cfeb8 commit c3ce505

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

docs/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.pebbletemplates</groupId>
77
<artifactId>pebble-project</artifactId>
8-
<version>3.2.1</version>
8+
<version>3.2.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>docs</artifactId>

pebble-spring/pebble-legacy-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>pebble-spring</artifactId>
66
<groupId>io.pebbletemplates</groupId>
7-
<version>3.2.1</version>
7+
<version>3.2.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>pebble-legacy-spring-boot-starter</artifactId>

pebble-spring/pebble-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>pebble-spring</artifactId>
66
<groupId>io.pebbletemplates</groupId>
7-
<version>3.2.1</version>
7+
<version>3.2.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>pebble-spring-boot-starter</artifactId>

pebble-spring/pebble-spring5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>pebble-spring</artifactId>
66
<groupId>io.pebbletemplates</groupId>
7-
<version>3.2.1</version>
7+
<version>3.2.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>pebble-spring5</artifactId>

pebble-spring/pebble-spring6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>pebble-spring</artifactId>
66
<groupId>io.pebbletemplates</groupId>
7-
<version>3.2.1</version>
7+
<version>3.2.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>pebble-spring6</artifactId>

pebble-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.pebbletemplates</groupId>
66
<artifactId>pebble-project</artifactId>
7-
<version>3.2.1</version>
7+
<version>3.2.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>pebble-spring</artifactId>

pebble/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.pebbletemplates</groupId>
55
<artifactId>pebble-project</artifactId>
6-
<version>3.2.1</version>
6+
<version>3.2.2-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>pebble</artifactId>

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>io.pebbletemplates</groupId>
55
<artifactId>pebble-project</artifactId>
6-
<version>3.2.1</version>
6+
<version>3.2.2-SNAPSHOT</version>
77

88
<packaging>pom</packaging>
99

@@ -172,7 +172,7 @@
172172
<connection>scm:git:git://github.com/PebbleTemplates/pebble.git</connection>
173173
<developerConnection>scm:git:git@github.com:PebbleTemplates/pebble.git</developerConnection>
174174
<url>https://github.com/PebbleTemplates/pebble.git</url>
175-
<tag>v3.2.1</tag>
175+
<tag>HEAD</tag>
176176
</scm>
177177
</project>
178178

0 commit comments

Comments
 (0)