Skip to content

Commit f492a34

Browse files
committed
Target java 17 with 2.8.0-SNAPSHOT
1 parent ab82426 commit f492a34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
<groupId>com.hubspot.jinjava</groupId>
1212
<artifactId>jinjava</artifactId>
13-
<version>2.7.5-SNAPSHOT</version>
13+
<version>2.8.0-SNAPSHOT</version>
1414
<description>Jinja templating engine implemented in Java</description>
1515

1616
<properties>
17-
<project.build.targetJdk>8</project.build.targetJdk>
18-
<project.build.releaseJdk>8</project.build.releaseJdk>
17+
<project.build.targetJdk>17</project.build.targetJdk>
18+
<project.build.releaseJdk>17</project.build.releaseJdk>
1919

2020
<dep.plugin.jacoco.version>0.8.3</dep.plugin.jacoco.version>
2121
<dep.plugin.javadoc.version>3.0.1</dep.plugin.javadoc.version>

0 commit comments

Comments
 (0)