You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/06/02 11:22:04 UTC

[5/6] git commit: MARMOTTA-485: Updated release process to use the new ldpath-ldquery package

MARMOTTA-485: Updated release process to use the new ldpath-ldquery package


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/4e4aa9a0
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/4e4aa9a0
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/4e4aa9a0

Branch: refs/heads/develop
Commit: 4e4aa9a090e70893ac6b163bc2796ff6ea9185c7
Parents: aa86151
Author: Jakob Frank <ja...@apache.org>
Authored: Thu Apr 10 12:16:13 2014 +0200
Committer: Jakob Frank <ja...@apache.org>
Committed: Mon Jun 2 10:25:27 2014 +0200

----------------------------------------------------------------------
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/4e4aa9a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 03fa164..e8c54f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,12 +344,12 @@
                                                 <include name="target/*-src.zip*" />
                                                 <include name="launchers/marmotta-webapp/target/*-webapp.zip*" />
                                                 <include name="launchers/marmotta-installer/target/*-installer.zip*" />
-                                                <include name="libraries/ldpath/ldpath-backend-linkeddata/target/*-ldpath.zip*" />
+                                                <include name="libraries/ldpath/ldpath-ldquery-cli/target/*-ldquery.zip*" />
 
                                                 <include name="target/*-src.tar.gz*" />
                                                 <include name="launchers/marmotta-webapp/target/*-webapp.tar.gz*" />
                                                 <include name="launchers/marmotta-installer/target/*-installer.tar.gz*" />
-                                                <include name="libraries/ldpath/ldpath-backend-linkeddata/target/*-ldpath.tar.gz*" />
+                                                <include name="libraries/ldpath/ldpath-ldquery-cli/target/*-ldquery.tar.gz*" />
                                                 <exclude name="*.asc.asc" />
                                             </fileset>
                                         </copy>
@@ -370,8 +370,8 @@
                                         </exec>
                                         <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-installer.zip" algorithm="SHA1" property="checksum.installer.zip" />
                                         <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-installer.tar.gz" algorithm="SHA1" property="checksum.installer.tgz" />
-                                        <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-ldpath.zip" algorithm="SHA1" property="checksum.ldpath.zip" />
-                                        <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-ldpath.tar.gz" algorithm="SHA1" property="checksum.ldpath.tgz" />
+                                        <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-ldquery.zip" algorithm="SHA1" property="checksum.ldquery.zip" />
+                                        <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-ldquery.tar.gz" algorithm="SHA1" property="checksum.ldquery.tgz" />
                                         <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-src.zip" algorithm="SHA1" property="checksum.src.zip" />
                                         <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-src.tar.gz" algorithm="SHA1" property="checksum.src.tgz" />
                                         <checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-webapp.zip" algorithm="SHA1" property="checksum.webapp.zip" />
@@ -400,9 +400,9 @@ In addition, the following supplementary binary distributions are provided:
 - apache-marmotta-${project.version}-installer.[zip|tar.gz]
   SHA1 of ZIP: ${checksum.installer.zip}
   SHA1 of TGZ: ${checksum.installer.tgz}
-- apache-marmotta-${project.version}-ldpath.[zip|tar.gz]
-  SHA1 of ZIP: ${checksum.ldpath.zip}
-  SHA1 of TGZ: ${checksum.ldpath.tgz}
+- apache-marmotta-${project.version}-ldquery.[zip|tar.gz]
+  SHA1 of ZIP: ${checksum.ldquery.zip}
+  SHA1 of TGZ: ${checksum.ldquery.tgz}
 - apache-marmotta-${project.version}-webapp.[zip|tar.gz]
   SHA1 of ZIP: ${checksum.webapp.zip}
   SHA1 of TGZ: ${checksum.webapp.tgz}