]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Change release version to 7.2.0.
authorRay Lee <ray.lee@lyrasis.org>
Mon, 21 Aug 2023 20:16:19 +0000 (16:16 -0400)
committerRay Lee <ray.lee@lyrasis.org>
Mon, 21 Aug 2023 20:16:19 +0000 (16:16 -0400)
build.properties
pom.xml

index 604c9b9ada6e1a2942df61496ac5469743e25b48..fc5cdffc8d1635fe7639b27235bd77295861993f 100644 (file)
@@ -9,7 +9,7 @@ host=127.0.0.1
 #
 # Release version info
 #
-release.version=7.2.0-SNAPSHOT
+release.version=7.2.0
 cspace.release=${release.version}
 cspace.instance.id=${env.CSPACE_INSTANCE_ID}
 
diff --git a/pom.xml b/pom.xml
index 7a74287ea46283f296c128b3cf00785ba2f7bb99..8689102741362e2772da814403ee976eb8724754 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <name>services</name>
 
        <properties>
-               <revision>7.2.0-SNAPSHOT</revision>
+               <revision>7.2.0</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>