Skip to content

Commit

Permalink
Organizational change - Organization Name and SCM details
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed Feb 3, 2021
1 parent cf55f82 commit c11799c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

---
# Upcoming changes
* Organizational changes to project - GroupID, Package name refactoring etc.

---

# Oxalis-AS4

This is a release candidate of Oxalis with support for PEPPOL AS4 pMode.
Expand Down
22 changes: 15 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@

<name>Oxalis :: AS4</name>
<description>Extension adding AS4 support to Oxalis</description>
<url>https://github.com/difi/Oxalis-AS4</url>
<url>https://github.com/OxalisCommunity/Oxalis-AS4</url>

<issueManagement>
<url>https://github.com/difi/oxalis-as4/issues</url>
<url>https://github.com/OxalisCommunity/Oxalis-AS4/issues</url>
<system>GitHub Issues</system>
</issueManagement>

<organization>
<name>Norwegian Digitalisation Agency</name>
<url>https://www.digdir.no/</url>
<name>NorStella</name>
<url>https://en.norstella.no/</url>
</organization>

<developers>
Expand All @@ -63,6 +63,14 @@
<organization>Norwegian Digitalisation Agency</organization>
<organizationUrl>https://www.digdir.no/</organizationUrl>
</developer>
<developer>
<name>Arun Kumar</name>
<email>arun.kaundal@gmail.com</email>
<organization>Norstella</organization>
<roles>
<role>Oxalis Technical Expert</role>
</roles>
</developer>
</developers>

<licenses>
Expand All @@ -79,9 +87,9 @@
</licenses>

<scm>
<connection>scm:git:git@github.com:difi/Oxalis-AS4.git</connection>
<developerConnection>scm:git:git@github.com:difi/Oxalis-AS4.git</developerConnection>
<url>http://github.com/difi/Oxalis-AS4</url>
<connection>scm:git:https://github.com/OxalisCommunity/Oxalis-AS4.git</connection>
<developerConnection>scm:git:git@github.com/OxalisCommunity/Oxalis-AS4.git</developerConnection>
<url>https://github.com/OxalisCommunity/Oxalis-AS4</url>
</scm>

<distributionManagement>
Expand Down

0 comments on commit c11799c

Please sign in to comment.