Skip to content

Commit

Permalink
Fix #497: Assembly descriptor removed but still in documentation
Browse files Browse the repository at this point in the history
Remove assembly `<descriptor>` field from documentation as it's no
longer supported
  • Loading branch information
rohanKanojia authored and manusa committed May 18, 2021
1 parent 6e52ce5 commit 7237984
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Usage:
./scripts/extract-changelog-for-version.sh 1.3.37 5
```
### 1.3.0-SNAPSHOT
* Fix #497: Assembly descriptor removed but still in documentation
* Fix #576: Add support to publishing helm chart
* Fix #634: Replace occurrences of keySet() with entrySet() when value are needed
* Fix #659: Update Fabric8 Kubernetes Client to v5.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ remote API.
<assembly>
<mode>dir</mode>
<targetDir>/opt/demo</targetDir>
<descriptor>assembly.xml</descriptor>
</assembly>
</build>
----
Expand Down

0 comments on commit 7237984

Please sign in to comment.