Skip to content

Commit

Permalink
[Deploy phase] Preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotru committed Apr 10, 2017
1 parent 862a3ed commit dbdf47d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-build</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>

<name>Spring Boot Email Build</name>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-email-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-build</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-core</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<name>Spring Boot Email Core</name>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-email-template-engines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-build</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-template-engines</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>

<name>Spring Boot Email Template Engines</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-template-engines</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>it.ozimov</groupId>
<artifactId>spring-boot-freemarker-email</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<name>Spring Boot Email Freemarker</name>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-core</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<!-- Templating engine -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-template-engines</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>it.ozimov</groupId>
<artifactId>spring-boot-mustache-email</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<name>Spring Boot Email Mustache</name>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-core</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<!-- Templating engine -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-template-engines</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>it.ozimov</groupId>
<artifactId>spring-boot-pebble-email</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<name>Spring Boot Email Pebble</name>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-core</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<!-- Templating engine -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-template-engines</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>it.ozimov</groupId>
<artifactId>spring-boot-thymeleaf-email</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<name>Spring Boot Email Thymeleaf</name>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>spring-boot-email-core</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<!-- Templating engine -->
<dependency>
Expand Down

0 comments on commit dbdf47d

Please sign in to comment.