Skip to content

Commit 8cbfbd8

Browse files
author
Paul Pavlidis
committed
Merge branch 'release-1.0.26'
2 parents b8c28a8 + 11be992 commit 8cbfbd8

2 files changed

Lines changed: 11 additions & 27 deletions

File tree

pom.xml

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>baseCode</name>
66
<groupId>baseCode</groupId>
77
<artifactId>baseCode</artifactId>
8-
<version>1.0.25</version>
8+
<version>1.0.26</version>
99
<inceptionYear>2003</inceptionYear>
1010
<description>
1111
<![CDATA[Data structures, math and statistics tools, and utilities that are often needed across projects.]]>
@@ -15,32 +15,15 @@
1515
<url>http://www.msl.ubc.ca/</url>
1616
</organization>
1717
<packaging>jar</packaging>
18-
<scm>
19-
<connection>scm:cvs:ext:@otto.pavlab.chibi.ubc.ca:/cvs:baseCode</connection>
20-
<developerConnection>scm:cvs:ext:@otto.pavlab.chibi.ubc.ca:/cvs:baseCode</developerConnection>
21-
<tag>baseCode-1_0_16</tag>
22-
</scm>
2318
<issueManagement>
24-
<system>Bugzilla</system>
19+
<system>GitHub</system>
2520
<url>
26-
http://www.chibi.ubc.ca/faculty/pavlidis/bugs/buglist.cgi?product=baseCode&amp;bug_status=__open__
27-
</url>
21+
https://github.com/PavlidisLab/baseCode/issues
22+
</url>
2823
</issueManagement>
2924
<ciManagement>
30-
<system>continuum</system>
31-
<url>http://chibi.ubc.ca/faculty/pavlidis/bamboo/</url>
32-
<notifiers>
33-
<notifier>
34-
<type>mail</type>
35-
<sendOnError>true</sendOnError>
36-
<sendOnFailure>true</sendOnFailure>
37-
<sendOnSuccess>true</sendOnSuccess>
38-
<sendOnWarning>true</sendOnWarning>
39-
<configuration>
40-
<address>paul@chibi.ubc.ca</address>
41-
</configuration>
42-
</notifier>
43-
</notifiers>
25+
<system>Jenkins</system>
26+
<url>https://jenkins.pavlab.msl.ubc.ca</url>
4427
</ciManagement>
4528
<licenses>
4629
<license>
@@ -53,7 +36,7 @@
5336
<developer>
5437
<name>Paul Pavlidis</name>
5538
<id>pavlidis</id>
56-
<email>paul@chibi.ubc.ca</email>
39+
<email>paul@msl.ubc.ca</email>
5740
<organization>University of British Columbia</organization>
5841
</developer>
5942
</developers>
@@ -517,7 +500,7 @@
517500
<id>pavlab</id>
518501
<name>PavLab</name>
519502
<url>
520-
http://www.chibi.ubc.ca/maven2
503+
https://maven2.pavlab.msl.ubc.ca/
521504
</url>
522505
<layout>default</layout>
523506
<snapshots>
@@ -565,7 +548,7 @@
565548
<id>pavlab</id>
566549
<name>PavLab</name>
567550
<url>
568-
http://www.chibi.ubc.ca/maven2
551+
https://maven2.pavlab.msl.ubc.ca/
569552
</url>
570553
<layout>default</layout>
571554
<snapshots>

src/ontology.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ url.mammalPhenotypeOntology=http://purl.obolibrary.org/obo/mp.owl
2323
url.humanPhenotypeOntology=http://purl.obolibrary.org/obo/hp.owl
2424
url.seqOntology=http://purl.obolibrary.org/obo/so.owl
2525
url.unitsOntology=http://purl.obolibrary.org/obo/uo.owl
26-
url.cellLineOntology=https://raw.githubusercontent.com/CLO-ontology/CLO/master/src/ontology/clo-merged.owl
26+
# according to http://www.obofoundry.org/ontology/clo.html this "should" point to https://raw.githubusercontent.com/CLO-ontology/CLO/master/src/ontology/clo_merged.owl
27+
url.cellLineOntology=http://purl.obolibrary.org/obo/clo.owl
2728
# Uberon version without extensions: I think this is the right fil from purl
2829
#url.uberonOntology=http://ontologies.berkeleybop.org/uberon.owl
2930
url.uberonOntology=http://purl.obolibrary.org/obo/uberon.owl

0 commit comments

Comments
 (0)