|
52 | 52 | <parent> |
53 | 53 | <groupId>xyz.elemental.fork.org.exist-db</groupId> |
54 | 54 | <artifactId>exist-parent</artifactId> |
55 | | - <version>6.11.0-SNAPSHOT</version> |
| 55 | + <version>6.11.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>elemental-6.4.0</tag> |
| 69 | + <tag>elemental-6.11.0</tag> |
70 | 70 | </scm> |
71 | 71 |
|
72 | 72 | <properties> |
|
772 | 772 | <pathconvert property="dashboard-xar-path" refid="dashboard-fileset" /> |
773 | 773 | <unzip src="${dashboard-xar-path}" dest="${expath.pkg.dir}-dashboard-staging/"> |
774 | 774 | <patternset> |
775 | | - <exclude name="resources/images/existdb.png"/> |
776 | | - <exclude name="resources/images/existdb-web.svg"/> |
777 | | - <exclude name="resources/images/x.svg"/> |
| 775 | + <exclude name="resources/images/existdb.png" /> |
| 776 | + <exclude name="resources/images/existdb-web.svg" /> |
| 777 | + <exclude name="resources/images/x.svg" /> |
778 | 778 | </patternset> |
779 | 779 | </unzip> |
780 | 780 | </target> |
|
828 | 828 | <pathconvert property="monex-xar-path" refid="monex-fileset" /> |
829 | 829 | <unzip src="${monex-xar-path}" dest="${expath.pkg.dir}-monex-staging/"> |
830 | 830 | <patternset> |
831 | | - <exclude name="resources/img/exist_icon_16x16.ico"/> |
832 | | - <exclude name="resources/img/existdb-logo.png"/> |
833 | | - <exclude name="resources/img/powered-by-whiteglass.svg"/> |
| 831 | + <exclude name="resources/img/exist_icon_16x16.ico" /> |
| 832 | + <exclude name="resources/img/existdb-logo.png" /> |
| 833 | + <exclude name="resources/img/powered-by-whiteglass.svg" /> |
834 | 834 | </patternset> |
835 | 835 | </unzip> |
836 | 836 | </target> |
|
917 | 917 | <goal>copy</goal> |
918 | 918 | </goals> |
919 | 919 | <configuration> |
920 | | - <outputDirectory/> <!-- NOTE: this must be empty --> |
| 920 | + <outputDirectory /> <!-- NOTE: this must be empty --> |
921 | 921 | <resources> |
922 | 922 | <resource> |
923 | 923 | <workOnFullPath>true</workOnFullPath> |
|
976 | 976 | </goals> |
977 | 977 | <configuration> |
978 | 978 | <assembleDirectory>${assemble.dir}</assembleDirectory> |
979 | | - <programs/> |
| 979 | + <programs /> |
980 | 980 | <configurationDirectory>etc</configurationDirectory> |
981 | 981 | <copyConfigurationDirectory>true</copyConfigurationDirectory> |
982 | 982 | <logsDirectory>logs</logsDirectory> |
|
0 commit comments