Skip to content

Commit

Permalink
2021.4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Apr 1, 2021
1 parent 368f7e1 commit f2d0814
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.terefang.template</groupId>
<artifactId>template</artifactId>
<version>2021.4.26</version>
<version>2021.4.28</version>
<modules>
<module>template-cli</module>
<module>template-maven-plugin</module>
Expand Down
2 changes: 1 addition & 1 deletion template-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>template</artifactId>
<groupId>com.github.terefang.template</groupId>
<version>2021.4.26</version>
<version>2021.4.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions template-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>template</artifactId>
<groupId>com.github.terefang.template</groupId>
<version>2021.4.26</version>
<version>2021.4.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>com.hubspot.jinjava</groupId>
<artifactId>jinjava</artifactId>
<version>2.4.8</version>
<version>2.5.6</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
Expand Down

0 comments on commit f2d0814

Please sign in to comment.