Skip to content

Commit

Permalink
Merge pull request #115 from razorpay/maven-source-pom-update
Browse files Browse the repository at this point in the history
Updated pom with mvn source compiler version
  • Loading branch information
ritesh-commits authored Dec 2, 2020
2 parents eea1630 + e7f613e commit d1c72a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.razorpay</groupId>
<artifactId>razorpay-java</artifactId>
<version>1.3.8</version>
<version>1.3.9</version>
</dependency>
```

Expand All @@ -30,7 +30,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.razorpay:razorpay-java:1.3.8"
compile "com.razorpay:razorpay-java:1.3.9"
```

## Usage
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit d1c72a7

Please sign in to comment.