Skip to content

Commit

Permalink
Add plugin version in es-plugin.properties
Browse files Browse the repository at this point in the history
With #2784, we can now add plugin version in `es-plugin.properties` file.

It will only be used with elasticsearch 1.0.0 and upper. No need to push it in 1.x branch.

Closes #22.
  • Loading branch information
dadoonet committed Mar 9, 2014
1 parent 2de0ca1 commit eac5e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/es-plugin.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
plugin=org.elasticsearch.plugin.analysis.icu.AnalysisICUPlugin
version=${project.version}

0 comments on commit eac5e1d

Please sign in to comment.