Skip to content

Commit

Permalink
Updated pom information
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Aug 2, 2023
1 parent bfbbdc2 commit 6c7d71c
Showing 1 changed file with 10 additions and 34 deletions.
44 changes: 10 additions & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,11 @@
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<name>Cross</name>
<!--<url>http://maltcms.sourceforge.net/maven/cross/${project.version}</url>-->
<!-- <issueManagement>
<system>Sourceforge Issue Tracker</system>
<url>https://sourceforge.net/tracker/?group_id=251287&amp;atid=1126545</url>
</issueManagement>-->
<!-- <mailingLists>
<mailingList>
<name>maltcms-user</name>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=maltcms-user</archive>
<subscribe>https://lists.sourceforge.net/lists/listinfo/maltcms-user</subscribe>
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/maltcms-user</unsubscribe>
<post>[email protected]</post>
</mailingList>
</mailingLists>-->
<url>https://github.com/nilshoffmann/maltcms-cross</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/nilshoffmann/maltcms-cross/issues</url>
</issueManagement>
<developers>
<developer>
<id>nilshoffmann</id>
Expand All @@ -30,7 +21,7 @@
<role>Architect</role>
<role>Lead Developer</role>
</roles>
<organization>http://gi.cebitec.uni-bielefeld.de/</organization>
<organization>https://lifs-tools.org/</organization>
</developer>
<developer>
<name>Mathias Wilhelm</name>
Expand Down Expand Up @@ -61,15 +52,14 @@
</developer>
</developers>
<inceptionYear>2007</inceptionYear>
<!-- <ciManagement>
<system>hudson</system>
<url>https://maltcms.de/jenkins/job/Cross/</url>
</ciManagement>-->
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/nilshoffmann/maltcms-cross/actions</url>
</ciManagement>
<scm>
<developerConnection>scm:git:[email protected]:nilshoffmann/maltcms-cross.git</developerConnection>
<connection>scm:git:https://github.com/nilshoffmann/maltcms-cross.git</connection>
<url>https://github.com/nilshoffmann/maltcms-cross.git</url>
<tag>HEAD</tag>
</scm>
<!-- <distributionManagement>
<repository>
Expand Down Expand Up @@ -110,20 +100,6 @@
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all/</url>
</repository>
</repositories>
<!-- <repositories>
<repository>
<id>maltcms-artifactory</id>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
<url>http://maltcms.de/artifactory/repo</url>
</repository>
</repositories>-->

<build>
<defaultGoal>install</defaultGoal>
Expand Down

0 comments on commit 6c7d71c

Please sign in to comment.