Added scm url to fix README. Changed wrong groupId. Refs #9616
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-service@154370 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e0689b1a98
commit
07371736c9
8
pom.xml
8
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<artifactId>maven-parent</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<groupId>org.gcube.data.publishing</groupId>
|
||||
<groupId>org.gcube.accounting</groupId>
|
||||
<artifactId>accounting-service</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<name>accounting-service</name>
|
||||
|
@ -19,6 +19,12 @@
|
|||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||
<serviceClass>DataPublishing</serviceClass>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId}</connection>
|
||||
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId}</developerConnection>
|
||||
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId}</url>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue