Skip to content

Commit

Permalink
Update Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools authored Dec 13, 2023
1 parent fd3ec0e commit be44019
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 28 deletions.
8 changes: 4 additions & 4 deletions .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</item>
</REQUIREMENTS>
<PACKAGING>
<NAME>mbt-xxx</NAME>
<NAME>mbt-test</NAME>
<VERSION>1.0.0</VERSION>
<DESCRIPTION>XXX</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BC-XXX</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_XXX_TN</LOGO>
<DESCRIPTION>Test</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BC-TEST</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_TEST_TN</LOGO>
<DEPENDENCIES>
<item>
<NAME>mbt-base</NAME>
Expand Down
4 changes: 2 additions & 2 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Marc Bernard Tools - XXX
Upstream-Name: Marc Bernard Tools - Test
Upstream-Contact: Marc Bernard <[email protected]>
Source: https://github.com/Marc-Bernard-Tools/MBT-XXX
Source: https://github.com/Marc-Bernard-Tools/MBT-Test

Files: *
Copyright: 2023 Marc Bernard <https://marcbernardtools.com/>
Expand Down
19 changes: 4 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,10 @@ and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html).

### Fixed

## Version [1.0.0] - 2023-12-12

## Version [1.2.0] - 2021-12-08
Initial Release. For details, see [Features](https://marcbernardtools.com/docs/mbt-test/features).

Public Release

## Version [1.1.0] - 2021-04-13

Launch Release

## Version [1.0.0] - 2021-03-16

Initial Release. For details, see [Features](https://marcbernardtools.com/docs/mbt-xxx/features).


[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-XXX/compare/1.2.0...main
[1.2.0]: https://github.com/Marc-Bernard-Tools/MBT-XXX/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/Marc-Bernard-Tools/MBT-XXX/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/Marc-Bernard-Tools/MBT-XXX/releases/tag/1.0.0
[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Test/compare/1.0.0...main
[1.0.0]: https://github.com/Marc-Bernard-Tools/MBT-Test/releases/tag/1.0.0
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
![Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fshield.abap.space%2Fversion-shield-json%2Fgithub%2FMarc-Bernard-Tools%2FMBT-XXX%2Fsrc%2Ftools%2F%2523mbtools%2523cl_tool_bc.clas.abap&label=Version&color=blue)
![Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fshield.abap.space%2Fversion-shield-json%2Fgithub%2FMarc-Bernard-Tools%2FMBT-Test%2Fsrc%2Ftools%2F%2523mbtools%2523cl_tool_bc.clas.abap&label=Version&color=blue)

[![License](https://img.shields.io/github/license/Marc-Bernard-Tools/MBT-XXX?label=License&color=green)](LICENSE)
[![License](https://img.shields.io/github/license/Marc-Bernard-Tools/MBT-Test?label=License&color=green)](LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?color=green)](https://github.com/Marc-Bernard-Tools/.github/blob/main/CODE_OF_CONDUCT.md)
[![REUSE Status](https://api.reuse.software/badge/github.com/Marc-Bernard-Tools/MBT-XXX?color=success)](https://api.reuse.software/info/github.com/Marc-Bernard-Tools/MBT-XXX)
[![ClearlyDefined Score](https://img.shields.io/clearlydefined/score/git/github/marc-bernard-tools/MBT-XXX/commit?label=ClearlyDefined%20Score)](https://clearlydefined.io/definitions/git/github/marc-bernard-tools/MBT-XXX/commit)
[![REUSE Status](https://api.reuse.software/badge/github.com/Marc-Bernard-Tools/MBT-Test?color=success)](https://api.reuse.software/info/github.com/Marc-Bernard-Tools/MBT-Test)
[![ClearlyDefined Score](https://img.shields.io/clearlydefined/score/git/github/marc-bernard-tools/MBT-Test/commit?label=ClearlyDefined%20Score)](https://clearlydefined.io/definitions/git/github/marc-bernard-tools/MBT-Test/commit)

# MBT XXX
# MBT Test

<description>

For details, visit **[Marc Bernard Tools](https://marcbernardtools.com/downloads/mbt-xxx)** and follow [@marcfbe](https://twitter.com/marcfbe) on Twitter.
For details, visit **[Marc Bernard Tools](https://marcbernardtools.com/downloads/mbt-test)** and follow [@marcfbe](https://twitter.com/marcfbe) on Twitter.

<images>

## Installation

Use the [MBT Installer](https://marcbernardtools.com/downloads/mbt-installer/) to deploy the repository to your SAP system. For more information, see [Installation Instructions](https://marcbernardtools.com/docs/marc-bernard-tools/installation/).
Use the latest version of [abapGit](https://github.com/abapGit/abapGit) to deploy the repository to your SAP system. For more information, see [Installation Instructions](https://marcbernardtools.com/docs/marc-bernard-tools/installation/).

## Contributions

Expand Down

0 comments on commit be44019

Please sign in to comment.