Skip to content

Commit c5eeb77

Browse files
author
Christopher Frost
committed
Update dependencies
This commit updates the version ranges for MariaDB and GemFire. It also corrects a typo in the AppDynamics documentation. Fixes cloudfoundry#251
1 parent 7726223 commit c5eeb77

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

config/maria_db_jdbc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the MariaDB JDBC framework
1717
---
18-
version: 1.2.+
18+
version: 1.3.+
1919
repository_root: ! '{default.repository.root}/mariadb-jdbc'

config/tomcat.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ redis_store:
3737
connection_pool_size: 2
3838
gemfire_store:
3939
gemfire:
40-
version: 8.0.+
40+
version: 8.+
4141
repository_root: ! '{default.repository.root}/gem-fire'
4242
gemfire_modules:
43-
version: 8.0.+
43+
version: 8.+
4444
repository_root: ! '{default.repository.root}/gem-fire-modules'
4545
gemfire_modules_tomcat7:
46-
version: 8.0.+
46+
version: 8.+
4747
repository_root: ! '{default.repository.root}/gem-fire-modules-tomcat7'
4848
gemfire_security:
49-
version: 8.0.+
49+
version: 8.+
5050
repository_root: ! '{default.repository.root}/gem-fire-security'
5151
gemfire_logging:
5252
version: 1.5.8

docs/framework-app_dynamics_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When binding AppDynamics using a user-provided service, it must have name or tag
1919
| ---- | -----------
2020
| `account-access-key` | (Optional) The account access key to use when authenticating with the controller
2121
| `account-name` | (Optional) The account name to use when authenticating with the controller
22-
| `application-name` | (Optional) the applicationa's name
22+
| `application-name` | (Optional) the application's name
2323
| `host-name` | The controller host name
2424
| `node-name` | (Optional) the application's node name
2525
| `port` | (Optional) The controller port

0 commit comments

Comments
 (0)