Skip to content

Commit a081263

Browse files
authored
Merge pull request #67 from bci-oss/update-esmf-sdk-version
Update esmf-sdk version
2 parents 2980d76 + 9af0cec commit a081263

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
<goal>exec</goal>
205205
</goals>
206206
<configuration>
207-
<executable>${antora-cli}</executable>
208-
<commandlineArgs>site.yml --stacktrace --fetch</commandlineArgs>
207+
<executable>${node-directory}/node</executable>
208+
<commandlineArgs>${antora-cli} site.yml --stacktrace --fetch</commandlineArgs>
209209
<useMavenLogger>true</useMavenLogger>
210210
</configuration>
211211
</execution>
@@ -231,8 +231,8 @@
231231
<goal>exec</goal>
232232
</goals>
233233
<configuration>
234-
<executable>${antora-cli}</executable>
235-
<commandlineArgs>site-local.yml --stacktrace --fetch</commandlineArgs>
234+
<executable>${node-directory}/node</executable>
235+
<commandlineArgs>${antora-cli} site-local.yml --stacktrace --fetch</commandlineArgs>
236236
<useMavenLogger>true</useMavenLogger>
237237
</configuration>
238238
</execution>

site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ content:
1313
start_path: documentation
1414
- url: https://github.com/eclipse-esmf/esmf-sdk
1515
branches: HEAD
16-
tags: ["v2.10.2","v2.10.1","v2.10.0","v2.9.10","v2.9.9"]
16+
tags: ["v2.10.3","v2.10.2","v2.10.1","v2.10.0","v2.9.10"]
1717
start_path: documentation/developer-guide
1818
- url: https://github.com/eclipse-esmf/esmf-aspect-model-editor
1919
branches: HEAD
@@ -65,7 +65,7 @@ asciidoc:
6565
unit: urn:samm:org.eclipse.esmf.samm:unit:2.2.0#@
6666
# The version of the latest SAMM maven artifact
6767
aspect-meta-model-version: '2.2.0'
68-
esmf-sdk-version: '2.10.2'
68+
esmf-sdk-version: '2.10.3'
6969
esmf-sdk-js-aspect-model-loader-version: '2.3.3'
7070
esmf-sdk-py-aspect-model-loader-version: '2.2.1'
7171
example-ns: com.mycompany@

0 commit comments

Comments
 (0)