summaryrefslogtreecommitdiff
path: root/plugins/analysis-stempel
diff options
context:
space:
mode:
authorSimon Willnauer <simonw@apache.org>2015-07-09 12:52:02 +0200
committerSimon Willnauer <simonw@apache.org>2015-07-09 21:24:32 +0200
commite0708813a9228c4d69af5b94bdf263c2bc7945ed (patch)
treea5c1076b529ead204eacf9c78091534c0bc30c63 /plugins/analysis-stempel
parent26df78a90a0457fc7e90f62e0edabe8e1911b176 (diff)
Make 2.0.0.beta1-SNAPSHOT the current version.
Today everything is tight to having the next version as the latest. In order to work towards 2.0.0.beta1 we need to fix all the usage of 2.0.0-SNAPSHOT to reflect the version we will release soon. Usually we do this on the release branch but to simplify things I wanna keep this on master for now and move to 2.1.0-SNAPSHOT on master once we created a 2.0 branch. Closes #12148
Diffstat (limited to 'plugins/analysis-stempel')
-rw-r--r--plugins/analysis-stempel/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/analysis-stempel/pom.xml b/plugins/analysis-stempel/pom.xml
index 29bdcafc38..afe96ba910 100644
--- a/plugins/analysis-stempel/pom.xml
+++ b/plugins/analysis-stempel/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-plugin</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0.beta1-SNAPSHOT</version>
</parent>
<artifactId>elasticsearch-analysis-stempel</artifactId>