Skip to content

Commit e75a5a4

Browse files
[maven-release-plugin] prepare release ea-design-it-0.0.1
1 parent a15aadc commit e75a5a4

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

pom.xml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<?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">
63
<modelVersion>4.0.0</modelVersion>
74

85
<groupId>com.mauvaisetroupe.eadesignit</groupId>
96
<artifactId>ea-design-it</artifactId>
10-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
118
<packaging>jar</packaging>
129
<name>EA Design It</name>
1310
<description>Description for EADesignIt</description>
@@ -16,7 +13,8 @@
1613
<url>https://github.com/mauvaisetroupe/EADesignIt/</url>
1714
<connection>scm:git:ssh://git@github.com/mauvaisetroupe/EADesignIt.git</connection>
1815
<developerConnection>scm:git:ssh://git@github.com/mauvaisetroupe/EADesignIt.git</developerConnection>
19-
</scm>
16+
<tag>ea-design-it-0.0.1</tag>
17+
</scm>
2018

2119
<repositories>
2220
<!-- jhipster-needle-maven-repository -->
@@ -671,9 +669,9 @@
671669
<diffChangeLogFile>${project.basedir}/src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
672670
<driver>org.h2.Driver</driver>
673671
<url>jdbc:h2:file:${project.build.directory}/h2db/db/eadesignit</url>
674-
<defaultSchemaName></defaultSchemaName>
672+
<defaultSchemaName />
675673
<username>EADesignIt</username>
676-
<password></password>
674+
<password />
677675
<referenceUrl>hibernate:spring:com.mauvaisetroupe.eadesignit.domain?dialect=org.hibernate.dialect.H2Dialect&amp;hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&amp;hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl>
678676
<verbose>true</verbose>
679677
<logging>debug</logging>
@@ -981,7 +979,7 @@
981979
</goals>
982980
<configuration>
983981
<target>
984-
<condition property="skip.npm" value="true" else="false" >
982+
<condition property="skip.npm" value="true" else="false">
985983
<and>
986984
<available file="checksums.csv" filepath="${project.build.directory}" />
987985
<available file="checksums.csv.old" filepath="${project.build.directory}" />
@@ -1237,7 +1235,7 @@
12371235
</goals>
12381236
</pluginExecutionFilter>
12391237
<action>
1240-
<ignore/>
1238+
<ignore />
12411239
</action>
12421240
</pluginExecution>
12431241
<pluginExecution>
@@ -1251,7 +1249,7 @@
12511249
</goals>
12521250
</pluginExecutionFilter>
12531251
<action>
1254-
<ignore/>
1252+
<ignore />
12551253
</action>
12561254
</pluginExecution>
12571255
</pluginExecutions>
@@ -1272,9 +1270,9 @@
12721270
<configuration combine.self="override">
12731271
<changeLogFile>src/main/resources/config/liquibase/master.xml</changeLogFile>
12741272
<diffChangeLogFile>src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
1275-
<driver></driver>
1273+
<driver />
12761274
<url>${env.JDBC_DATABASE_URL}</url>
1277-
<defaultSchemaName></defaultSchemaName>
1275+
<defaultSchemaName />
12781276
<username>${env.JDBC_DATABASE_USERNAME}</username>
12791277
<password>${env.JDBC_DATABASE_PASSWORD}</password>
12801278
<referenceUrl>hibernate:spring:com.mauvaisetroupe.eadesignit.domain?dialect=tech.jhipster.domain.util.FixedPostgreSQL10Dialect&amp;hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&amp;hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl>

0 commit comments

Comments
 (0)