You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by il...@apache.org on 2016/08/23 10:38:44 UTC

svn commit: r1757351 - in /openjpa/branches/2.4.x/openjpa-project: pom.xml source-assembly.xml

Author: ilgrosso
Date: Tue Aug 23 10:38:43 2016
New Revision: 1757351

URL: http://svn.apache.org/viewvc?rev=1757351&view=rev
Log:
[OPENJPA-2660] Maven warnings resolved

Modified:
    openjpa/branches/2.4.x/openjpa-project/pom.xml
    openjpa/branches/2.4.x/openjpa-project/source-assembly.xml

Modified: openjpa/branches/2.4.x/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-project/pom.xml?rev=1757351&r1=1757350&r2=1757351&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/2.4.x/openjpa-project/pom.xml Tue Aug 23 10:38:43 2016
@@ -54,7 +54,7 @@
         </openjpa.release.keyAlias>
 
         <openjpa.assembly.finalName>
-            ${artifactId}-${version}</openjpa.assembly.finalName>
+            ${project.artifactId}-${project.version}</openjpa.assembly.finalName>
         <openjpa.assembly.outputDirectory>
         ${project.basedir}/target/site/downloads
         </openjpa.assembly.outputDirectory>

Modified: openjpa/branches/2.4.x/openjpa-project/source-assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-project/source-assembly.xml?rev=1757351&r1=1757350&r2=1757351&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-project/source-assembly.xml (original)
+++ openjpa/branches/2.4.x/openjpa-project/source-assembly.xml Tue Aug 23 10:38:43 2016
@@ -32,7 +32,7 @@
     <fileSets>
         <fileSet>
             <directory>..</directory>
-            <outputDirectory>${artifactId}-${version}-source</outputDirectory>
+            <outputDirectory>${project.artifactId}-${project.version}-source</outputDirectory>
             <excludes>
                 <exclude>**/target/**</exclude>
                 <exclude>**/*.log</exclude>
@@ -50,7 +50,7 @@
                 http://www.apache.org/legal/src-headers.html#notice
         -->
         <fileSet>
-            <outputDirectory>${artifactId}-${version}-source</outputDirectory>
+            <outputDirectory>${project.artifactId}-${project.version}-source</outputDirectory>
             <includes>
                 <include>README</include>
                 <include>DISCLAIMER</include>