Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Apr 4, 2017
1 parent d376d35 commit a3a010e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#
# Configuration file for Travis CI
# http://travis-ci.org/
# https://travis-ci.org/
#

language: java
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [Generalizations for the EL family](http://julianmendez.github.io/gel)
# [Generalizations for the EL family](https://julianmendez.github.io/gel)

[![Build Status](https://travis-ci.org/julianmendez/gel.png?branch=master)](https://travis-ci.org/julianmendez/gel)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.tu-dresden.inf.lat.gel/gel/badge.svg)](http://search.maven.org/#search|ga|1|g%3A%22de.tu-dresden.inf.lat.gel%22)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.tu-dresden.inf.lat.gel/gel/badge.svg)](https://search.maven.org/#search|ga|1|g%3A%22de.tu-dresden.inf.lat.gel%22)

This project implements generalization algorithms (role-depth bounded least common subsumer and most specific concept) for the description logics EL and extensions thereof.

Expand All @@ -22,9 +22,9 @@ This project implements generalization algorithms (role-depth bounded least comm

## Developers

Original Developer: [Andreas Ecke](http://lat.inf.tu-dresden.de/~ecke)
Original Developer: [Andreas Ecke](https://lat.inf.tu-dresden.de/~ecke)

Additional Developer: [Julian Mendez](http://lat.inf.tu-dresden.de/~mendez)
Additional Developer: [Julian Mendez](https://lat.inf.tu-dresden.de/~mendez)


## Source code
Expand Down Expand Up @@ -73,17 +73,17 @@ where *NEW_VERSION* is the new version.

## License

This software is distributed under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).
This software is distributed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt).


## Release Notes

See [release notes](http://github.com/julianmendez/gel/blob/master/RELEASE-NOTES.md).
See [release notes](https://github.com/julianmendez/gel/blob/master/RELEASE-NOTES.md).


## Description

The GEL plugin for [Protégé](http://protege.stanford.edu/) implements the **least common subsumer** and **most specific concept** inferences for EL-based ontologies in Protégé. The current version of these generalizations works with ELH ontologies and uses [jcel](https://github.com/julianmendez/jcel) as underlying classifier.
The GEL plugin for [Protégé](https://protege.stanford.edu/) implements the **least common subsumer** and **most specific concept** inferences for EL-based ontologies in Protégé. The current version of these generalizations works with ELH ontologies and uses [jcel](https://github.com/julianmendez/jcel) as underlying classifier.


## Installation
Expand Down
10 changes: 5 additions & 5 deletions gel/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<!-- Copyright (C) 2015 Julian Mendez -->

Expand Down Expand Up @@ -103,7 +103,7 @@
<Bundle-ContactAddress></Bundle-ContactAddress>
<Bundle-Description>Generalization algorithms for the description logics EL and extensions.</Bundle-Description>
<Bundle-Vendor>Chair of Automata Theory - TU Dresden</Bundle-Vendor>
<Bundle-DocURL>http://lat.inf.tu-dresden.de</Bundle-DocURL>
<Bundle-DocURL>https://lat.inf.tu-dresden.de</Bundle-DocURL>
<Bundle-ClassPath>${bundle.classpath}</Bundle-ClassPath>
<Import-Package>${import.package}</Import-Package>
<Include-Resource>
Expand Down Expand Up @@ -179,14 +179,14 @@

<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>

</licenses>

<organization>
<name>Chair of Automata Theory - TU Dresden</name>
<url>http://lat.inf.tu-dresden.de</url>
<url>https://lat.inf.tu-dresden.de</url>
</organization>

<developers>
Expand Down
6 changes: 3 additions & 3 deletions gel/src/assembly/classes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<assembly xmlns="https://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd">


<!--
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="https://maven.apache.org/POM/4.0.0"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">


<!-- Copyright (C) 2015 Julian Mendez -->
Expand Down
2 changes: 1 addition & 1 deletion update-info/protege-5/update.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ version=0.17.2
download=https://github.com/julianmendez/gel/releases/download/v0.17.2/de.tu-dresden.inf.lat.gel-0.17.2.jar
name=GEL
readme=https://raw.githubusercontent.com/julianmendez/gel/master/README.md
license=http://www.apache.org/licenses/LICENSE-2.0.txt
license=https://www.apache.org/licenses/LICENSE-2.0.txt
author=Andreas Ecke and Julian Mendez, TU Dresden

0 comments on commit a3a010e

Please sign in to comment.