Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajchrzak committed May 2, 2016
1 parent 28108aa commit addf990
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 47 deletions.
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>com.cognifide.slice</groupId>
<artifactId>slice-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>

<name>Slice - Parent</name>
<url>http://cognifide.com/</url>
Expand Down Expand Up @@ -62,7 +61,7 @@
<connection>scm:git:https://github.com/Cognifide/Slice.git</connection>
<url>scm:git:https://github.com/Cognifide/Slice.git</url>
<developerConnection>scm:git|https://github.com/Cognifide/Slice.git</developerConnection>
<tag>HEAD</tag>
<tag>4.3.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -357,22 +356,22 @@
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-core-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-core</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-mapper-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-mapper</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>

<!-- Guice -->
Expand Down
4 changes: 2 additions & 2 deletions slice-assembly/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>slice-assembly</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<parent>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Assembly</name>
<description>Slice assembly</description>
Expand Down
4 changes: 2 additions & 2 deletions slice-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Core API</name>
<description>Slice Core API</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-mapper-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>

<!-- Guice -->
Expand Down
10 changes: 5 additions & 5 deletions slice-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Core</name>
<description>Slice core</description>
Expand Down Expand Up @@ -69,22 +69,22 @@
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-core-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-mapper-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-persistence</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-mapper</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion slice-mapper-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Mapper API</name>
<description>Slice - Mapper API</description>
Expand Down
4 changes: 2 additions & 2 deletions slice-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Mapper</name>
<description>Slice - Mapper</description>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-core-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
Expand Down
7 changes: 2 additions & 5 deletions slice-persistence-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<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>
<artifactId>slice-persistence-api</artifactId>
<parent>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Persistence API</name>
<description>Slice - Persistence API</description>
Expand Down
9 changes: 3 additions & 6 deletions slice-persistence/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<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>
<artifactId>slice-persistence</artifactId>
<parent>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Persistence</name>
<description>Slice - Persistence</description>
Expand Down Expand Up @@ -54,7 +51,7 @@
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-persistence-api</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<scope>provided</scope>
</dependency>

Expand Down
5 changes: 2 additions & 3 deletions slice-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,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/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>
<artifactId>slice-test</artifactId>
<packaging>pom</packaging>
<parent>
<artifactId>slice-parent</artifactId>
<groupId>com.cognifide.slice</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Tests (Parent)</name>
<description>Slice integration tests (parent)</description>
Expand Down
5 changes: 2 additions & 3 deletions slice-test/slice-base-test/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>
<artifactId>slice-base-test</artifactId>
<parent>
<artifactId>slice-test</artifactId>
<groupId>com.cognifide.slice</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Tests Base</name>
<description>Base for Slice tests</description>
Expand Down
9 changes: 4 additions & 5 deletions slice-test/slice-core-test/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>
<artifactId>slice-core-test</artifactId>
<parent>
<artifactId>slice-test</artifactId>
<groupId>com.cognifide.slice</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Core Tests</name>
<description>Slice Core Test</description>
Expand All @@ -15,14 +14,14 @@
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-base-test</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-base-test</artifactId>
<type>test-jar</type>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>

Expand Down
9 changes: 4 additions & 5 deletions slice-test/slice-mapper-test/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>
<artifactId>slice-mapper-test</artifactId>
<parent>
<artifactId>slice-test</artifactId>
<groupId>com.cognifide.slice</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</parent>
<name>Slice - Mapper Tests</name>
<description>Slice Mapper Test</description>
Expand All @@ -15,14 +14,14 @@
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-base-test</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.cognifide.slice</groupId>
<artifactId>slice-base-test</artifactId>
<type>test-jar</type>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit addf990

Please sign in to comment.