You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/06/14 23:30:00 UTC

incubator-tamaya git commit: TAMAYA-80 Final filename is now apache-tamaya-${project.version}-distribution.{tar.gz|zip}.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master a36e43457 -> 6c0e6c802


TAMAYA-80 Final filename is now apache-tamaya-${project.version}-distribution.{tar.gz|zip}.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/6c0e6c80
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/6c0e6c80
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/6c0e6c80

Branch: refs/heads/master
Commit: 6c0e6c80272cf5c600b687e8524cf64061ce8dd8
Parents: a36e434
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Jun 14 23:28:49 2015 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Jun 14 23:28:49 2015 +0200

----------------------------------------------------------------------
 distribution/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6c0e6c80/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0330989..887f290 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -100,6 +100,7 @@ under the License.
                             <goal>single</goal>
                         </goals>
                         <configuration>
+                            <finalName>apache-tamaya-${project.version}</finalName>
                             <descriptor>src/main/assembly/distribution.xml</descriptor>
                         </configuration>
                     </execution>