Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjoconnor committed Jan 27, 2025
2 parents e3734f4 + 26b5ed8 commit d84b80e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Note that the release JARs can be downloaded from the repo's [Releases Area](htt

To build this plugin you must have the following items installed:

+ [Java 11](https://www.oracle.com/java/technologies/downloads/archive/)
+ [Java 11](https://www.oracle.com/java/technologies/downloads/archive/) or later
+ A tool for checking out a [Git](https://git-scm.com/) repository
+ Apache's [Maven](https://maven.apache.org/index.html)
+ A Protégé (5.6.0 or higher) distribution. Download [here](https://protege.stanford.edu/products.php#desktop-protege).
+ A Protégé (5.6.4 or higher) distribution. Download [here](https://protege.stanford.edu/products.php#desktop-protege).

Get a copy of the latest code:

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
<parent>
<groupId>edu.stanford.swrl</groupId>
<artifactId>swrlapi-parent</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</parent>

<groupId>edu.stanford.swrl</groupId>
<artifactId>swrltab-plugin</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<name>SWRLTab Plugin</name>
<url>https://github.com/protegeproject/swrltab-plugin/wiki</url>
<packaging>bundle</packaging>

<properties>

<swrlapi.version>2.1.2</swrlapi.version>
<swrlapi.drools.version>2.1.2</swrlapi.drools.version>
<swrlapi.version>2.1.3</swrlapi.version>
<swrlapi.drools.version>2.1.3</swrlapi.drools.version>

</properties>

<scm>
<connection>scm:git:[email protected]:protegeproject/swrltab-plugin.git</connection>
<developerConnection>scm:git:[email protected]:protegeproject/swrltab-plugin.git</developerConnection>
<url>https://github.com/protegeproject/swrltab-plugin</url>
<tag>release-2.1.2</tag>
<tag>release-2.1.3</tag>
</scm>

<issueManagement>
Expand Down
11 changes: 6 additions & 5 deletions src/main/resources/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ <h1>SWRLTab</h1>

<h3>Version Information</h3>

<h4>2.1.3 (27th January, 2025)</h4>
<ul>
<li>Updated Java and various libraries to work with Protege 5.6.4<li>
<li>Update swrlb:pow to allow negative exponent</li>
</ul>

<h4>2.1.2 (12th September, 2023)</h4>
<ul>
<li>Updated to work with Protege 5.6.2<li>
Expand All @@ -38,10 +44,5 @@ <h4>2.0.11 (12th August, 2021)</h4>
<li>Used threadlocals to handle non thread-safe temporal classes<li>
</ul>

<h4>2.0.10 (20th July, 2021)</h4>
<ul>
<li>Updated to use latest 7.57.0.Final version of Drools<li>
</ul>

</body>
</html>
4 changes: 2 additions & 2 deletions update-info/protege-5/update.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=SWRLTab
id=swrltab-plugin
version=2.1.2
download=https://github.com/protegeproject/swrltab-plugin/releases/download/release-2.1.2/swrltab-plugin-2.1.2.jar
version=2.1.3
download=https://github.com/protegeproject/swrltab-plugin/releases/download/release-2.1.3/swrltab-plugin-2.1.3.jar
readme=https://raw.githubusercontent.com/protegeproject/swrltab-plugin/master/src/main/resources/readme.html
license=http://opensource.org/licenses/BSD-2-Clause
author=Stanford University
Expand Down

0 comments on commit d84b80e

Please sign in to comment.