@@ -51,14 +51,14 @@ Within the `ocs-domain-plugins` folder you can find the `gradle.properties` file
5151#localSip=path/to/used/sip/external
5252ocsRepo=../repository
5353
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
54+ vOcsCore=1.7.1
55+ vPluginsCommon=1.5.1
56+ vOcsCom=1.8.1
57+ vOcsDiag=1.8.1
58+ vOcsNvM=1.8.1
59+ vOcsEcuState=1.8.1
60+ vOcsRuntime=1.8.1
61+ vOcsSecurity=1.6.1
6262```
6363Based on the folder structure example above the explanation of the properties becomes easier.
6464Adapt the properties as following:
@@ -67,14 +67,14 @@ localSipStore=D:/dev/ocs/BswPackages
6767localSip=MICROSAR_Classic_R31
6868ocsRepo=../repository
6969
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
70+ vOcsCore=1.7.1
71+ vPluginsCommon=my-company-1.5.1
72+ vOcsCom=my-company-1.8.1
73+ vOcsDiag=my-company-1.8.1
74+ vOcsNvM=my-company-1.8.1
75+ vOcsEcuState=my-company-1.8.1
76+ vOcsRuntime=my-company-1.8.1
77+ vOcsSecurity=my-company-1.6.1
7878```
7979The ` localSipStore ` should point to the root directory of the BSW Packages while the ` localSip ` itself mentions a
8080dedicated BSW Package against which the source code will be compiled. The gradle project of the ` ocs-custom-app ` and
@@ -86,8 +86,8 @@ We kindly ask you to adapt the version information mentioned in the `gradle.prop
8686that the plugins you build by yourself can be distinguished from those delivered as pre-build artifacts in the MICROSAR
8787Automation SDK. Here an example for the resulting files:
8888``` groovy
89- ocs-communication-plugin-1.7.0 .jar // without adaptions
90- ocs-communication-plugin-my-company-1.7.0 .jar // with adaptions
89+ ocs-communication-plugin-1.7.1 .jar // without adaptions
90+ ocs-communication-plugin-my-company-1.7.1 .jar // with adaptions
9191```
9292
9393### Build the OCS Domain Plugins
@@ -124,14 +124,14 @@ file:
124124#localSip=path/to/used/sip/
125125ocsRepo=../repository
126126
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
127+ vOcsCore=2.2.1
128+ vPluginsCommon=1.5.1
129+ vOcsCom=1.8.1
130+ vOcsDiag=1.8.1
131+ vOcsNvM=1.8.1
132+ vOcsEcuState=1.8.1
133+ vOcsRuntime=1.8.1
134+ vOcsSecurity=1.6.1
135135```
136136The ` localSipStore ` , ` localSip ` and ` ocsRepo ` should be configured in the same way as for the ` ocs-domain-plugins ` .
137137If 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
142142localSip=MICROSAR_Classic_R31
143143ocsRepo=../repository
144144
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
145+ vOcsCore=1.7.1
146+ vPluginsCommon=my-company-1.5.1
147+ vOcsCom=my-company-1.8.1
148+ vOcsDiag=my-company-1.8.1
149+ vOcsNvM=my-company-1.8.1
150+ vOcsEcuState=my-company-1.8.1
151+ vOcsRuntime=my-company-1.8.1
152+ vOcsSecurity=my-company-1.6.1
153153```
154154Please note that the gradle project of the OCS Custom App is prepared in a way that it handles the ocsRepo as well as
155155the local maven repository.
@@ -180,6 +180,7 @@ Beside the mentioned dependencies the shared gradle project may point to additio
180180| v1.6.0 | MICROSAR Automation SDK v1.5.0 | R31 - R34 |
181181| v1.7.0 | MICROSAR Automation SDK v1.6.0 | R31 - R34 |
182182| v1.8.0 | MICROSAR Automation SDK v1.7.0 | R31 - R34 |
183+ | v1.8.1 | MICROSAR Automation SDK v1.7.1 | R31 - R34 |
183184
184185## Abbreviations
185186| Abbreviation | Description |
0 commit comments