Skip to content

Commit f248d0c

Browse files
committed
version fro jdk 8.
1 parent 77a3f65 commit f248d0c

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
@@ -7,7 +7,7 @@
77
<packaging>jar</packaging>
88
<artifactId>saxstack</artifactId>
99
<name>SAXStack</name>
10-
<version>4.1.1</version>
10+
<version>3.1.1</version>
1111

1212
<developers>
1313
<developer>
@@ -121,8 +121,8 @@
121121
<artifactId>maven-compiler-plugin</artifactId>
122122
<version>3.11.0</version>
123123
<configuration>
124-
<source>17</source>
125-
<target>17</target>
124+
<source>8</source>
125+
<target>8</target>
126126
</configuration>
127127
</plugin>
128128
<plugin>

0 commit comments

Comments
 (0)