Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0-Alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Nov 29, 2015
1 parent 741274a commit 5042aca
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 31 deletions.
2 changes: 1 addition & 1 deletion core/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions core/testsuite/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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>com.blazebit</groupId>
<artifactId>blaze-persistence-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion entity-view/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-entity-view</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion entity-view/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-entity-view</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion entity-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion entity-view/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-entity-view</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/base-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
</parent>
<artifactId>blaze-persistence-integration-base-cdi</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration/core-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
</parent>
<artifactId>blaze-persistence-integration-core-cdi</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration/datanucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/entity-view-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
</parent>
<artifactId>blaze-persistence-integration-entity-view-cdi</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration/hibernate-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/hibernate-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/hibernate-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/jpa-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/openjpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>blaze-persistence</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<packaging>pom</packaging>

<name>Blazebit Persistence</name>
Expand Down Expand Up @@ -45,7 +45,7 @@
<connection>scm:git:[email protected]:Blazebit/blaze-persistence.git</connection>
<developerConnection>scm:git:[email protected]:Blazebit/blaze-persistence.git</developerConnection>
<url>[email protected]:Blazebit/blaze-persistence.git</url>
<tag>HEAD</tag>
<tag>1.1.0-Alpha6</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-base/datanucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-testsuite-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite-base/eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-testsuite-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite-base/hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-testsuite-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite-base/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-testsuite-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite-base/openjpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-testsuite-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5042aca

Please sign in to comment.