Skip to content

Commit

Permalink
v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Frost committed Jun 25, 2015
1 parent 7a538fb commit 5582dbc
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 21 deletions.
2 changes: 1 addition & 1 deletion config/app_dynamics_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Configuration for the New Relic framework
---
version: 4.0.+
version: 4.0.7_0
repository_root: ! '{default.repository.root}/app-dynamics'
default_node_name: ! '$(expr "$VCAP_APPLICATION" : ''.*instance_index[": ]*\([[:digit:]]*\).*'')'
default_tier_name: CloudFoundry
2 changes: 1 addition & 1 deletion config/groovy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

# Configuration for the Groovy container
---
version: 2.4.+
version: 2.4.3
repository_root: ! '{default.repository.root}/groovy'
2 changes: 1 addition & 1 deletion config/jrebel_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

# Configuration for the JRebel framework
---
version: 6.+
version: 6.2.1
repository_root: http://dl.zeroturnaround.com/jrebel
2 changes: 1 addition & 1 deletion config/maria_db_jdbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

# Configuration for the MariaDB JDBC framework
---
version: 1.1.+
version: 1.1.9
repository_root: ! '{default.repository.root}/mariadb-jdbc'
2 changes: 1 addition & 1 deletion config/new_relic_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

# Configuration for the New Relic framework
---
version: 3.+
version: 3.17.0
repository_root: ! '{default.repository.root}/new-relic'
4 changes: 2 additions & 2 deletions config/open_jdk_jre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
# If Java 7 is required, permgen will be used instead of metaspace. Please see the documentation for more detail.
---
jre:
version: 1.8.0_+
version: 1.8.0_45
repository_root: ! '{default.repository.root}/openjdk/{platform}/{architecture}'
memory_calculator:
version: 1.+
version: 1.1.1_RELEASE
repository_root: ! '{default.repository.root}/memory-calculator/{platform}/{architecture}'
memory_sizes:
metaspace: 64m..
Expand Down
2 changes: 1 addition & 1 deletion config/play_framework_auto_reconfiguration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# Note that the repository is shared with the Spring Auto Reconfiguration framework and should be kept in step to
# avoid conflicts.
---
version: 1.+
version: 1.7.0_RELEASE
repository_root: ! '{default.repository.root}/auto-reconfiguration'
enabled: true
2 changes: 1 addition & 1 deletion config/play_framework_jpa_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

# Configuration for the Play JPA Plugin framework
---
version: 1.+
version: 1.7.0_RELEASE
repository_root: ! '{default.repository.root}/play-jpa-plugin'
enabled: true
2 changes: 1 addition & 1 deletion config/postgresql_jdbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

# Configuration for the Postgresql JDBC framework
---
version: 9.4.+
version: 9.4.1201
repository_root: ! '{default.repository.root}/postgresql-jdbc'
2 changes: 1 addition & 1 deletion config/spring_auto_reconfiguration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
# avoid conflicts.
---
version: 1.+
version: 1.7.0_RELEASE
repository_root: ! '{default.repository.root}/auto-reconfiguration'
enabled: true
2 changes: 1 addition & 1 deletion config/spring_boot_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
# avoid conflicts.
---
version: 1.+
version: 1.2.4_RELEASE
repository_root: ! '{default.repository.root}/spring-boot-cli'
18 changes: 9 additions & 9 deletions config/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@
# Configuration for the Tomcat container
---
tomcat:
version: 8.0.+
version: 8.0.23
repository_root: ! '{default.repository.root}/tomcat'
lifecycle_support:
version: 2.+
version: 2.4.0_RELEASE
repository_root: ! '{default.repository.root}/tomcat-lifecycle-support'
logging_support:
version: 2.+
version: 2.4.0_RELEASE
repository_root: ! '{default.repository.root}/tomcat-logging-support'
access_logging_support:
version: 2.+
version: 2.4.0_RELEASE
repository_root: ! '{default.repository.root}/tomcat-access-logging-support'
access_logging: disabled
redis_store:
version: 1.+
version: 1.2.0_RELEASE
repository_root: ! '{default.repository.root}/redis-store'
database: 0
timeout: 2000
connection_pool_size: 2
gemfire_store:
gemfire:
version: 8.0.+
version: 8.0.0
repository_root: ! '{default.repository.root}/gem-fire'
gemfire_modules:
version: 8.0.+
version: 8.0.0_1
repository_root: ! '{default.repository.root}/gem-fire-modules'
gemfire_modules_tomcat7:
version: 8.0.+
version: 8.0.0_1
repository_root: ! '{default.repository.root}/gem-fire-modules-tomcat7'
gemfire_security:
version: 8.0.+
version: 8.0.0
repository_root: ! '{default.repository.root}/gem-fire-security'
gemfire_logging:
version: 1.5.8
Expand Down
2 changes: 2 additions & 0 deletions config/version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
version: v3.1

0 comments on commit 5582dbc

Please sign in to comment.