diff --git a/Vagrantfile b/Vagrantfile
index 9c8556a0..9d025c36 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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
diff --git a/ci/travis.rb b/ci/travis.rb
index cdb8eb5b..0f81f0e2 100644
--- a/ci/travis.rb
+++ b/ci/travis.rb
@@ -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(' && ')
diff --git a/pom.xml b/pom.xml
index f07bbe60..80d96b92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.icatproject
topcat
war
- 2.4.9-SNAPSHOT
+ 2.4.9
TopCAT
Web frontend for multiple ICATs
diff --git a/src/site/markdown/release-notes.md b/src/site/markdown/release-notes.md
index 57df25f1..f293ca1a 100644
--- a/src/site/markdown/release-notes.md
+++ b/src/site/markdown/release-notes.md
@@ -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)