Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 25eca48

Browse files
committed
5.0.0
1 parent 0add4d2 commit 25eca48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<api>stable</api>
3737
</stability>
3838
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
39-
<notes>Fix bugs</notes>
39+
<notes>Support Skywalking 9.0.0</notes>
4040
<contents>
4141
<dir name="/">
4242
<file role="doc" name="CREDITS"/>

scripts/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
{'key': 'license', 'value': 'Apache2.0', 'attr': [
8080
{'key': 'uri', 'value': 'http://www.apache.org/licenses/LICENSE-2.0.html'}
8181
]},
82-
{'key': 'notes', 'value': 'Fix bugs'}, # release notes
82+
{'key': 'notes', 'value': 'Support Skywalking 9.0.0'}, # release notes
8383
{'key': 'contents', 'child': [
8484
{'key': 'dir', 'attr': [
8585
{'key': 'name', 'value': '/'},

0 commit comments

Comments
 (0)