Skip to content

Commit 5582dbc

Browse files
author
Christopher Frost
committed
v3.1
1 parent 7a538fb commit 5582dbc

13 files changed

+23
-21
lines changed

config/app_dynamics_agent.yml

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

1616
# Configuration for the New Relic framework
1717
---
18-
version: 4.0.+
18+
version: 4.0.7_0
1919
repository_root: ! '{default.repository.root}/app-dynamics'
2020
default_node_name: ! '$(expr "$VCAP_APPLICATION" : ''.*instance_index[": ]*\([[:digit:]]*\).*'')'
2121
default_tier_name: CloudFoundry

config/groovy.yml

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

1616
# Configuration for the Groovy container
1717
---
18-
version: 2.4.+
18+
version: 2.4.3
1919
repository_root: ! '{default.repository.root}/groovy'

config/jrebel_agent.yml

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

1616
# Configuration for the JRebel framework
1717
---
18-
version: 6.+
18+
version: 6.2.1
1919
repository_root: http://dl.zeroturnaround.com/jrebel

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.1.+
18+
version: 1.1.9
1919
repository_root: ! '{default.repository.root}/mariadb-jdbc'

config/new_relic_agent.yml

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

1616
# Configuration for the New Relic framework
1717
---
18-
version: 3.+
18+
version: 3.17.0
1919
repository_root: ! '{default.repository.root}/new-relic'

config/open_jdk_jre.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
# If Java 7 is required, permgen will be used instead of metaspace. Please see the documentation for more detail.
1818
---
1919
jre:
20-
version: 1.8.0_+
20+
version: 1.8.0_45
2121
repository_root: ! '{default.repository.root}/openjdk/{platform}/{architecture}'
2222
memory_calculator:
23-
version: 1.+
23+
version: 1.1.1_RELEASE
2424
repository_root: ! '{default.repository.root}/memory-calculator/{platform}/{architecture}'
2525
memory_sizes:
2626
metaspace: 64m..

config/play_framework_auto_reconfiguration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
# Note that the repository is shared with the Spring Auto Reconfiguration framework and should be kept in step to
1818
# avoid conflicts.
1919
---
20-
version: 1.+
20+
version: 1.7.0_RELEASE
2121
repository_root: ! '{default.repository.root}/auto-reconfiguration'
2222
enabled: true

config/play_framework_jpa_plugin.yml

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

1616
# Configuration for the Play JPA Plugin framework
1717
---
18-
version: 1.+
18+
version: 1.7.0_RELEASE
1919
repository_root: ! '{default.repository.root}/play-jpa-plugin'
2020
enabled: true

config/postgresql_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 Postgresql JDBC framework
1717
---
18-
version: 9.4.+
18+
version: 9.4.1201
1919
repository_root: ! '{default.repository.root}/postgresql-jdbc'

config/spring_auto_reconfiguration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
1818
# avoid conflicts.
1919
---
20-
version: 1.+
20+
version: 1.7.0_RELEASE
2121
repository_root: ! '{default.repository.root}/auto-reconfiguration'
2222
enabled: true

config/spring_boot_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
1818
# avoid conflicts.
1919
---
20-
version: 1.+
20+
version: 1.2.4_RELEASE
2121
repository_root: ! '{default.repository.root}/spring-boot-cli'

config/tomcat.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,36 @@
1616
# Configuration for the Tomcat container
1717
---
1818
tomcat:
19-
version: 8.0.+
19+
version: 8.0.23
2020
repository_root: ! '{default.repository.root}/tomcat'
2121
lifecycle_support:
22-
version: 2.+
22+
version: 2.4.0_RELEASE
2323
repository_root: ! '{default.repository.root}/tomcat-lifecycle-support'
2424
logging_support:
25-
version: 2.+
25+
version: 2.4.0_RELEASE
2626
repository_root: ! '{default.repository.root}/tomcat-logging-support'
2727
access_logging_support:
28-
version: 2.+
28+
version: 2.4.0_RELEASE
2929
repository_root: ! '{default.repository.root}/tomcat-access-logging-support'
3030
access_logging: disabled
3131
redis_store:
32-
version: 1.+
32+
version: 1.2.0_RELEASE
3333
repository_root: ! '{default.repository.root}/redis-store'
3434
database: 0
3535
timeout: 2000
3636
connection_pool_size: 2
3737
gemfire_store:
3838
gemfire:
39-
version: 8.0.+
39+
version: 8.0.0
4040
repository_root: ! '{default.repository.root}/gem-fire'
4141
gemfire_modules:
42-
version: 8.0.+
42+
version: 8.0.0_1
4343
repository_root: ! '{default.repository.root}/gem-fire-modules'
4444
gemfire_modules_tomcat7:
45-
version: 8.0.+
45+
version: 8.0.0_1
4646
repository_root: ! '{default.repository.root}/gem-fire-modules-tomcat7'
4747
gemfire_security:
48-
version: 8.0.+
48+
version: 8.0.0
4949
repository_root: ! '{default.repository.root}/gem-fire-security'
5050
gemfire_logging:
5151
version: 1.5.8

config/version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
version: v3.1

0 commit comments

Comments
 (0)