Skip to content

Commit 7c12848

Browse files
committed
Add plugin version in es-plugin.properties
With elastic/elasticsearch#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 #59.
1 parent 8f87ed8 commit 7c12848

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
</dependencies>
144144

145145
<build>
146+
<resources>
147+
<resource>
148+
<directory>src/main/resources</directory>
149+
<filtering>true</filtering>
150+
</resource>
151+
</resources>
146152
<plugins>
147153
<plugin>
148154
<groupId>org.apache.maven.plugins</groupId>
+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
plugin=org.elasticsearch.plugin.cloud.aws.CloudAwsPlugin
2+
version=${project.version}
23

0 commit comments

Comments
 (0)