Skip to content

Commit 376fbcc

Browse files
committed
BEXIS2/Core#959 update version number in setting of the workspace
1 parent 5540c69 commit 376fbcc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

General/General.Settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<!-- landing page for users , when they logged in successfuly -->
1515
<entry key="faq" value="https://github.com/BEXIS2/Core/wiki/FAQ" type="string" />
1616

17-
<entry key="version" value="2.14.7" type="string" />
17+
<entry key="version" value="2.15" type="string" />
1818
</settings>

Modules/BAM/Bam.Settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<settings>
33
<!-- Defined AccountPartyTypes value in web config format is like PartyType1:PartyTypePairTitle1-PartyTypePairTitle2,PartyType2 -->
44
<entry key="AccountPartyTypes" value="Person" type="String" />
5-
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.14.7/Manuals/BAM/Manual.md" type="String"/>
5+
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.15/Manuals/BAM/Manual.md" type="String"/>
66
<entry key="key3" value="21" type="Int16" />
77
</settings>

Modules/DCM/Dcm.Settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<settings>
3-
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.14.7/Manuals/DCM/Manual.md" type="String"/>
3+
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.15/Manuals/DCM/Manual.md" type="String"/>
44
<!-- This number determines the selection whether an upload of structured data should be executed directly or async.
55
- c < direct
66
- c > async

Modules/DDM/Ddm.Settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<settings>
3-
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.14.7/Manuals/DDM/DataDiscovery_Manual.md" type="String"/>
3+
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.15/Manuals/DDM/DataDiscovery_Manual.md" type="String"/>
44

55
<entry key="show_primary_data_tab" value="true" type="String"/>
66
<entry key="show_data_structure_tab" value="true" type="String"/>

Modules/DIM/Dim.Settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<settings>
3-
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.14.7/Manuals/DIM/Manual.md" type="String"/>
3+
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.15/Manuals/DIM/Manual.md" type="String"/>
44
<entry key="key2" value="value2" type="String"/>
55
<entry key="key3" value="21" type="Int16"/>
66
<datacite>

Modules/RPM/Rpm.Settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<settings>
3-
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.14.7/Manuals/RPM/Manual.md" type="String"/>
3+
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.15/Manuals/RPM/Manual.md" type="String"/>
44
<entry key="key2" value="value2" type="String"/>
55
<entry key="key3" value="21" type="Int16"/>
66
<missingValues>

Modules/SAM/Sam.Settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<settings>
3-
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.14.7/Manuals/SAM/Manual.md" type="String"/>
3+
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.15/Manuals/SAM/Manual.md" type="String"/>
44
<entry key="key2" value="value2" type="String" />
55
<entry key="key3" value="21" type="Int16" />
66

Modules/VIM/Vim.Settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<settings>
3-
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.14.7/Manuals/VIM/Manual.md" type="String"/>
3+
<entry key="help" value="https://github.com/BEXIS2/Documents/blob/2.15/Manuals/VIM/Manual.md" type="String"/>
44
<entry key="key2" value="value2" type="String"/>
55
<entry key="key3" value="21" type="Int16"/>
66
</settings>

0 commit comments

Comments
 (0)