Skip to content

Commit 3ec6af4

Browse files
committed
update version numbers and release info
1 parent 4dc41c5 commit 3ec6af4

1 file changed

Lines changed: 37 additions & 36 deletions

File tree

README.md

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ customization of the gradle properties.
4747
### Customization of the Gradle properties
4848
Within the `ocs-domain-plugins` folder you can find the `gradle.properties` file:
4949
```
50-
//localSipStore=path/to/sip/store/directory
51-
//localSip=path/to/used/sip/external
50+
#localSipStore=path/to/sip/store/directory
51+
#localSip=path/to/used/sip/external
5252
ocsRepo=../repository
5353
54-
vOcsCore=1.6.0
55-
vPluginsCommon=1.4.0
56-
vOcsCom=1.7.0
57-
vOcsDiag=1.7.0
58-
vOcsNvM=1.7.0
59-
vOcsEcuState=1.7.0
60-
vOcsRuntime=1.7.0
61-
vOcsSecurity=1.5.0
54+
vOcsCore=1.7.0
55+
vPluginsCommon=1.5.0
56+
vOcsCom=1.8.0
57+
vOcsDiag=1.8.0
58+
vOcsNvM=1.8.0
59+
vOcsEcuState=1.8.0
60+
vOcsRuntime=1.8.0
61+
vOcsSecurity=1.6.0
6262
```
6363
Based on the folder structure example above the explanation of the properties becomes easier.
6464
Adapt the properties as following:
@@ -67,14 +67,14 @@ localSipStore=D:/dev/ocs/BswPackages
6767
localSip=MICROSAR_Classic_R31
6868
ocsRepo=../repository
6969
70-
vOcsCore=1.6.0
71-
vPluginsCommon=my-company-1.4.0
72-
vOcsCom=my-company-1.7.0
73-
vOcsDiag=my-company-1.7.0
74-
vOcsNvM=my-company-1.7.0
75-
vOcsEcuState=my-company-1.7.0
76-
vOcsRuntime=my-company-1.7.0
77-
vOcsSecurity=my-company-1.5.0
70+
vOcsCore=1.7.0
71+
vPluginsCommon=my-company-1.5.0
72+
vOcsCom=my-company-1.8.0
73+
vOcsDiag=my-company-1.8.0
74+
vOcsNvM=my-company-1.8.0
75+
vOcsEcuState=my-company-1.8.0
76+
vOcsRuntime=my-company-1.8.0
77+
vOcsSecurity=my-company-1.6.0
7878
```
7979
The `localSipStore` should point to the root directory of the BSW Packages while the `localSip` itself mentions a
8080
dedicated BSW Package against which the source code will be compiled. The gradle project of the `ocs-custom-app` and
@@ -120,18 +120,18 @@ C:\Users\<your user account>\.m2\repository\com\vector\ocs\plugins\ocs-communica
120120
This step will look quite familiar to you. In the root folder of the `ocs-custom-app` you find the `gradle.properties`
121121
file:
122122
```
123-
//localSipStore=path/to/sip/store/directory
124-
//localSip=path/to/used/sip/
123+
#localSipStore=path/to/sip/store/directory
124+
#localSip=path/to/used/sip/
125125
ocsRepo=../repository
126126
127-
vOcsCore=2.1.0
128-
vPluginsCommon=1.4.0
129-
vOcsCom=1.7.0
130-
vOcsDiag=1.7.0
131-
vOcsNvM=1.7.0
132-
vOcsEcuState=1.7.0
133-
vOcsRuntime=1.7.0
134-
vOcsSecurity=1.5.0
127+
vOcsCore=2.2.0
128+
vPluginsCommon=1.5.0
129+
vOcsCom=1.8.0
130+
vOcsDiag=1.8.0
131+
vOcsNvM=1.8.0
132+
vOcsEcuState=1.8.0
133+
vOcsRuntime=1.8.0
134+
vOcsSecurity=1.6.0
135135
```
136136
The `localSipStore`, `localSip` and `ocsRepo` should be configured in the same way as for the `ocs-domain-plugins`.
137137
If you keep the other version numbers as stated in the file you would build the OCS Custom App based on the Vector
@@ -142,14 +142,14 @@ localSipStore=D:/dev/ocs/BswPackages
142142
localSip=MICROSAR_Classic_R31
143143
ocsRepo=../repository
144144
145-
vOcsCore=1.6.0
146-
vPluginsCommon=my-company-1.4.0
147-
vOcsCom=my-company-1.7.0
148-
vOcsDiag=my-company-1.7.0
149-
vOcsNvM=my-company-1.7.0
150-
vOcsEcuState=my-company-1.7.0
151-
vOcsRuntime=my-company-1.7.0
152-
vOcsSecurity=my-company-1.5.0
145+
vOcsCore=1.7.0
146+
vPluginsCommon=my-company-1.5.0
147+
vOcsCom=my-company-1.8.0
148+
vOcsDiag=my-company-1.8.0
149+
vOcsNvM=my-company-1.8.0
150+
vOcsEcuState=my-company-1.8.0
151+
vOcsRuntime=my-company-1.8.0
152+
vOcsSecurity=my-company-1.6.0
153153
```
154154
Please note that the gradle project of the OCS Custom App is prepared in a way that it handles the ocsRepo as well as
155155
the local maven repository.
@@ -179,6 +179,7 @@ Beside the mentioned dependencies the shared gradle project may point to additio
179179
|---------|--------------------------------|------------------------------------|
180180
| v1.6.0 | MICROSAR Automation SDK v1.5.0 | R31 - R34 |
181181
| v1.7.0 | MICROSAR Automation SDK v1.6.0 | R31 - R34 |
182+
| v1.8.0 | MICROSAR Automation SDK v1.7.0 | R31 - R34 |
182183

183184
## Abbreviations
184185
| Abbreviation | Description |

0 commit comments

Comments
 (0)