Skip to content

Commit f935bfe

Browse files
committed
updated pom for snapshot build
1 parent 21558fc commit f935bfe

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
</license>
1616
</licenses>
1717
<developers>
18+
<developer>
19+
<id>DevCybran</id>
20+
<name>DevCybran</name>
21+
<email>[email protected]</email>
22+
</developer>
1823
<developer>
1924
<id>str4d</id>
2025
<name>str4d</name>
@@ -42,8 +47,8 @@
4247
<groupId>org.apache.maven.plugins</groupId>
4348
<artifactId>maven-compiler-plugin</artifactId>
4449
<configuration>
45-
<source>1.6</source>
46-
<target>1.6</target>
50+
<source>1.8</source>
51+
<target>1.8</target>
4752
<encoding>${project.build.sourceEncoding}</encoding>
4853
</configuration>
4954
<version>3.1</version>

0 commit comments

Comments
 (0)