Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvaisetroupe committed Mar 7, 2022
1 parent e7a6382 commit a093e87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.mauvaisetroupe.eadesignit</groupId>
<artifactId>ea-design-it</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<name>EA Design It</name>
<description>Description for EADesignIt</description>
Expand All @@ -13,7 +13,7 @@
<url>https://github.com/mauvaisetroupe/EADesignIt/</url>
<connection>scm:git:ssh://git@github.com/mauvaisetroupe/EADesignIt.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mauvaisetroupe/EADesignIt.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.2.0</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -1071,9 +1071,9 @@
<diffChangeLogFile>${project.basedir}/src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
<driver>org.h2.Driver</driver>
<url>jdbc:h2:file:${project.build.directory}/h2db/db/eadesignit</url>
<defaultSchemaName></defaultSchemaName>
<defaultSchemaName />
<username>EADesignIt</username>
<password></password>
<password />
<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>
<verbose>true</verbose>
<logging>debug</logging>
Expand Down

0 comments on commit a093e87

Please sign in to comment.