Skip to content

Commit

Permalink
Rename demo app back to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Mar 1, 2024
1 parent 6253f37 commit c54f67b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@
<goal>deployAppTemplate</goal>
</goals>
<configuration>
<templateFile>${project.build.directory}/${project.artifactId}-demo-app.zip</templateFile>
<templateFile>${project.build.directory}/${project.artifactId}-sample-app.zip</templateFile>
<templateResources>
<templateResource>
<directory>${js.build.outputPath}/apps/Demo</directory>
<directory>${js.build.outputPath}/apps/sample</directory>
<includes>
<include>**/*</include>
</includes>
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit c54f67b

Please sign in to comment.