Skip to content

Commit 2c899f7

Browse files
sunilkhedarPankaj Keswani
authored andcommitted
Maven compile and target version changed to 1.7 (#40)
1 parent e828058 commit 2c899f7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ For documentation, visit [https://dev.ost.com/](https://dev.ost.com/)
3232
### Installation
3333

3434
#### Maven users
35-
##### Add this dependency to your project's POM:
35+
36+
Add this dependency to your project's POM
3637
```xml
3738
<dependency>
3839
<groupId>com.ost</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
</dependency>
117117
</dependencies>
118118
<properties>
119-
<maven.compiler.source>1.6</maven.compiler.source>
120-
<maven.compiler.target>1.6</maven.compiler.target>
119+
<maven.compiler.source>1.7</maven.compiler.source>
120+
<maven.compiler.target>1.7</maven.compiler.target>
121121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
122122
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
123123
</properties>

0 commit comments

Comments
 (0)