Skip to content

Commit 89e4385

Browse files
committed
next dev version
1 parent cf13f93 commit 89e4385

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>org.scribe</groupId>
55
<artifactId>scribe</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.4.2.stackmagic</version>
7+
<version>1.4.3.stackmagic-SNAPSHOT</version>
88
<name>Scribe OAuth Library</name>
99
<description>The best OAuth library out there</description>
1010
<url>http://github.com/fernandezpablo85/scribe-java</url>
@@ -73,8 +73,8 @@
7373
<plugin>
7474
<artifactId>maven-compiler-plugin</artifactId>
7575
<configuration>
76-
<source>1.5</source>
77-
<target>1.5</target>
76+
<source>1.6</source>
77+
<target>1.6</target>
7878
</configuration>
7979
</plugin>
8080
</plugins>

0 commit comments

Comments
 (0)