File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<DATA >
5
5
<GROUP_ID >github.com/jrodriguez-rc</GROUP_ID >
6
6
<ARTIFACT_ID >abap-dev-utilities</ARTIFACT_ID >
7
- <VERSION >1.1 .0</VERSION >
7
+ <VERSION >2.0 .0</VERSION >
8
8
<REPOSITORY_TYPE >abapGit</REPOSITORY_TYPE >
9
9
<GIT_URL >https://github.com/jrodriguez-rc/abap-dev-utilities.git</GIT_URL >
10
10
</DATA >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CLASS zcl_adu_apack DEFINITION
7
7
PUBLIC SECTION .
8
8
INTERFACES if_apack_manifest.
9
9
10
- CONSTANTS gc_version TYPE string VALUE '1.1 .0' ##NO_TEXT .
10
+ CONSTANTS gc_version TYPE string VALUE '2.0 .0' ##NO_TEXT .
11
11
CONSTANTS gc_group TYPE string VALUE 'github.com/jrodriguez-rc' ##NO_TEXT .
12
12
CONSTANTS gc_artifact_id TYPE string VALUE 'abap-dev-utilities' ##NO_TEXT .
13
13
CONSTANTS gc_repository TYPE string VALUE 'https://github.com/jrodriguez-rc/abap-dev-utilities.git' ##NO_TEXT .
You can’t perform that action at this time.
0 commit comments