|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
5 |
| - https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
6 | 3 | <modelVersion>4.0.0</modelVersion>
|
7 | 4 |
|
8 | 5 | <groupId>com.mauvaisetroupe.eadesignit</groupId>
|
9 | 6 | <artifactId>ea-design-it</artifactId>
|
10 |
| - <version>0.0.1-SNAPSHOT</version> |
| 7 | + <version>0.0.1</version> |
11 | 8 | <packaging>jar</packaging>
|
12 | 9 | <name>EA Design It</name>
|
13 | 10 | <description>Description for EADesignIt</description>
|
|
16 | 13 | <url>https://github.com/mauvaisetroupe/EADesignIt/</url>
|
17 | 14 | <connection>scm:git:ssh://git@github.com/mauvaisetroupe/EADesignIt.git</connection>
|
18 | 15 | <developerConnection>scm:git:ssh://git@github.com/mauvaisetroupe/EADesignIt.git</developerConnection>
|
19 |
| - </scm> |
| 16 | + <tag>ea-design-it-0.0.1</tag> |
| 17 | + </scm> |
20 | 18 |
|
21 | 19 | <repositories>
|
22 | 20 | <!-- jhipster-needle-maven-repository -->
|
|
671 | 669 | <diffChangeLogFile>${project.basedir}/src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
|
672 | 670 | <driver>org.h2.Driver</driver>
|
673 | 671 | <url>jdbc:h2:file:${project.build.directory}/h2db/db/eadesignit</url>
|
674 |
| - <defaultSchemaName></defaultSchemaName> |
| 672 | + <defaultSchemaName /> |
675 | 673 | <username>EADesignIt</username>
|
676 |
| - <password></password> |
| 674 | + <password /> |
677 | 675 | <referenceUrl>hibernate:spring:com.mauvaisetroupe.eadesignit.domain?dialect=org.hibernate.dialect.H2Dialect&hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl>
|
678 | 676 | <verbose>true</verbose>
|
679 | 677 | <logging>debug</logging>
|
|
981 | 979 | </goals>
|
982 | 980 | <configuration>
|
983 | 981 | <target>
|
984 |
| - <condition property="skip.npm" value="true" else="false" > |
| 982 | + <condition property="skip.npm" value="true" else="false"> |
985 | 983 | <and>
|
986 | 984 | <available file="checksums.csv" filepath="${project.build.directory}" />
|
987 | 985 | <available file="checksums.csv.old" filepath="${project.build.directory}" />
|
|
1237 | 1235 | </goals>
|
1238 | 1236 | </pluginExecutionFilter>
|
1239 | 1237 | <action>
|
1240 |
| - <ignore/> |
| 1238 | + <ignore /> |
1241 | 1239 | </action>
|
1242 | 1240 | </pluginExecution>
|
1243 | 1241 | <pluginExecution>
|
|
1251 | 1249 | </goals>
|
1252 | 1250 | </pluginExecutionFilter>
|
1253 | 1251 | <action>
|
1254 |
| - <ignore/> |
| 1252 | + <ignore /> |
1255 | 1253 | </action>
|
1256 | 1254 | </pluginExecution>
|
1257 | 1255 | </pluginExecutions>
|
|
1272 | 1270 | <configuration combine.self="override">
|
1273 | 1271 | <changeLogFile>src/main/resources/config/liquibase/master.xml</changeLogFile>
|
1274 | 1272 | <diffChangeLogFile>src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
|
1275 |
| - <driver></driver> |
| 1273 | + <driver /> |
1276 | 1274 | <url>${env.JDBC_DATABASE_URL}</url>
|
1277 |
| - <defaultSchemaName></defaultSchemaName> |
| 1275 | + <defaultSchemaName /> |
1278 | 1276 | <username>${env.JDBC_DATABASE_USERNAME}</username>
|
1279 | 1277 | <password>${env.JDBC_DATABASE_PASSWORD}</password>
|
1280 | 1278 | <referenceUrl>hibernate:spring:com.mauvaisetroupe.eadesignit.domain?dialect=tech.jhipster.domain.util.FixedPostgreSQL10Dialect&hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl>
|
|
0 commit comments