Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Updating pom.xml, CHANGELOG.md and README.md on JDK 1.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Apr 1, 2015
1 parent 82e9958 commit 102ff20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Changelog of Pull Request Notifier for Stash.

## 1.2
* Compatible with Java 7, was compatible with Java 8

## 1.1

* Adding support for filters
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Pull Request Notifier for Stash can
## Developer instructions
### Prerequisites
- Atlas SDK [(installation instructions)](https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project).
- JDK 1.8
- JDK 1.7

Generate Eclipse project:
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 102ff20

Please sign in to comment.