Skip to content

Commit 327293c

Browse files
committed
Edit pom.xml for project
1 parent 8dc92e7 commit 327293c

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
@@ -4,7 +4,7 @@
44
<groupId>com.upokecenter</groupId>
55
<artifactId>cbor</artifactId>
66
<packaging>jar</packaging>
7-
<version>4.5</version>
7+
<version>4.5.1-SNAPSHOT</version>
88
<name>CBOR (Concise Binary Object Representation)</name>
99
<description>A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.</description>
1010
<url>https://github.com/peteroupc/CBOR-Java</url>
@@ -82,8 +82,8 @@
8282
</developers>
8383
<properties>
8484
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
85-
<maven.compiler.source>8</maven.compiler.source>
86-
<maven.compiler.target>1.8</maven.compiler.target>
85+
<maven.compiler.source>7</maven.compiler.source>
86+
<maven.compiler.target>1.7</maven.compiler.target>
8787
</properties>
8888
<licenses>
8989
<license>

0 commit comments

Comments
 (0)