Skip to content

Commit

Permalink
Update Oxygen version dependency to 20.0
Browse files Browse the repository at this point in the history
because XSpec now requires Saxon 9.8+ and Oxygen 20.0 is the first version shipped with Saxon 9.8
  • Loading branch information
AirQuick committed Nov 26, 2020
1 parent ecab489 commit 813356a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.oxygenxml</groupId>
<artifactId>oxygen-sdk</artifactId>
<version>18.1.0.0</version>
<version>20.0.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions update_site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
id="com.oxygenxml.xspec.XSpecSupportPlugin">
<xt:location href="https://github.com/xspec/oXygen-XML-editor-xspec-support/releases/download/${project.version}/${project.build.finalName}-plugin.zip"/>
<xt:version>${project.version}</xt:version>
<xt:oxy_version>18.1+</xt:oxy_version>
<xt:oxy_version>20.0+</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>Syncro Soft</xt:author>
<xt:name>XSpec Helper view</xt:name>
Expand Down Expand Up @@ -104,7 +104,7 @@ SOFTWARE.
id="com.oxygenxml.xspec.XSpecSupportFramework">
<xt:location href="https://github.com/xspec/oXygen-XML-editor-xspec-support/releases/download/${project.version}/${project.build.finalName}-framework.zip"/>
<xt:version>${project.version}</xt:version>
<xt:oxy_version>18.0+</xt:oxy_version>
<xt:oxy_version>20.0+</xt:oxy_version>
<xt:type>framework</xt:type>
<xt:author>Alex Jitianu</xt:author>
<xt:name>XSpec Framework (required by the XSpec Helper view plugin)</xt:name>
Expand Down

0 comments on commit 813356a

Please sign in to comment.