Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.CR4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Jan 25, 2017
1 parent 0eb1e40 commit afd5481
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.vertx</groupId>
<artifactId>weld-vertx-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.CR4</version>
</parent>

<artifactId>weld-vertx-core</artifactId>
Expand Down
11 changes: 4 additions & 7 deletions examples/translator/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>org.jboss.weld.vertx</groupId>
<artifactId>weld-vertx-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.CR4</version>
</parent>

<groupId>org.jboss.weld.vertx.examples</groupId>
Expand Down Expand Up @@ -52,14 +51,12 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.jboss.weld.vertx.examples.translator.TranslatorExampleRunner</Main-Class>
</manifestEntries>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>shaded</shadedClassifierName>
Expand Down
7 changes: 3 additions & 4 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>org.jboss.weld.vertx</groupId>
<artifactId>weld-vertx-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.CR4</version>
<packaging>pom</packaging>

<name>Weld Vert.x Extensions</name>
Expand All @@ -29,7 +28,7 @@
<connection>scm:git:git://github.com/weld/weld-vertx.git</connection>
<developerConnection>scm:git:[email protected]:weld/weld-vertx.git</developerConnection>
<url>https://github.com/weld/weld-vertx</url>
<tag>HEAD</tag>
<tag>1.0.0.CR4</tag>
</scm>

<developers>
Expand Down
5 changes: 2 additions & 3 deletions probe/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>org.jboss.weld.vertx</groupId>
<artifactId>weld-vertx-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.CR4</version>
</parent>

<artifactId>weld-vertx-probe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.vertx</groupId>
<artifactId>weld-vertx-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.CR4</version>
</parent>

<artifactId>weld-vertx-service-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.vertx</groupId>
<artifactId>weld-vertx-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.CR4</version>
</parent>

<artifactId>weld-vertx-web</artifactId>
Expand Down

0 comments on commit afd5481

Please sign in to comment.