Skip to content

Commit 118ac4c

Browse files
committed
jdk8
1 parent 2fc7f3b commit 118ac4c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packaging>jar</packaging>
88
<artifactId>globs-commandline</artifactId>
99
<name>Generic Lightweight ObjectS command line</name>
10-
<version>4.1.1</version>
10+
<version>3.1.1</version>
1111

1212
<developers>
1313
<developer>
@@ -118,8 +118,8 @@
118118
<artifactId>maven-compiler-plugin</artifactId>
119119
<version>3.11.0</version>
120120
<configuration>
121-
<source>17</source>
122-
<target>17</target>
121+
<source>8</source>
122+
<target>8</target>
123123
</configuration>
124124
</plugin>
125125
</plugins>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.globsframework</groupId>
131131
<artifactId>globs</artifactId>
132-
<version>4.1.1</version>
132+
<version>3.1.1</version>
133133
</dependency>
134134
<!-- <dependency>-->
135135
<!-- <groupId>org.globsframework</groupId>-->

0 commit comments

Comments
 (0)