mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Revert version to 7.0.0-SNAPSHOT
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog</groupId>
|
||||
<artifactId>graylog-project-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../graylog-project-parent</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<artifactId>graylog-parent</artifactId>
|
||||
<groupId>org.graylog</groupId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog</groupId>
|
||||
<artifactId>graylog-project-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../graylog-project-parent</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog</groupId>
|
||||
<artifactId>graylog-project-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../graylog-project-parent</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog.plugins</groupId>
|
||||
<artifactId>graylog-plugin-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>graylog-plugin-web-parent</artifactId>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog</groupId>
|
||||
<artifactId>graylog-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.graylog.plugins</groupId>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog</groupId>
|
||||
<artifactId>graylog-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>graylog-project-parent</artifactId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog.plugins</groupId>
|
||||
<artifactId>graylog-plugin-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../graylog-plugin-parent</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog.plugins</groupId>
|
||||
<artifactId>graylog-plugin-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../graylog-plugin-parent</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.graylog</groupId>
|
||||
<artifactId>graylog-project-parent</artifactId>
|
||||
<version>7.0.0-rc.1</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../graylog-project-parent</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "graylog-web-manifests",
|
||||
"version": "7.0.0-rc.1",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"description": "Manifests needed to reuse vendor & shared bundles in graylog web interface plugins",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "graylog-web-interface",
|
||||
"version": "7.0.0-rc.1",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"description": "Graylog Web Interface",
|
||||
"author": "torch",
|
||||
"license": "SSPL-1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "graylog-web-plugin",
|
||||
"version": "7.0.0-rc.1",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"description": "Helper code for streamlining Graylog web interface plugin development",
|
||||
"main": "index.js",
|
||||
"packageManager": "yarn@1.22.22",
|
||||
|
||||
Reference in New Issue
Block a user