Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
softdays committed Aug 22, 2016
1 parent f33954e commit cc2fa84
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
5 changes: 2 additions & 3 deletions mandy-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.softdays.mandy</groupId>
<artifactId>mandy-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>mandy-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mandy-scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.softdays.mandy</groupId>
<artifactId>mandy-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>mandy-scripts</artifactId>
Expand Down
11 changes: 4 additions & 7 deletions mandy-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.softdays.mandy</groupId>
<artifactId>mandy-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>mandy-service</artifactId>
Expand Down Expand Up @@ -132,10 +131,8 @@
<version>3.0</version>
<configuration>
<hibernatetool>
<jpaconfiguration persistenceunit="Default"
propertyfile="src/test/resources/hbm2ddl-hibernate.properties" />
<hbm2ddl export="false" create="false" update="true"
format="true" outputfilename="base.ddl" />
<jpaconfiguration persistenceunit="Default" propertyfile="src/test/resources/hbm2ddl-hibernate.properties" />
<hbm2ddl export="false" create="false" update="true" format="true" outputfilename="base.ddl" />
</hibernatetool>
</configuration>
<!-- Contournement pour faire fonctionner hibernate3:hbm2ddl avec HB4-JPA
Expand Down
5 changes: 2 additions & 3 deletions mandy-webapp/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.softdays.mandy</groupId>
<artifactId>mandy-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>mandy-webapp</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<groupId>org.softdays.mandy</groupId>
<artifactId>mandy-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<name>Mandy</name>
<description>A simple webapp to track man-day consumption on activities</description>
<url>http://www.softdays.org</url>
Expand Down Expand Up @@ -77,7 +76,7 @@
<connection>scm:git:ssh://[email protected]/softdays/mandy.git</connection>
<url>https://github.com/softdays/mandy</url>
<developerConnection>scm:git:ssh://[email protected]/softdays/mandy.git</developerConnection>
<tag>HEAD</tag>
<tag>1.3.0</tag>
</scm>

<build>
Expand Down

0 comments on commit cc2fa84

Please sign in to comment.