Skip to content

Commit

Permalink
Update version numbers & changelog for release of 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Jun 28, 2022
1 parent b8fe6b2 commit 967cf40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Vagrant.configure(2) do |config|
sudo chmod 755 /usr/bin/topcat
sudo dos2unix /usr/bin/topcat
topcat build_install
asadmin -t set applications.application.topcat-2.4.9-SNAPSHOT.deployment-order=140
asadmin -t set applications.application.topcat-2.4.9.deployment-order=140
}
end
Expand Down
2 changes: 1 addition & 1 deletion ci/travis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@
./setup install
cd ../
asadmin -t set applications.application.topcat-2.4.9-SNAPSHOT.deployment-order=140
asadmin -t set applications.application.topcat-2.4.9.deployment-order=140
}.strip.split(/\s*\n\s*/).join(' && ')

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.icatproject</groupId>
<artifactId>topcat</artifactId>
<packaging>war</packaging>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<name>TopCAT</name>
<description>Web frontend for multiple ICATs</description>

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 2.4.9-SNAPSHOT
## 2.4.9 (14 June 2022)

* Add ability to remove items from cart via a POST request to /cartItems (PR #483)

Expand Down

0 comments on commit 967cf40

Please sign in to comment.