File tree Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.reactome.maven</groupId >
6
6
<artifactId >reactome-parent</artifactId >
7
- <version >1.0.3 </version >
7
+ <version >1.0.5 </version >
8
8
</parent >
9
9
10
10
<groupId >org.reactome.server.graph</groupId >
11
11
<artifactId >graph-core</artifactId >
12
12
13
13
<packaging >jar</packaging >
14
- <version >2.0.9-SNAPSHOT </version >
14
+ <version >2.0.9</version >
15
15
<name >Graph Core Next Generation</name >
16
16
17
17
<description >
23
23
24
24
<organization >
25
25
<name >The European Bioinformatics Institute</name >
26
- <url >http ://www.ebi.ac.uk/</url >
26
+ <url >https ://www.ebi.ac.uk/</url >
27
27
</organization >
28
28
29
29
<developers >
251
251
</plugin >
252
252
</plugins >
253
253
</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 >
254
288
</project >
You can’t perform that action at this time.
0 commit comments