Skip to content

Commit

Permalink
[maven-release-plugin] prepare release katharsis-build-2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chb0github committed Dec 9, 2016
1 parent 2a398a8 commit ee80067
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 37 deletions.
5 changes: 2 additions & 3 deletions katharsis-brave/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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/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>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion katharsis-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions katharsis-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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/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>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions katharsis-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

<groupId>io.katharsis</groupId>
<artifactId>katharsis-core</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<packaging>bundle</packaging>

<name>katharsis-core</name>
Expand Down
2 changes: 1 addition & 1 deletion katharsis-examples/dropwizard-mongo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>katharsis-examples</artifactId>
<groupId>io.katharsis</groupId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion katharsis-examples/dropwizard-simple-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>katharsis-examples</artifactId>
<groupId>io.katharsis</groupId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion katharsis-examples/jersey-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>katharsis-examples</artifactId>
<groupId>io.katharsis</groupId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion katharsis-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.katharsis</groupId>
<artifactId>katharsis-examples</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<modules>
<module>dropwizard-mongo-example</module>
<module>jersey-example</module>
Expand Down
5 changes: 2 additions & 3 deletions katharsis-examples/spring-boot-simple-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>

<groupId>io.katharsis</groupId>
<artifactId>spring-boot-simple-example</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<packaging>jar</packaging>

<name>Spring Boot Simple Example</name>
Expand Down
7 changes: 3 additions & 4 deletions katharsis-examples/vertx-simple/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?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">
<parent>
<artifactId>katharsis-examples</artifactId>
<groupId>io.katharsis</groupId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +20,7 @@
<dependency>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-vertx</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
5 changes: 2 additions & 3 deletions katharsis-examples/wildfly-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. 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/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>io.katharsis</groupId>
<artifactId>katharsis-examples</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>

<artifactId>wildfly-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion katharsis-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion katharsis-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<packaging>pom</packaging>

<name>Katharsis parent POM</name>
Expand Down
4 changes: 2 additions & 2 deletions katharsis-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

<groupId>io.katharsis</groupId>
<artifactId>katharsis-rs</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<packaging>bundle</packaging>

<name>katharsis-rs</name>
Expand Down
4 changes: 2 additions & 2 deletions katharsis-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

<groupId>io.katharsis</groupId>
<artifactId>katharsis-servlet</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<packaging>bundle</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions katharsis-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

<artifactId>katharsis-spring</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<packaging>bundle</packaging>

<name>katharsis-spring</name>
Expand Down
2 changes: 1 addition & 1 deletion katharsis-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion katharsis-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion katharsis-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<relativePath>../katharsis-parent</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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 @@ -10,7 +9,7 @@

<groupId>io.katharsis</groupId>
<artifactId>katharsis-build</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<packaging>pom</packaging>

<name>Katharsis build POM</name>
Expand Down

0 comments on commit ee80067

Please sign in to comment.