This repository was archived by the owner on May 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ ### 1.6.2 (April 14, 2016)
2+
3+ * @sphinks fixed wrong header names in WebHooks class (#20 )
4+ * minimal Java version changed to 1.7
5+
16### 1.6.0 (February 2, 2016)
27
38* Added Custom Fields and Teams support (Pro Plan features)
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ Help Scout Java Wrapper
22=======================
33Java Wrapper for the Help Scout API. More information can be found on our [ developer site] ( http://developer.helpscout.net ) .
44
5- Version 1.6.0 Released
6- ---------------------
5+ Version 1.6.2 Released
6+ ----------------------
77Please see the [ Changelog] ( https://github.com/helpscout/helpscout-api-java/blob/master/CHANGELOG.md ) for details.
88
99Requirements
1010---------------------
11- * Java 1.6 or higher
11+ * Java 1.7 or higher
1212* [ Commons Codec] ( http://commons.apache.org/proper/commons-codec/ )
1313* [ Commons Lang] ( http://commons.apache.org/proper/commons-lang/ )
1414* [ Commons IO] ( http://commons.apache.org/proper/commons-io/ )
Original file line number Diff line number Diff line change 44 <groupId >net.helpscout</groupId >
55 <artifactId >helpscout-api</artifactId >
66 <packaging >jar</packaging >
7- <version >1.6.0 </version >
7+ <version >1.6.2 </version >
88 <name >helpscout-api</name >
99 <url >http://maven.apache.org</url >
1010
126126 <artifactId >maven-compiler-plugin</artifactId >
127127 <version >3.3</version >
128128 <configuration >
129- <source >1.6 </source >
130- <target >1.6 </target >
129+ <source >1.7 </source >
130+ <target >1.7 </target >
131131 </configuration >
132132 </plugin >
133133 </plugins >
You can’t perform that action at this time.
0 commit comments