Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Jul 20, 2016
1 parent d21c142 commit 3e3e88c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-pagerduty</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ public String getAuthor() {

@Override
public URI getURL() {
return URI.create("http://www.graylog.org");
return URI.create("https://www.graylog.org");
}

@Override
public Version getVersion() {
return new Version(1, 3, 0, "SNAPSHOT");
return new Version(1, 3, 0);
}

@Override
Expand Down

0 comments on commit 3e3e88c

Please sign in to comment.