Skip to content

Commit

Permalink
chore(opcua): update download urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 28, 2023
1 parent 20246c7 commit d740632
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions protocols/opcua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,10 @@
<goal>wget</goal>
</goals>
<configuration>
<!-- TODO: This file was deleted, so I had to replace it with the revision url -->
<url>https://raw.githubusercontent.com/OPCFoundation/UA-Nodeset/e57608523f98bf9d587d79dd9a0b63c37ebcee6b/Schema/Opc.Ua.Types.bsd</url>
<url>https://github.com/OPCFoundation/UA-Nodeset/raw/latest/Schema/Opc.Ua.Types.bsd</url>
<unpack>false</unpack>
<outputDirectory>${project.build.directory}/downloads</outputDirectory>
<outputFileName>Opc.Ua.Types.bsd</outputFileName>
<skipCache>true</skipCache>
<overwrite>true</overwrite>
</configuration>
</execution>
<!-- Fetch the master-data which will be used to translate manufacturer ids to readable names -->
Expand All @@ -63,7 +60,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://raw.githubusercontent.com/OPCFoundation/UA-Nodeset/v1.04/Schema/StatusCode.csv</url>
<url>https://github.com/OPCFoundation/UA-Nodeset/raw/latest/Schema/StatusCode.csv</url>
<unpack>false</unpack>
<outputDirectory>${project.build.directory}/downloads</outputDirectory>
<outputFileName>StatusCode.csv</outputFileName>
Expand All @@ -76,7 +73,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://raw.githubusercontent.com/OPCFoundation/UA-Nodeset/v1.04/Schema/Opc.Ua.NodeSet2.Services.xml</url>
<url>https://github.com/OPCFoundation/UA-Nodeset/raw/latest/Schema/Opc.Ua.NodeSet2.Services.xml</url>
<unpack>false</unpack>
<outputDirectory>${project.build.directory}/downloads</outputDirectory>
<outputFileName>Opc.Ua.NodeSet2.Services.xml</outputFileName>
Expand All @@ -89,8 +86,7 @@
<goal>wget</goal>
</goals>
<configuration>
<!-- TODO: This file was deleted, so I had to replace it with the revision url -->
<url>https://raw.githubusercontent.com/OPCFoundation/UA-Nodeset/e57608523f98bf9d587d79dd9a0b63c37ebcee6b/Schema/Opc.Ua.NodeIds.csv</url>
<url>https://github.com/OPCFoundation/UA-Nodeset/raw/latest/Schema/NodeIds.csv</url>
<unpack>false</unpack>
<outputDirectory>${project.build.directory}/downloads</outputDirectory>
<outputFileName>Opc.Ua.NodeIds.Services.csv</outputFileName>
Expand Down

0 comments on commit d740632

Please sign in to comment.