Author: ilgrosso
Date: Tue Aug 23 10:38:54 2016
New Revision: 1757352
URL: http://svn.apache.org/viewvc?rev=1757352&view=rev
Log:
[OPENJPA-2660] Maven warnings resolved
Modified:
openjpa/trunk/openjpa-project/pom.xml
openjpa/trunk/openjpa-project/source-assembly.xml
Modified: openjpa/trunk/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=1757352&r1=1757351&r2=1757352&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Tue Aug 23 10:38:54 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/trunk/openjpa-project/source-assembly.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/source-assembly.xml?rev=1757352&r1=1757351&r2=1757352&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/source-assembly.xml (original)
+++ openjpa/trunk/openjpa-project/source-assembly.xml Tue Aug 23 10:38:54 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>