Skip to content

Commit

Permalink
HSEARCH-3550 Properly set the moditect plugin version in the POM file
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and gsmet committed Apr 3, 2019
1 parent 8274a46 commit a66df6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<version.org.jboss.bridger.plugin>1.5.Final</version.org.jboss.bridger.plugin>
<version.com.buschmais.jqassistant.plugin>1.5.0</version.com.buschmais.jqassistant.plugin>
<version.com.github.alexcojocaru.elasticsearch.plugin>6.12</version.com.github.alexcojocaru.elasticsearch.plugin>
<version.moditech.plugin>1.0.0.Beta2</version.moditech.plugin>
<version.moditect.plugin>1.0.0.Beta2</version.moditect.plugin>

<!--
Please don't change the name of this property, it may be used and
Expand Down Expand Up @@ -1529,6 +1529,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>${version.moditect.plugin}</version>
</plugin>

<!--
Test configuration
Expand Down

0 comments on commit a66df6f

Please sign in to comment.