cleanup github references and versions

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f7d2f7fa
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f7d2f7fa
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f7d2f7fa

Branch: refs/heads/master
Commit: f7d2f7fa0c7a0511911e984f13c20fceed743b17
Parents: e1e1609
Author: P. Taylor Goetz <[email protected]>
Authored: Thu May 7 10:33:44 2015 -0400
Committer: P. Taylor Goetz <[email protected]>
Committed: Thu May 7 10:33:44 2015 -0400

----------------------------------------------------------------------
 external/flux/README.md               |  8 ++++----
 external/flux/flux-core/pom.xml       |  1 -
 external/flux/flux-examples/README.md | 14 +++++++-------
 external/flux/flux-examples/pom.xml   |  1 -
 4 files changed, 11 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/f7d2f7fa/external/flux/README.md
----------------------------------------------------------------------
diff --git a/external/flux/README.md b/external/flux/README.md
index d09a73c..0387f3f 100644
--- a/external/flux/README.md
+++ b/external/flux/README.md
@@ -109,9 +109,9 @@ recommended).
 The current version of Flux is available in Maven Central at the following 
coordinates:
 ```xml
 <dependency>
-    <groupId>com.github.ptgoetz</groupId>
+    <groupId>org.apache.storm</groupId>
     <artifactId>flux-core</artifactId>
-    <version>0.3.0</version>
+    <version>${storm.version}</version>
 </dependency>
 ```
 
@@ -123,9 +123,9 @@ The example below illustrates Flux usage with the Maven 
shade plugin:
 <dependencies>
     <!-- Flux include -->
     <dependency>
-        <groupId>com.github.ptgoetz</groupId>
+        <groupId>org.apache.storm</groupId>
         <artifactId>flux-core</artifactId>
-        <version>0.3.0</version>
+        <version>${storm.version}</version>
     </dependency>
 
     <!-- add user dependencies here... -->

http://git-wip-us.apache.org/repos/asf/storm/blob/f7d2f7fa/external/flux/flux-core/pom.xml
----------------------------------------------------------------------
diff --git a/external/flux/flux-core/pom.xml b/external/flux/flux-core/pom.xml
index c3842bd..f74d034 100644
--- a/external/flux/flux-core/pom.xml
+++ b/external/flux/flux-core/pom.xml
@@ -29,7 +29,6 @@
     <packaging>jar</packaging>
 
     <name>flux-core</name>
-    <url>https://github.com/ptgoetz/flux</url>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/storm/blob/f7d2f7fa/external/flux/flux-examples/README.md
----------------------------------------------------------------------
diff --git a/external/flux/flux-examples/README.md 
b/external/flux/flux-examples/README.md
index b3798a6..fceebd8 100644
--- a/external/flux/flux-examples/README.md
+++ b/external/flux/flux-examples/README.md
@@ -6,24 +6,24 @@ A collection of examples illustrating various capabilities.
 Checkout the projects source and perform a top level Maven build (i.e. from 
the `flux` directory):
 
 ```bash
-git clone https://github.com/ptgoetz/flux.git
-cd flux
-mvn install
+git clone https://github.com/apache/storm.git
+cd storm
+mvn install -DskipTests=true
 ```
 
-This will create a shaded (i.e. "fat" or "uber") jar in the 
`flux-examples/target` directory that can run/deployed with
+This will create a shaded (i.e. "fat" or "uber") jar in the 
`external/flux/flux-examples/target` directory that can run/deployed with
 the `storm` command:
 
 ```bash
 cd flux-examples
-storm jar ./target/flux-examples-0.2.3-SNAPSHOT.jar org.apache.storm.flux.Flux 
--local ./src/main/resources/simple_wordcount.yaml
+storm jar ./target/flux-examples-*-SNAPSHOT.jar org.apache.storm.flux.Flux 
--local ./src/main/resources/simple_wordcount.yaml
 ```
 
 The example YAML files are also packaged in the examples jar, so they can also 
be referenced with Flux's `--resource`
 command line switch:
 
 ```bash
-storm jar ./target/flux-examples-0.2.3-SNAPSHOT.jar org.apache.storm.flux.Flux 
--local --resource /simple_wordcount.yaml
+storm jar ./target/flux-examples-*.jar org.apache.storm.flux.Flux --local 
--resource /simple_wordcount.yaml
 ```
 
 ## Available Examples
@@ -51,7 +51,7 @@ To run the `simple_hdfs.yaml` example, copy the 
`hdfs_bolt.properties` file to a
 least, the property `hdfs.url` to point to a HDFS cluster. Then you can run 
the example something like:
 
 ```bash
-storm jar ./target/flux-examples-0.2.3-SNAPSHOT.jar org.apache.storm.flux.Flux 
--local ./src/main/resources/simple_hdfs.yaml --filter my_hdfs_bolt.properties
+storm jar ./target/flux-examples-*.jar org.apache.storm.flux.Flux --local 
./src/main/resources/simple_hdfs.yaml --filter my_hdfs_bolt.properties
 ```
 
 ### [simple_hbase.yaml](src/main/resources/simple_hbase.yaml)

http://git-wip-us.apache.org/repos/asf/storm/blob/f7d2f7fa/external/flux/flux-examples/pom.xml
----------------------------------------------------------------------
diff --git a/external/flux/flux-examples/pom.xml 
b/external/flux/flux-examples/pom.xml
index 709b20b..571f302 100644
--- a/external/flux/flux-examples/pom.xml
+++ b/external/flux/flux-examples/pom.xml
@@ -29,7 +29,6 @@
     <packaging>jar</packaging>
 
     <name>flux-examples</name>
-    <url>https://github.com/ptgoetz/flux</url>
 
     <dependencies>
         <dependency>

Reply via email to