Skip to content

Commit 886ade4

Browse files
Merge pull request #33 from BorderTech/release-1.0.6
Release 1.0.6
2 parents ea4fee8 + 75c54dd commit 886ade4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Release in-progress
44

5+
## 1.0.6
6+
57
### API Changes
68
* The runtime property `bordertech.config.parameters.useSystemOverWriteOnly` now defaults to false which allows all system properties to be
79
merged when system properties enabled. Use the optional runtime property `bordertech.config.parameters.useSystemPrefixes` to limit the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Add dependency:
3838
<dependency>
3939
<groupId>com.github.bordertech.config</groupId>
4040
<artifactId>config</artifactId>
41-
<version>1.0.5</version>
41+
<version>1.0.6</version>
4242
</dependency>
4343
....
4444
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.bordertech.config</groupId>
66
<name>config</name>
77
<artifactId>config</artifactId>
8-
<version>1.0.6-SNAPSHOT</version>
8+
<version>1.0.7-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.github.bordertech.common</groupId>

0 commit comments

Comments
 (0)