]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Prepare 8.3.0-RC.1 (#499)
authorMichael Ritter <mikejritter@users.noreply.github.com>
Thu, 29 Jan 2026 17:24:32 +0000 (10:24 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Jan 2026 17:24:32 +0000 (10:24 -0700)
CHANGELOG.md [new file with mode: 0644]
build.properties
cspace-ui/anthro/build.properties
pom.xml

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..8833db2
--- /dev/null
@@ -0,0 +1,18 @@
+# CollectionSpace Services Changelog
+
+## 8.3.0
+
+* Add new endpoint for returning search results
+* Add JDBC_URL_OPTS build parameter
+* Add mapping for ElasticSearch imagine ordering
+* Add CSV Authority export parameter
+* Update notice of inventory completion report
+* Update notice of intent to repatriate report
+* Update full object with place details report
+* Add contentPlaces to ES mapping
+* Add blob alt text to media responses
+* Remove cspace_english namespace search
+
+### Bug Fixes
+
+* Remove flickr urls from tests
index 087912083fc47f2a0db7fab4756b449e2b450cb1..f622b3fe4f09f87842bfe2fb0ddeef2050582fd8 100644 (file)
@@ -9,7 +9,7 @@ host=127.0.0.1
 #
 # Release version info
 #
-release.version=8.3.0-SNAPSHOT
+release.version=8.3.0-RC.1
 cspace.release=${release.version}
 cspace.instance.id=${env.CSPACE_INSTANCE_ID}
 
@@ -27,7 +27,7 @@ cspace.im.root=
 # UI settings
 cspace.ui.package.name=cspace-ui
 cspace.ui.library.name=cspaceUI
-cspace.ui.version=10.1.0
+cspace.ui.version=10.2.0-rc1.0
 cspace.ui.build.branch=develop
 cspace.ui.build.node.ver=20
 service.ui.library.name=${cspace.ui.library.name}-service
@@ -35,7 +35,7 @@ service.ui.library.name=${cspace.ui.library.name}-service
 # Public browser settings
 cspace.public.browser.package.name=@collectionspace/cspace-public-browser
 cspace.public.browser.library.name=cspacePublicBrowser
-cspace.public.browser.version=3.4.0
+cspace.public.browser.version=3.5.0-rc1.0
 cspace.public.browser.build.branch=main
 cspace.public.browser.build.node.ver=20
 
index ba0a85fc896b6fdcebdd31de7137fed731be6dc2..242e2b1b2e10fe323c7be5395f11db5250325bd3 100644 (file)
@@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}
 
 tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-anthro
 tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileAnthro
-tenant.ui.profile.plugin.version=9.1.0
+tenant.ui.profile.plugin.version=9.2.0-rc1.0
 tenant.ui.profile.plugin.build.branch=main
 
 # If not set, defaults to /gateway/${tenant.shortname} on the current host.
diff --git a/pom.xml b/pom.xml
index 059383ac3d2e056620f8e940fc204d9c7fe68330..6e7ed0f7b87b7b1baa0a7cdc0f7c9c2361d28cc1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <name>services</name>
 
        <properties>
-               <revision>8.3.0-SNAPSHOT</revision>
+               <revision>8.3.0-RC.1</revision>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <cspace.services.version>${revision}</cspace.services.version>
                <cspace.services.client.version>${revision}</cspace.services.client.version>