Skip to content

Commit

Permalink
Use "diagram-as-code.version" maven property
Browse files Browse the repository at this point in the history
  • Loading branch information
whimet committed Feb 5, 2021
1 parent b4e8e4b commit b87426b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>diagram-as-code.js</artifactId>
<version>0.1.18</version>
<version>${diagram-as-code.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -177,5 +177,6 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<upm.license.compatibility.version>2.21.4</upm.license.compatibility.version>
<diagram-as-code.version>0.1.18</diagram-as-code.version>
</properties>
</project>
4 changes: 2 additions & 2 deletions src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<resource type="download" name="images/" location="/images" value="enabled"/>
<resource type="download" name="analytics.js" location="/js/analytics.js" value="enabled"/>
<resource type="download" name="vue" location="/META-INF/resources/webjars/vue/2.6.11/dist/vue.js" value="enabled"/>
<resource type="download" name="diagram-as-code.js" location="/META-INF/resources/webjars/diagram-as-code.js/0.1.16/dist/diagram-as-code.min.js" value="enabled"/>
<resource type="download" name="diagram-as-code.js" location="/META-INF/resources/webjars/diagram-as-code.js/${diagram-as-code.version}/dist/diagram-as-code.min.js" value="enabled"/>
</web-resource>

<web-resource key="active-sequence-resources-editor" name="sequence Web Resources for editor">
Expand All @@ -34,7 +34,7 @@
<resource type="download" name="sequence.css" location="/css/sequence.css" value="enabled"/>
<resource type="download" name="macro-customise.js" location="/js/macro-customise.js" value="enabled"/>
<resource type="download" name="vue" location="/META-INF/resources/webjars/vue/2.6.11/dist/vue.js" value="enabled"/>
<resource type="download" name="diagram-as-code.js" location="/META-INF/resources/webjars/diagram-as-code.js/0.1.16/dist/diagram-as-code.min.js" value="enabled"/>
<resource type="download" name="diagram-as-code.js" location="/META-INF/resources/webjars/diagram-as-code.js/${diagram-as-code.version}/dist/diagram-as-code.min.js" value="enabled"/>
<context>atl.general</context>
</web-resource>
<xhtml-macro name="active-sequence" class="com.zenuml.confluence.macro.SequenceMacro" icon="/download/resources/${atlassian.plugin.key}:active-sequence-resources/images/zenuml_logo.png" key="active-sequence-macro">
Expand Down

0 comments on commit b87426b

Please sign in to comment.