You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/23 02:19:16 UTC

incubator-commonsrdf git commit: only needed for -Prelease

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 351c2965b -> 5f6bcff7f


<finalName> only needed for -Prelease


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/5f6bcff7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/5f6bcff7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/5f6bcff7

Branch: refs/heads/master
Commit: 5f6bcff7f28d8936523fc98cbe26c4433194f39a
Parents: 351c296
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Oct 23 03:19:04 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Oct 23 03:19:04 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/5f6bcff7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72563be..1c5d354 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,6 @@
     </dependencyManagement>
 
     <build>
-        <finalName>apache-commonsrdf-${project.version}</finalName>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -562,6 +561,7 @@
             <id>release</id>
             <!-- extends the release profile from commons -->
             <build>
+        	<finalName>apache-commonsrdf-${project.version}</finalName>
                 <plugins>
                   <!-- Generate convenience *.md5 *.sha1 files for dist puropses -->
                   <plugin>