Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Jan 5, 2016
1 parent c0475fd commit 5f78913
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion peppol-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>peppol-parent</artifactId>
<groupId>no.difi.vefa</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions peppol-evidence/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>peppol-parent</artifactId>
<groupId>no.difi.vefa</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion peppol-lookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>peppol-parent</artifactId>
<groupId>no.difi.vefa</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion peppol-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>peppol-parent</artifactId>
<groupId>no.difi.vefa</groupId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>

<name>VEFA PEPPOL :: Parent</name>
<description>Library for lookup in the PEPPOL infrastructure.</description>
Expand Down Expand Up @@ -94,17 +94,17 @@
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-common</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-lookup</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-security</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
Expand Down

0 comments on commit 5f78913

Please sign in to comment.