You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2023/03/20 14:44:15 UTC

[xmlgraphics-fop-pdf-images] branch skynavga/add-workflow-sonar updated: Add license, scm, and organization blocks

This is an automated email from the ASF dual-hosted git repository.

gadams pushed a commit to branch skynavga/add-workflow-sonar
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git


The following commit(s) were added to refs/heads/skynavga/add-workflow-sonar by this push:
     new 9263532  Add license, scm, and organization blocks
9263532 is described below

commit 9263532d38cb557ca4f8fa2016eaf67cdee25497
Author: Glenn Adams <gl...@skynav.com>
AuthorDate: Mon Mar 20 09:42:52 2023 -0500

    Add license, scm, and organization blocks
---
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/pom.xml b/pom.xml
index 191cd55..6edf203 100755
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,25 @@
     <project.info.reports.plugin.version>2.8</project.info.reports.plugin.version>
   </properties>
 
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git</connection>
+    <url>scm:git:https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git</url>
+    <developerConnection></developerConnection>
+  </scm>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org