Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Feb 24, 2016
1 parent d93cb99 commit 851f063
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.5-SNAPSHOT</version>
<version>0.9.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion peppol-evidence/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.5-SNAPSHOT</version>
<version>0.9.5</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.5-SNAPSHOT</version>
<version>0.9.5</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.5-SNAPSHOT</version>
<version>0.9.5</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.5-SNAPSHOT</version>
<version>0.9.5</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.5-SNAPSHOT</version>
<version>0.9.5</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-lookup</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-security</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
Expand Down

0 comments on commit 851f063

Please sign in to comment.