Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.0-BETA1
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Mar 1, 2016
1 parent 1685a19 commit f5ef9b2
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 28 deletions.
2 changes: 1 addition & 1 deletion oxalis-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>oxalis</artifactId>
<groupId>no.difi.oxalis</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-api</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions oxalis-as2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@
~
-->

<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>no.difi.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-as2</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions oxalis-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@
~
-->

<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>no.difi.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oxalis-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>oxalis</artifactId>
<groupId>no.difi.oxalis</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oxalis-inbound/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>no.difi.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-inbound</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oxalis-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>no.difi.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oxalis-jdbc-dbcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>oxalis</artifactId>
<groupId>no.difi.oxalis</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-jdbc-dbcp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oxalis-jdbc-jndi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>oxalis</artifactId>
<groupId>no.difi.oxalis</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-jdbc-jndi</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions oxalis-outbound/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@
~
-->

<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>no.difi.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-outbound</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions oxalis-smp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@
~
-->

<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>
<artifactId>oxalis</artifactId>
<groupId>no.difi.oxalis</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-smp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oxalis-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>oxalis</artifactId>
<groupId>no.difi.oxalis</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-sql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oxalis-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>no.difi.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>

<artifactId>oxalis-standalone</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions oxalis-test-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
~
-->

<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>oxalis</artifactId>
<groupId>no.difi.oxalis</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
~
-->

<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>no.difi.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0.0-BETA1</version>

<packaging>pom</packaging>
<name>Oxalis - PEPPOL access point Plug-and-Play</name>
Expand All @@ -35,7 +34,7 @@
<connection>scm:git:[email protected]:difi/oxalis.git</connection>
<url>scm:git:[email protected]:difi/oxalis.git</url>
<developerConnection>scm:git:[email protected]:difi/oxalis.git</developerConnection>
<tag>HEAD</tag>
<tag>4.0.0-BETA1</tag>
</scm>

<modules>
Expand Down

0 comments on commit f5ef9b2

Please sign in to comment.