Skip to content

Commit

Permalink
Configuration changes supporting the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Dec 11, 2018
1 parent ac708e2 commit 1f4453d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simulators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.toolkit</groupId>
<artifactId>tk-deps</artifactId>
<version>6.6.0-SNAPSHOT</version>
<version>7.0.0</version>
<relativePath>../tk-deps/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tk-deps/src/main/filters/UbuntuIdeaBill.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
External_Cache=/home/tomcat/ec
External_Cache=/home/bill/ec
Toolkit_Port=8080
Enable_SAML=true
Listener_Port_Range=5000,5020
Expand Down
7 changes: 7 additions & 0 deletions tk-deps/src/main/filters/UbuntuUITestsBill.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
External_Cache=/home/bill/ec
# port is aligned with needs of UI test runner which depends on this configuration
Toolkit_Port=8888
Enable_SAML=true
Listener_Port_Range=5000,5020
Client_Cipher_Suites=TLS_RSA_WITH_AES_128_CBC_SHA
Client_SSL_Protocols=TLSv1.2
2 changes: 1 addition & 1 deletion xdstools2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>gov.nist.toolkit</groupId>
<artifactId>tk-deps</artifactId>
<version>6.6.0-SNAPSHOT</version>
<version>7.0.0</version>
<relativePath>../tk-deps/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1f4453d

Please sign in to comment.