You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/06/03 14:38:52 UTC

commons-rdf git commit: (chore) adding commons.module.name to pom

Repository: commons-rdf
Updated Branches:
  refs/heads/master 55d4db02e -> 482b83138


(chore) adding commons.module.name to pom


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/482b8313
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/482b8313
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/482b8313

Branch: refs/heads/master
Commit: 482b83138a742e54f60d2c2a9003867929ece4c5
Parents: 55d4db0
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Jun 3 10:38:51 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat Jun 3 10:38:51 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/482b8313/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1339c37..e1fa78d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
         <project.build.encoding>UTF-8</project.build.encoding>
         <commons.encoding>UTF-8</commons.encoding>
         <commons.componentid>rdf</commons.componentid>
+        <commons.module.name>org.apache.commons.rdf</commons.module.name>
         <commons.release.version>0.3.0</commons.release.version>
         <commons.jira.id>COMMONSRDF</commons.jira.id>
         <commons.jira.pid>12316620</commons.jira.pid>