We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc7f3b commit 118ac4cCopy full SHA for 118ac4c
1 file changed
pom.xml
@@ -7,7 +7,7 @@
7
<packaging>jar</packaging>
8
<artifactId>globs-commandline</artifactId>
9
<name>Generic Lightweight ObjectS command line</name>
10
- <version>4.1.1</version>
+ <version>3.1.1</version>
11
12
<developers>
13
<developer>
@@ -118,8 +118,8 @@
118
<artifactId>maven-compiler-plugin</artifactId>
119
<version>3.11.0</version>
120
<configuration>
121
- <source>17</source>
122
- <target>17</target>
+ <source>8</source>
+ <target>8</target>
123
</configuration>
124
</plugin>
125
</plugins>
@@ -129,7 +129,7 @@
129
<dependency>
130
<groupId>org.globsframework</groupId>
131
<artifactId>globs</artifactId>
132
133
</dependency>
134
<!-- <dependency>-->
135
<!-- <groupId>org.globsframework</groupId>-->
0 commit comments