Skip to content

Commit

Permalink
[maven-release-plugin] prepare release lavagna-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Aug 31, 2015
1 parent 6cf81af commit 43f801e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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 http://maven.apache.org/maven-v4_0_0.xsd">
<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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -12,7 +10,7 @@
<groupId>io.lavagna</groupId>
<artifactId>lavagna</artifactId>
<packaging>war</packaging>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<inceptionYear>2014</inceptionYear>

<name>lavagna</name>
Expand All @@ -29,7 +27,7 @@
<connection>scm:git:[email protected]:digitalfondue/lavagna.git</connection>
<developerConnection>scm:git:[email protected]:digitalfondue/lavagna.git</developerConnection>
<url>https://github.com/digitalfondue/lavagna.git</url>
<tag>HEAD</tag>
<tag>lavagna-1.0.3</tag>
</scm>

<developers>
Expand Down Expand Up @@ -580,7 +578,7 @@
<!-- <datasource.url>jdbc:log4jdbc:hsqldb:mem:lavagna</datasource.url> -->
<datasource.url>jdbc:hsqldb:mem:lavagna</datasource.url>
<datasource.username>sa</datasource.username>
<datasource.password/>
<datasource.password />
<spring.profiles.active>dev</spring.profiles.active>
</properties>
</profile>
Expand All @@ -593,7 +591,7 @@
<datasource.dialect>HSQLDB</datasource.dialect>
<datasource.url>jdbc:hsqldb:mem:lavagna</datasource.url>
<datasource.username>sa</datasource.username>
<datasource.password/>
<datasource.password />
<spring.profiles.active>prod</spring.profiles.active>
</properties>
</profile>
Expand All @@ -608,7 +606,7 @@
<!-- <datasource.url>jdbc:log4jdbc:hsqldb:mem:lavagna</datasource.url> -->
<datasource.url>jdbc:hsqldb:mem:lavagna</datasource.url>
<datasource.username>sa</datasource.username>
<datasource.password/>
<datasource.password />
<!-- <datasource.disable.migration>true</datasource.disable.migration> -->
<spring.profiles.active>dev</spring.profiles.active>
</properties>
Expand All @@ -624,7 +622,7 @@
<!-- <datasource.url>jdbc:log4jdbc:mysql://localhost:3306/lavagna</datasource.url> -->
<datasource.url>jdbc:mysql://localhost:3306/lavagna</datasource.url>
<datasource.username>root</datasource.username>
<datasource.password/>
<datasource.password />
<spring.profiles.active>dev</spring.profiles.active>
</properties>
</profile>
Expand Down

0 comments on commit 43f801e

Please sign in to comment.