[maven-release-plugin] prepare release flux-0.3.0
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/20a30116 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/20a30116 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/20a30116 Branch: refs/heads/master Commit: 20a30116935eb3bcc4a255c1617bcb8e50331c5e Parents: 8e0f167 Author: P. Taylor Goetz <[email protected]> Authored: Tue May 5 16:54:01 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Tue May 5 16:54:01 2015 -0400 ---------------------------------------------------------------------- flux-core/pom.xml | 2 +- flux-examples/pom.xml | 11 ++++------- flux-wrappers/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/20a30116/flux-core/pom.xml ---------------------------------------------------------------------- diff --git a/flux-core/pom.xml b/flux-core/pom.xml index 2d03ea4..12312f5 100644 --- a/flux-core/pom.xml +++ b/flux-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>com.github.ptgoetz</groupId> <artifactId>flux</artifactId> - <version>0.2.3-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/20a30116/flux-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flux-examples/pom.xml b/flux-examples/pom.xml index 2321074..e186b9c 100644 --- a/flux-examples/pom.xml +++ b/flux-examples/pom.xml @@ -15,14 +15,13 @@ 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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.ptgoetz</groupId> <artifactId>flux</artifactId> - <version>0.2.3-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../pom.xml</relativePath> </parent> @@ -74,10 +73,8 @@ </goals> <configuration> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> + <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>org.apache.storm.flux.Flux</mainClass> </transformer> </transformers> http://git-wip-us.apache.org/repos/asf/storm/blob/20a30116/flux-wrappers/pom.xml ---------------------------------------------------------------------- diff --git a/flux-wrappers/pom.xml b/flux-wrappers/pom.xml index e571d56..532da15 100644 --- a/flux-wrappers/pom.xml +++ b/flux-wrappers/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>com.github.ptgoetz</groupId> <artifactId>flux</artifactId> - <version>0.2.3-SNAPSHOT</version> + <version>0.3.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/20a30116/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index de48f7b..942cbeb 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <groupId>com.github.ptgoetz</groupId> <artifactId>flux</artifactId> - <version>0.2.3-SNAPSHOT</version> + <version>0.3.0</version> <packaging>pom</packaging> <name>flux</name> <url>https://github.com/ptgoetz/flux</url>
