Skip to content

Commit

Permalink
fix(pom.xml): additional maven pom metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Oct 17, 2022
1 parent c2ea5e4 commit 2bef3ab
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
3 changes: 0 additions & 3 deletions fpi-sms-api-core/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions fpi-sms-api-core/.gcloudignore

This file was deleted.

7 changes: 5 additions & 2 deletions fpi-sms-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
~ You should have received a copy of the GNU General Public License ~
~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<licenses>
<license>
<name>The GNU General Public License v3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

Expand All @@ -37,6 +39,7 @@
<name>FPI SMS API core module</name>
<description>Reactive backend REST SMS API, contains usage for M360 Messaging API with callback functionality</description>
<url>https://github.com/vincejv/fpi-sms-api</url>
<inceptionYear>2022</inceptionYear>

<modelVersion>4.0.0</modelVersion>
<artifactId>fpi-sms-api-core</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions fpi-sms-api-lib/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions fpi-sms-api-lib/.gcloudignore

This file was deleted.

6 changes: 4 additions & 2 deletions fpi-sms-api-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
~ You should have received a copy of the GNU General Public License ~
~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<licenses>
<license>
<name>The GNU General Public License v3.0</name>
Expand All @@ -37,6 +38,7 @@
<name>FPI SMS API shared library</name>
<description>Reactive backend REST SMS API, contains usage for M360 Messaging API with callback functionality</description>
<url>https://github.com/vincejv/fpi-sms-api</url>
<inceptionYear>2022</inceptionYear>

<modelVersion>4.0.0</modelVersion>
<artifactId>fpi-sms-api-lib</artifactId>
Expand Down
31 changes: 19 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,23 @@
~ You should have received a copy of the GNU General Public License ~
~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<licenses>
<license>
<name>The GNU General Public License v3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
</license>
<license>
<name>The GNU General Public License v3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>Vince Jerald Villamora</name>
<email>[email protected]</email>
<organization>Abavilla</organization>
<organizationUrl>https://github.com/vincejv</organizationUrl>
</developer>
<developer>
<name>Vince Jerald Villamora</name>
<email>[email protected]</email>
<organization>Abavilla</organization>
<organizationUrl>https://github.com/vincejv</organizationUrl>
</developer>
</developers>

<scm>
Expand All @@ -44,6 +45,7 @@
<name>FPI SMS API parent POM</name>
<description>Reactive backend REST SMS API, contains usage for M360 Messaging API with callback functionality</description>
<url>https://github.com/vincejv/fpi-sms-api</url>
<inceptionYear>2022</inceptionYear>

<parent>
<groupId>com.abavilla</groupId>
Expand All @@ -65,6 +67,11 @@

</properties>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/vincejv/fpi-framework/issues</url>
</issueManagement>

<dependencyManagement>
<dependencies>

Expand Down

0 comments on commit 2bef3ab

Please sign in to comment.