Skip to content

Commit

Permalink
"SalesforceFoundation#65 Updated version in pom.xml to be consistent …
Browse files Browse the repository at this point in the history
…with release versions. Added version number for maven-jar-plugin to resolve Maven errors."
  • Loading branch information
mvogelgesang committed Jan 2, 2017
1 parent 2320e2d commit 8d8d68d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ApexDoc</groupId>
<artifactId>ApexDoc</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.8</version>
<name>ApexDoc</name>
<description>A documentation generator for Apex using JavaDoc style comment blocks</description>

Expand Down Expand Up @@ -30,6 +30,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<!-- DO NOT include log4j.properties file in your Jar -->
<excludes>
Expand Down

0 comments on commit 8d8d68d

Please sign in to comment.