Skip to content

Commit

Permalink
use tc version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuynh committed Jun 4, 2013
1 parent 1ffc15e commit 97ded7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quartz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.7.1</version>
<version>2.0-tc-patch</version>
<configuration>
<artifactSet>
<includes>
Expand All @@ -131,6 +131,7 @@
</filter>
</filters>
<createSourcesJar>true</createSourcesJar>
<useBaseVersion>true</useBaseVersion>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<transformers>
Expand Down

0 comments on commit 97ded7a

Please sign in to comment.