Skip to content

Commit

Permalink
abstract-sonatype-publish.sh: updated the POM XML file
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Jul 26, 2024
1 parent d578fdf commit 616d814
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions helper-scripts/abstract/abstract-sonatype-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ function generateGenericPom() {
<name>jSnapLoader API</name> \
<packaging>jar</packaging> \
<description>A high-performance cross-platform dynamic library loader API for JVM Applications with file locator and file extractor interfaces.</description> \
<url>https://github.com/Software-Hardware-Codesign/jSnapLoader</url> \
<url>https://github.com/Electrostat-Lab/jSnapLoader</url> \
<licenses> \
<license> \
<name>The AvrSandbox Project, jSnapLoader BSD-3 Clause License</name> \
<url>https://github.com/Software-Hardware-Codesign/jSnapLoader/blob/master/LICENSE</url> \
<name>The Electrostatic-Sandbox Distributed Simulation Project, jSnapLoader BSD-3 Clause License</name> \
<url>https://github.com/Electrostat-Lab/jSnapLoader/blob/master/LICENSE</url> \
</license> \
</licenses> \
<developers> \
<developer> \
<name>Pavly Gerges aka. pavl_g</name> \
<email>pepogerges33@gmail.com</email> \
<organization>AvrSandbox Project</organization> \
<organizationUrl>https://github.com/Software-Hardware-Codesign</organizationUrl> \
<organization>Electrostat-Lab</organization> \
<organizationUrl>https://github.com/Electrostat-Lab</organizationUrl> \
</developer> \
</developers> \
<scm> \
<connection>scm:git://github.com/Software-Hardware-Codesign/jSnapLoader.git</connection> \
<developerConnection>scm:git:ssh://github.com/Software-Hardware-Codesign/jSnapLoader.git</developerConnection> \
<url>https://github.com/Software-Hardware-Codesign/jSnapLoader/tree/master</url> \
<connection>scm:git://github.com/Electrostat-Lab/jSnapLoader.git</connection> \
<developerConnection>scm:git:ssh://github.com/Electrostat-Lab/jSnapLoader.git</developerConnection> \
<url>https://github.com/Electrostat-Lab/jSnapLoader/tree/master</url> \
</scm> \
</project> \
"
Expand Down

0 comments on commit 616d814

Please sign in to comment.