|
52 | 52 | <parent> |
53 | 53 | <groupId>xyz.elemental.fork.org.exist-db</groupId> |
54 | 54 | <artifactId>exist-parent</artifactId> |
55 | | - <version>7.0.0-SNAPSHOT</version> |
| 55 | + <version>7.0.0</version> |
56 | 56 | <relativePath>../exist-parent</relativePath> |
57 | 57 | </parent> |
58 | 58 |
|
|
66 | 66 | <connection>scm:git:https://github.com/evolvedbinary/elemental.git</connection> |
67 | 67 | <developerConnection>scm:git:https://github.com/evolvedbinary/elemental.git</developerConnection> |
68 | 68 | <url>scm:git:https://github.com/evolvedbinary/elemental.git</url> |
69 | | - <tag>HEAD</tag> |
| 69 | + <tag>elemental-7.0.0</tag> |
70 | 70 | </scm> |
71 | 71 |
|
72 | 72 | <properties> |
|
767 | 767 | </goals> |
768 | 768 | <configuration> |
769 | 769 | <target> |
770 | | - <fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar"/> |
| 770 | + <fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar" /> |
771 | 771 | <pathconvert property="dashboard-xar-path" refid="dashboard-fileset" /> |
772 | 772 | <unzip src="${dashboard-xar-path}" dest="${expath.pkg.dir}-dashboard-staging/"> |
773 | 773 | <patternset> |
774 | | - <exclude name="resources/images/existdb.png"/> |
775 | | - <exclude name="resources/images/existdb-web.svg"/> |
776 | | - <exclude name="resources/images/x.svg"/> |
| 774 | + <exclude name="resources/images/existdb.png" /> |
| 775 | + <exclude name="resources/images/existdb-web.svg" /> |
| 776 | + <exclude name="resources/images/x.svg" /> |
777 | 777 | </patternset> |
778 | 778 | </unzip> |
779 | 779 | </target> |
|
787 | 787 | </goals> |
788 | 788 | <configuration> |
789 | 789 | <target> |
790 | | - <replace file="${expath.pkg.dir}-dashboard-staging/existdb-dashboard.html" token="existdb-web.svg" value="elemental-web.svg"/> |
791 | | - <loadfile property="elemental-web-svg" srcFile="${project.build.outputDirectory}/elemental-web.svg"/> |
792 | | - <replaceregexp file="${expath.pkg.dir}-dashboard-staging/bower_components/existdb-launcher/existdb-branding.html" match="<svg.+</svg>" replace="${elemental-web-svg}"/> |
| 790 | + <replace file="${expath.pkg.dir}-dashboard-staging/existdb-dashboard.html" token="existdb-web.svg" value="elemental-web.svg" /> |
| 791 | + <loadfile property="elemental-web-svg" srcFile="${project.build.outputDirectory}/elemental-web.svg" /> |
| 792 | + <replaceregexp file="${expath.pkg.dir}-dashboard-staging/bower_components/existdb-launcher/existdb-branding.html" match="<svg.+</svg>" replace="${elemental-web-svg}" /> |
793 | 793 | </target> |
794 | 794 | </configuration> |
795 | 795 | </execution> |
|
801 | 801 | </goals> |
802 | 802 | <configuration> |
803 | 803 | <target> |
804 | | - <fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar"/> |
| 804 | + <fileset id="dashboard-fileset" dir="${expath.pkg.dir}" includes="dashboard-*.xar" /> |
805 | 805 | <pathconvert property="dashboard-xar-path" refid="dashboard-fileset" /> |
806 | 806 | <zip destfile="${dashboard-xar-path}"> |
807 | | - <fileset dir="${expath.pkg.dir}-dashboard-staging"/> |
808 | | - <zipfileset dir="${project.build.outputDirectory}" includes="elemental-web.svg" fullpath="resources/images/elemental-web.svg"/> |
| 807 | + <fileset dir="${expath.pkg.dir}-dashboard-staging" /> |
| 808 | + <zipfileset dir="${project.build.outputDirectory}" includes="elemental-web.svg" fullpath="resources/images/elemental-web.svg" /> |
809 | 809 | </zip> |
810 | 810 | </target> |
811 | 811 | </configuration> |
|
0 commit comments