Skip to content

Commit ea7970f

Browse files
committed
Change referenced git repository in pom.xml
1 parent 41c8381 commit ea7970f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<name>ImageJ-Plot-Service</name>
2020
<description>A service for displaying plots in ImageJ.</description>
21-
<url>https://github.com/imagej/imagej-plot-service</url>
21+
<url>https://github.com/maarzt/imagej-plot-service</url>
2222
<inceptionYear>2017</inceptionYear>
2323
<organization>
2424
<name>ImageJ</name>
@@ -74,18 +74,20 @@
7474
</mailingLists>
7575

7676
<scm>
77-
<connection>scm:git:git://github.com/imagej/imagej-plot-service</connection>
78-
<developerConnection>scm:git:git@github.com:imagej/imagej-plot-service</developerConnection>
77+
<connection>scm:git:git://github.com/maarzt/imagej-plot-service</connection>
78+
<developerConnection>scm:git:git@github.com:maarzt/imagej-plot-service</developerConnection>
7979
<tag>HEAD</tag>
80-
<url>https://github.com/imagej/imagej-plot-service</url>
80+
<url>https://github.com/maarzt/imagej-plot-service</url>
8181
</scm>
82+
8283
<issueManagement>
8384
<system>GitHub Issues</system>
84-
<url>https://github.com/imagej/imagej-plot-service/issues</url>
85+
<url>https://github.com/maarzt/imagej-plot-service/issues</url>
8586
</issueManagement>
87+
8688
<ciManagement>
8789
<system>Travis CI</system>
88-
<url>https://travis-ci.org/imagej/imagej-plot-service</url>
90+
<url>https://travis-ci.org/maarzt/imagej-plot-service</url>
8991
</ciManagement>
9092

9193
<properties>

0 commit comments

Comments
 (0)