Skip to content

Commit

Permalink
NXP-28084: align on NXP-27441 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
troger committed Sep 30, 2019
1 parent 4bc14e5 commit 0e1e86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/itests/marketplace/src/main/assemble/assembly.xml
Expand Up @@ -12,7 +12,7 @@
<fileset dir="src/main/resources" />
<filterset>
<filter token="VERSION" value="${maven.project.version}" />
<filter token="DISTRIB_VERSION" value="${nuxeo.distribution.version}" />
<filter token="DISTRIB_VERSION" value="${nuxeo.platform.version}" />
</filterset>
</copy>

Expand Down
2 changes: 1 addition & 1 deletion plugin/web-ui/marketplace/src/main/assemble/assembly.xml
Expand Up @@ -12,7 +12,7 @@
<fileset dir="src/main/resources" />
<filterset>
<filter token="VERSION" value="${maven.project.version}" />
<filter token="DISTRIB_VERSION" value="${nuxeo.distribution.version}" />
<filter token="DISTRIB_VERSION" value="${nuxeo.platform.version}" />
</filterset>
</copy>

Expand Down

0 comments on commit 0e1e86d

Please sign in to comment.