Author: van.halbert
Date: 2012-07-24 14:15:21 -0400 (Tue, 24 Jul 2012)
New Revision: 4264
Modified:
branches/7.7.x/build/pom.xml
Log:
This is part of
https://bugzilla.redhat.com/show_bug.cgi?id=842422 - fix the pom to attach
the client-jdk15 jar to maven repo. But this also fixes a hard coding of the version to
in the jar name.
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2012-07-24 15:08:25 UTC (rev 4263)
+++ branches/7.7.x/build/pom.xml 2012-07-24 18:15:21 UTC (rev 4264)
@@ -144,7 +144,7 @@
<configuration>
<artifacts>
<artifact>
-
<file>target/teiid-7.7.1-client-jdk15.jar</file>
+
<file>target/teiid-${project.version}-client-jdk15.jar</file>
<type>jar</type>
<classifier>client-jdk15</classifier>
</artifact>