Skip to content

Commit 95bda68

Browse files
committed
🔖 Release 2.0.9/Update-tracker and update reactome-parent to 1.0.5
1 parent fd26ab0 commit 95bda68

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

pom.xml

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>org.reactome.maven</groupId>
66
<artifactId>reactome-parent</artifactId>
7-
<version>1.0.3</version>
7+
<version>1.0.5</version>
88
</parent>
99

1010
<groupId>org.reactome.server.graph</groupId>
1111
<artifactId>graph-core</artifactId>
1212

1313
<packaging>jar</packaging>
14-
<version>2.0.9-SNAPSHOT</version>
14+
<version>2.0.9</version>
1515
<name>Graph Core Next Generation</name>
1616

1717
<description>
@@ -23,7 +23,7 @@
2323

2424
<organization>
2525
<name>The European Bioinformatics Institute</name>
26-
<url>http://www.ebi.ac.uk/</url>
26+
<url>https://www.ebi.ac.uk/</url>
2727
</organization>
2828

2929
<developers>
@@ -251,4 +251,38 @@
251251
</plugin>
252252
</plugins>
253253
</build>
254+
255+
<repositories>
256+
<!-- EBI repo -->
257+
<repository>
258+
<id>nexus-ebi-repo</id>
259+
<name>The EBI internal repository</name>
260+
<url>https://www.ebi.ac.uk/Tools/maven/repos/content/groups/ebi-repo/</url>
261+
<releases>
262+
<enabled>true</enabled>
263+
</releases>
264+
<snapshots>
265+
<enabled>false</enabled>
266+
</snapshots>
267+
</repository>
268+
<!-- EBI SNAPSHOT repo -->
269+
<repository>
270+
<id>nexus-ebi-snapshot-repo</id>
271+
<name>The EBI internal snapshot repository</name>
272+
<url>https://www.ebi.ac.uk/Tools/maven/repos/content/groups/ebi-snapshots/</url>
273+
<releases>
274+
<enabled>false</enabled>
275+
</releases>
276+
<snapshots>
277+
<enabled>true</enabled>
278+
</snapshots>
279+
</repository>
280+
281+
<!-- SBGN -->
282+
<repository>
283+
<id>biopax</id>
284+
<name>BioPax Repository</name>
285+
<url>http://www.biopax.org/m2repo/releases/</url>
286+
</repository>
287+
</repositories>
254288
</project>

0 commit comments

Comments
 (0)