Skip to content

Commit

Permalink
Update version to 1.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmundo Alvarez committed Sep 1, 2016
1 parent 1cc7fd8 commit c480a90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MapWidget",
"version": "1.1.0-rc.1",
"version": "1.2.0-SNAPSHOT",
"description": "",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-map-widget</artifactId>
<version>1.1.0-rc.2-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand All @@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<graylog.version>2.1.0-rc.2-SNAPSHOT</graylog.version>
<graylog.version>2.2.0-SNAPSHOT</graylog.version>
<graylog.plugin-dir>/usr/share/graylog-server/plugin</graylog.plugin-dir>
</properties>

Expand Down

0 comments on commit c480a90

Please sign in to comment.