Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ebussieres committed Nov 11, 2018
1 parent f3aee2a commit 5dee26f
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-project</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pebble-spring/pebble-spring-boot-2-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pebble-spring</artifactId>
<groupId>io.pebbletemplates</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<artifactId>pebble-spring-boot-2-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pebble-spring/pebble-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-spring</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<artifactId>pebble-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pebble-spring/pebble-spring3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-spring</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<artifactId>pebble-spring3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pebble-spring/pebble-spring4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-spring</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<artifactId>pebble-spring4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pebble-spring/pebble-spring5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>pebble-spring</artifactId>
<groupId>io.pebbletemplates</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<artifactId>pebble-spring5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pebble-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-project</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<artifactId>pebble-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pebble/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-project</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<artifactId>pebble</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble-project</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -150,7 +150,7 @@
<connection>scm:git:git://github.com/PebbleTemplates/pebble.git</connection>
<developerConnection>scm:git:[email protected]:PebbleTemplates/pebble.git</developerConnection>
<url>https://github.com/PebbleTemplates/pebble.git</url>
<tag>HEAD</tag>
<tag>v3.0.6</tag>
</scm>
</project>

0 comments on commit 5dee26f

Please sign in to comment.