We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf13f93 commit 89e4385Copy full SHA for 89e4385
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.scribe</groupId>
5
<artifactId>scribe</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.4.2.stackmagic</version>
+ <version>1.4.3.stackmagic-SNAPSHOT</version>
8
<name>Scribe OAuth Library</name>
9
<description>The best OAuth library out there</description>
10
<url>http://github.com/fernandezpablo85/scribe-java</url>
@@ -73,8 +73,8 @@
73
<plugin>
74
<artifactId>maven-compiler-plugin</artifactId>
75
<configuration>
76
- <source>1.5</source>
77
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
78
</configuration>
79
</plugin>
80
</plugins>
0 commit comments