Skip to content

Commit

Permalink
Updated plugin readme.html to reflect new release version, parent POM…
Browse files Browse the repository at this point in the history
… to release version, and version properties to point to latest release versions; updated Protege auto-update plugin version
  • Loading branch information
martinjoconnor committed Jan 27, 2025
1 parent 4c2c8d5 commit 64cd753
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.stanford.swrl</groupId>
<artifactId>swrlapi-parent</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<groupId>edu.stanford.swrl</groupId>
Expand All @@ -17,8 +17,8 @@

<properties>

<swrlapi.version>2.1.3-SNAPSHOT</swrlapi.version>
<swrlapi.drools.version>2.1.3-SNAPSHOT</swrlapi.drools.version>
<swrlapi.version>2.1.3</swrlapi.version>
<swrlapi.drools.version>2.1.3</swrlapi.drools.version>

</properties>

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 64cd753

Please sign in to comment.