Skip to content

Commit

Permalink
Merge pull request #905 from RADAR-base/release-2.1.2
Browse files Browse the repository at this point in the history
Release 2.1.2
  • Loading branch information
mpgxvii authored Jul 29, 2024
2 parents 4d1b41d + e1e734d commit 7d5d527
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: 'io.spring.dependency-management'

allprojects {
group 'org.radarbase'
version '2.1.1' // project version
version '2.1.2' // project version

// The comment on the previous line is only there to identify the project version line easily
// with a sed command, to auto-update the version number with the prepare-release-branch.sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "management-portal",
"version": "2.1.1",
"version": "2.1.2",
"description": "Description for ManagementPortal",
"private": true,
"cacheDirectories": [
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ spring:
name: managementportal
username: radarbase
password: radarbase
hikari:
data-source-properties:
cachePrepStmts: true
prepStmtCacheSize: 250
prepStmtCacheSqlLimit: 2048
useServerPrepStmts: true
jpa:
database-platform: org.hibernate.dialect.PostgreSQLDialect
database: POSTGRESQL
Expand Down

0 comments on commit 7d5d527

Please sign in to comment.