Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0-Alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Apr 27, 2017
1 parent 5e8aff0 commit 9678bb0
Show file tree
Hide file tree
Showing 55 changed files with 68 additions and 73 deletions.
2 changes: 1 addition & 1 deletion archetype/core-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-archetype</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion archetype/spring-data-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>blaze-persistence-archetype</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion checkstyle-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

Expand Down
9 changes: 6 additions & 3 deletions dist/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
limitations under the License.
-->

<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>
Expand All @@ -26,7 +25,7 @@
</parent>

<artifactId>blaze-persistence-bom</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<packaging>pom</packaging>

<name>Blazebit Persistence Bill of Materials</name>
Expand Down Expand Up @@ -183,4 +182,8 @@
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>1.2.0-Alpha3</tag>
</scm>
</project>
5 changes: 2 additions & 3 deletions dist/full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
limitations under the License.
-->

<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-distribution-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../parent/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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../parent/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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-entity-view</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-entity-view</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../parent/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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-entity-view</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/basic-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>blaze-persistence-examples</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions examples/cdi-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>blaze-persistence-examples</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/cte-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>blaze-persistence-examples</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/showcase-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>blaze-persistence-examples</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/showcase-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>blaze-persistence-examples</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-data-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>blaze-persistence-examples</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions examples/spring-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>blaze-persistence-examples</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -20,7 +20,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<artifactId>blaze-persistence-integration-base-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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -20,7 +20,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<artifactId>blaze-persistence-integration-entity-view-cdi</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions integration/entity-view-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>blaze-persistence-integration</artifactId>
<groupId>com.blazebit</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

Expand Down
4 changes: 2 additions & 2 deletions integration/hibernate-5.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -50,7 +50,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<!-- Minimum version is 5.2.0.Final -->
<version>5.2.0.Final</version>
<version>6.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/hibernate-6.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 9678bb0

Please sign in to comment.