Skip to content

Commit

Permalink
v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Frost committed Oct 8, 2015
1 parent 378f420 commit 6170166
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 24 deletions.
6 changes: 3 additions & 3 deletions config/app_dynamics_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

# Configuration for the AppDynamics framework
---
version: 4.1.+
version: 4.1.4_2
repository_root: ! '{default.repository.root}/app-dynamics'
default_application_name:
default_application_name:
default_node_name: ! '$(expr "$VCAP_APPLICATION" : ''.*instance_index[": ]*\([[:digit:]]*\).*'')'
default_tier_name:
default_tier_name:
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.5
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.5
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.2.+
version: 1.2.2
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.21.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_60
repository_root: ! '{default.repository.root}/openjdk/{platform}/{architecture}'
memory_calculator:
version: 2.+
version: 2.0.0_RELEASE
repository_root: ! '{default.repository.root}/memory-calculator/{platform}/{architecture}'
stack_threads:
memory_sizes:
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.10.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.10.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.1203
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.10.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.6_RELEASE
repository_root: ! '{default.repository.root}/spring-boot-cli'
20 changes: 10 additions & 10 deletions config/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,37 @@
# Configuration for the Tomcat container
---
tomcat:
version: 8.0.+
version: 8.0.27
repository_root: ! '{default.repository.root}/tomcat'
context_path:
context_path:
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.3

0 comments on commit 6170166

Please sign in to comment.