Skip to content

Commit 5c8fd75

Browse files
authored
Merge pull request #2 from MarcSync/dev
Added Support for JDK11+
2 parents 2987580 + f8126f0 commit 5c8fd75

File tree

8 files changed

+4
-59
lines changed

8 files changed

+4
-59
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ target/
44
!**/src/test/**/target/
55

66
### IntelliJ IDEA ###
7+
.idea/
78
.idea/modules.xml
89
.idea/jarRepositories.xml
910
.idea/compiler.xml

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/discord.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.marcsync</groupId>
88
<artifactId>marcsync-java-client</artifactId>
9-
<version>0.1.0</version>
9+
<version>1.0.0</version>
1010

1111
<name>marcsync-java-client</name>
1212
<description>Java client for the MarcSync API</description>
@@ -30,8 +30,8 @@
3030

3131
<properties>
3232
<gpg.skip>true</gpg.skip>
33-
<maven.compiler.source>21</maven.compiler.source>
34-
<maven.compiler.target>21</maven.compiler.target>
33+
<maven.compiler.source>11</maven.compiler.source>
34+
<maven.compiler.target>11</maven.compiler.target>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
</properties>
3737

0 commit comments

Comments
 (0)