Skip to content

Commit 60f55b0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f8e1054 commit 60f55b0

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.2</version>
8+
<version>3.2.3-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.2</version>
7+
<version>3.2.3-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.2</version>
7+
<version>3.2.3-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.2</version>
7+
<version>3.2.3-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.2</version>
7+
<version>3.2.3-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.2</version>
7+
<version>3.2.3-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.2</version>
6+
<version>3.2.3-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.2</version>
6+
<version>3.2.3-SNAPSHOT</version>
77

88
<packaging>pom</packaging>
99

@@ -173,7 +173,7 @@
173173
<connection>scm:git:git://github.com/PebbleTemplates/pebble.git</connection>
174174
<developerConnection>scm:git:[email protected]:PebbleTemplates/pebble.git</developerConnection>
175175
<url>https://github.com/PebbleTemplates/pebble.git</url>
176-
<tag>v3.2.2</tag>
176+
<tag>HEAD</tag>
177177
</scm>
178178
</project>
179179

0 commit comments

Comments
 (0)