Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit f4a0b98

Browse files
author
Rob Rudin
committed
Undoing a rename
1 parent d63fd65 commit f4a0b98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.mdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Releases past 2.7.0 now tracked in Github
88

99
## 2.6.1
1010

11-
* [#17](https://github.com/rjrudin/ml-javaclient-util/issues/17) Extension documentMetadata can now be loaded from the classpath
11+
* [#17](https://github.com/rjrudin/ml-javaclient-util/issues/17) Extension metadata can now be loaded from the classpath
1212

1313
## 2.6
1414

src/test/resources/sample-base-dir/services/metadata/sample.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<documentMetadata>
1+
<metadata>
22
<title>Sample Service</title>
33
<description>Would be nice to support HTML in this.</description>
44
<method name="GET">
@@ -13,4 +13,4 @@
1313
<param name="id" />
1414
<param name="sourceId" />
1515
</method>
16-
</documentMetadata>
16+
</metadata>

0 commit comments

Comments
 (0)