Skip to content

Commit ce486dc

Browse files
committed
work
1 parent 978e46f commit ce486dc

File tree

213 files changed

+37
-293233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+37
-293233
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@
13561356
<files>
13571357
<file>${project.basedir}/README.md</file>
13581358
<file>${project.basedir}/LICENSE</file>
1359-
<file>${project.basedir}/src/main/docker/docker-compose.yml</file>
1359+
<file>${project.basedir}/etc/docker/docker-compose.yml</file>
13601360
<file>${project.basedir}/app.json</file>
13611361
<file>${project.basedir}/_config.yml</file>
13621362
<file>${project.basedir}/Procfile</file>
@@ -1372,11 +1372,11 @@
13721372
<file>${project.basedir}/src/site/site.xml</file>
13731373
<file>${project.basedir}/build.sh</file>
13741374
<file>${project.basedir}/etc/run.sh</file>
1375-
<file>${project.basedir}/src/main/bash/psql.sh</file>
1375+
<file>${project.basedir}/etc/bash/psql.sh</file>
13761376
<file>${project.basedir}/etc/docker-start.sh</file>
13771377
<file>${project.basedir}/etc/docker-stop.sh</file>
1378-
<file>${project.basedir}/src/main/sql/db-createdb-and-user-linux.sql</file>
1379-
<file>${project.basedir}/src/main/sql/db-createdb-and-user-win10.sql</file>
1378+
<file>${project.basedir}/etc/sql/db-createdb-and-user-linux.sql</file>
1379+
<file>${project.basedir}/etc/sql/db-createdb-and-user-win10.sql</file>
13801380
</files>
13811381
</requireFilesExist>
13821382
</rules>

0 commit comments

Comments
 (0)