BAEL-7636 Add the missing plugin versions in the tutorial repo

-Added missing plugin versions
This commit is contained in:
Dhawal Kapil
2018-08-14 13:34:45 +05:30
parent 74e3e7ff95
commit 856ca42d23
13 changed files with 83 additions and 57 deletions

View File

@@ -39,6 +39,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -60,6 +61,7 @@
<thrift.version>0.10.0</thrift.version>
<maven-thrift.version>0.1.11</maven-thrift.version>
<org.slf4j.slf4j-simple.version>1.7.12</org.slf4j.slf4j-simple.version>
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
</properties>
</project>