You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ce...@apache.org on 2016/06/21 13:58:37 UTC

incubator-metron git commit: METRON-241: Update revision from 0.1BETA to 0.2.0BETA. This closes apache/incubator-metron#163

Repository: incubator-metron
Updated Branches:
  refs/heads/master 52b3a11ee -> 48fe24cec


METRON-241: Update revision from 0.1BETA to 0.2.0BETA. This closes apache/incubator-metron#163


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/48fe24ce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/48fe24ce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/48fe24ce

Branch: refs/heads/master
Commit: 48fe24cec1baa01ceb580abd2b33c95f31290804
Parents: 52b3a11
Author: cstella <ce...@gmail.com>
Authored: Tue Jun 21 09:58:18 2016 -0400
Committer: cstella <ce...@gmail.com>
Committed: Tue Jun 21 09:58:18 2016 -0400

----------------------------------------------------------------------
 metron-deployment/amazon-ec2/conf/defaults.yml           |  2 +-
 .../inventory/full-dev-platform/group_vars/all           |  2 +-
 .../inventory/metron_example/group_vars/all              |  2 +-
 .../inventory/multinode-vagrant/group_vars/all           |  2 +-
 .../roles/metron_pcapservice/defaults/main.yml           |  2 +-
 metron-platform/README.md                                |  2 +-
 metron-platform/elasticsearch-shaded/pom.xml             |  4 ++--
 metron-platform/metron-api/pom.xml                       |  2 +-
 metron-platform/metron-common/pom.xml                    |  4 ++--
 metron-platform/metron-data-management/pom.xml           |  4 ++--
 .../src/main/scripts/flatfile_loader.sh                  |  8 ++++----
 .../src/main/scripts/threatintel_taxii_load.sh           |  9 +++++----
 metron-platform/metron-elasticsearch/pom.xml             |  2 +-
 metron-platform/metron-enrichment/pom.xml                |  4 ++--
 metron-platform/metron-hbase/pom.xml                     |  2 +-
 metron-platform/metron-integration-test/pom.xml          | 11 +++--------
 metron-platform/metron-parsers/pom.xml                   |  2 +-
 metron-platform/metron-pcap-backend/pom.xml              |  2 +-
 metron-platform/metron-pcap/pom.xml                      |  6 +++---
 metron-platform/metron-solr/pom.xml                      |  2 +-
 metron-platform/metron-test-utilities/pom.xml            |  2 +-
 metron-platform/pom.xml                                  |  3 +--
 pom.xml                                                  |  2 +-
 23 files changed, 38 insertions(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-deployment/amazon-ec2/conf/defaults.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/amazon-ec2/conf/defaults.yml b/metron-deployment/amazon-ec2/conf/defaults.yml
index 0734ec5..f38fffc 100644
--- a/metron-deployment/amazon-ec2/conf/defaults.yml
+++ b/metron-deployment/amazon-ec2/conf/defaults.yml
@@ -60,7 +60,7 @@ num_partitions: 3
 retention_in_gb: 25
 
 # metron variables
-metron_version: 0.1BETA
+metron_version: 0.2.0BETA
 metron_directory: /usr/metron/{{ metron_version }}
 java_home: /usr/jdk64/jdk1.8.0_40
 pcapservice_port: 8081

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-deployment/inventory/full-dev-platform/group_vars/all
----------------------------------------------------------------------
diff --git a/metron-deployment/inventory/full-dev-platform/group_vars/all b/metron-deployment/inventory/full-dev-platform/group_vars/all
index 0ffac8b..2e87a29 100644
--- a/metron-deployment/inventory/full-dev-platform/group_vars/all
+++ b/metron-deployment/inventory/full-dev-platform/group_vars/all
@@ -47,7 +47,7 @@ threatintel_hbase_table: threatintel
 enrichment_hbase_table: enrichment
 
 # metron
-metron_version: 0.1BETA
+metron_version: 0.2.0BETA
 metron_directory: /usr/metron/{{ metron_version }}
 java_home: /usr/jdk64/jdk1.8.0_40
 bro_version: "2.4.1"

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-deployment/inventory/metron_example/group_vars/all
----------------------------------------------------------------------
diff --git a/metron-deployment/inventory/metron_example/group_vars/all b/metron-deployment/inventory/metron_example/group_vars/all
index efa0a72..d19632b 100644
--- a/metron-deployment/inventory/metron_example/group_vars/all
+++ b/metron-deployment/inventory/metron_example/group_vars/all
@@ -33,7 +33,7 @@ threatintel_hbase_table: threatintel
 enrichment_hbase_table: enrichment
 
 # metron variables
-metron_version: 0.1BETA
+metron_version: 0.2.0BETA
 java_home: /usr/jdk64/jdk1.8.0_40
 pcapservice_port: 8081
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-deployment/inventory/multinode-vagrant/group_vars/all
----------------------------------------------------------------------
diff --git a/metron-deployment/inventory/multinode-vagrant/group_vars/all b/metron-deployment/inventory/multinode-vagrant/group_vars/all
index a4a6af5..ee4b985 100644
--- a/metron-deployment/inventory/multinode-vagrant/group_vars/all
+++ b/metron-deployment/inventory/multinode-vagrant/group_vars/all
@@ -35,7 +35,7 @@ elasticsearch_network_interface: eth1
 elasticsearch_web_port: 9200
 
 # metron variables
-metron_version: 0.1BETA
+metron_version: 0.2.0BETA
 java_home: /usr/jdk64/jdk1.8.0_40
 pcapservice_port: 8081
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-deployment/roles/metron_pcapservice/defaults/main.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/metron_pcapservice/defaults/main.yml b/metron-deployment/roles/metron_pcapservice/defaults/main.yml
index 6be114d..23770bd 100644
--- a/metron-deployment/roles/metron_pcapservice/defaults/main.yml
+++ b/metron-deployment/roles/metron_pcapservice/defaults/main.yml
@@ -15,7 +15,7 @@
 #  limitations under the License.
 #
 ---
-metron_version: 0.1BETA
+metron_version: 0.2.0BETA
 metron_directory: /usr/metron/{{ metron_version }}
 pcapservice_jar_name: metron-api-{{ metron_version }}.jar
 pcapservice_jar_src: "{{ playbook_dir }}/../../metron-platform/metron-api/target/{{ pcapservice_jar_name }}"

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/README.md
----------------------------------------------------------------------
diff --git a/metron-platform/README.md b/metron-platform/README.md
index c37d90c..cdb1c0b 100644
--- a/metron-platform/README.md
+++ b/metron-platform/README.md
@@ -17,7 +17,7 @@ limitations under the License.
 
 # Current Build
 
-The latest build of metron-platform is 0.1BETA.
+The latest build of metron-platform is 0.2.0BETA.
 
 We are still in the process of merging/porting additional features from our production code base into this open source release. This release will be followed by a number of additional beta releases until the port is complete. We will also work on getting additional documentation and user/developer guides to the community as soon as we can. At this time we offer no support for the beta software, but will try to respond to requests as promptly as we can.
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/elasticsearch-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/elasticsearch-shaded/pom.xml b/metron-platform/elasticsearch-shaded/pom.xml
index 2a85e7a..7d6ce46 100644
--- a/metron-platform/elasticsearch-shaded/pom.xml
+++ b/metron-platform/elasticsearch-shaded/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <artifactId>metron-platform</artifactId>
         <groupId>org.apache.metron</groupId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>elasticsearch-shaded</artifactId>
@@ -81,4 +81,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-api/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-api/pom.xml b/metron-platform/metron-api/pom.xml
index 90cca37..5e5e8e1 100644
--- a/metron-platform/metron-api/pom.xml
+++ b/metron-platform/metron-api/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.apache.metron</groupId>
 		<artifactId>metron-platform</artifactId>
-		<version>0.1BETA</version>
+		<version>0.2.0BETA</version>
 	</parent>
 	<artifactId>metron-api</artifactId>
 	<description>Metron API</description>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-common/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-common/pom.xml b/metron-platform/metron-common/pom.xml
index 28e6626..30162dd 100644
--- a/metron-platform/metron-common/pom.xml
+++ b/metron-platform/metron-common/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-common</artifactId>
     <name>metron-common</name>
@@ -206,7 +206,7 @@
         <dependency>
             <groupId>org.apache.metron</groupId>
             <artifactId>metron-test-utilities</artifactId>
-            <version>0.1BETA</version>
+            <version>${project.parent.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-data-management/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-data-management/pom.xml b/metron-platform/metron-data-management/pom.xml
index 68ffc65..dd7a690 100644
--- a/metron-platform/metron-data-management/pom.xml
+++ b/metron-platform/metron-data-management/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-data-management</artifactId>
     <properties>
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.apache.metron</groupId>
             <artifactId>metron-enrichment</artifactId>
-            <version>0.1BETA</version>
+            <version>${project.parent.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-data-management/src/main/scripts/flatfile_loader.sh
----------------------------------------------------------------------
diff --git a/metron-platform/metron-data-management/src/main/scripts/flatfile_loader.sh b/metron-platform/metron-data-management/src/main/scripts/flatfile_loader.sh
index 03fd641..fe36684 100755
--- a/metron-platform/metron-data-management/src/main/scripts/flatfile_loader.sh
+++ b/metron-platform/metron-data-management/src/main/scripts/flatfile_loader.sh
@@ -28,7 +28,10 @@ elif [ -e /usr/lib/bigtop-utils/bigtop-detect-javahome ]; then
 fi
 
 export HBASE_HOME=${HBASE_HOME:-/usr/hdp/current/hbase-client}
-CP=/usr/metron/0.1BETA/lib/metron-data-management-0.1BETA.jar:/usr/metron/0.1BETA/lib/taxii-1.1.0.1.jar:`${HBASE_HOME}/bin/hbase classpath`
+export METRON_VERSION=${project.version}
+export METRON_HOME=/usr/metron/$METRON_VERSION
+export DM_JAR=${project.artifactId}-$METRON_VERSION.jar
+CP=$METRON_HOME/lib/$DM_JAR:/usr/metron/${METRON_VERSION}/lib/taxii-1.1.0.1.jar:`${HBASE_HOME}/bin/hbase classpath`
 HADOOP_CLASSPATH=$(echo $CP )
 for jar in $(echo $HADOOP_CLASSPATH | sed 's/:/ /g');do
   if [ -f $jar ];then
@@ -36,7 +39,4 @@ for jar in $(echo $HADOOP_CLASSPATH | sed 's/:/ /g');do
   fi
 done
 export HADOOP_CLASSPATH
-export METRON_VERSION=${project.version}
-export METRON_HOME=/usr/metron/$METRON_VERSION
-export DM_JAR=${project.artifactId}-$METRON_VERSION.jar
 hadoop jar $METRON_HOME/lib/$DM_JAR org.apache.metron.dataloads.nonbulk.flatfile.SimpleEnrichmentFlatFileLoader "$@"

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-data-management/src/main/scripts/threatintel_taxii_load.sh
----------------------------------------------------------------------
diff --git a/metron-platform/metron-data-management/src/main/scripts/threatintel_taxii_load.sh b/metron-platform/metron-data-management/src/main/scripts/threatintel_taxii_load.sh
index 23d09ba..953a86e 100755
--- a/metron-platform/metron-data-management/src/main/scripts/threatintel_taxii_load.sh
+++ b/metron-platform/metron-data-management/src/main/scripts/threatintel_taxii_load.sh
@@ -28,7 +28,11 @@ elif [ -e /usr/lib/bigtop-utils/bigtop-detect-javahome ]; then
 fi
 
 export HBASE_HOME=${HBASE_HOME:-/usr/hdp/current/hbase-client}
-CP=/usr/metron/0.1BETA/lib/metron-data-management-0.1BETA.jar:/usr/metron/0.1BETA/lib/taxii-1.1.0.1.jar:`${HBASE_HOME}/bin/hbase classpath`
+export METRON_VERSION=${project.version}
+export METRON_HOME=/usr/metron/$METRON_VERSION
+export DM_JAR=${project.artifactId}-$METRON_VERSION.jar
+
+CP=$METRON_HOME/lib/$DM_JAR:/usr/metron/$METRON_VERSION/lib/taxii-1.1.0.1.jar:`${HBASE_HOME}/bin/hbase classpath`
 HADOOP_CLASSPATH=$(echo $CP )
 for jar in $(echo $HADOOP_CLASSPATH | sed 's/:/ /g');do
   if [ -f $jar ];then
@@ -36,7 +40,4 @@ for jar in $(echo $HADOOP_CLASSPATH | sed 's/:/ /g');do
   fi
 done
 export HADOOP_CLASSPATH
-export METRON_VERSION=${project.version}
-export METRON_HOME=/usr/metron/$METRON_VERSION
-export DM_JAR=${project.artifactId}-$METRON_VERSION.jar
 hadoop jar $METRON_HOME/lib/$DM_JAR org.apache.metron.dataloads.nonbulk.taxii.TaxiiLoader "$@"

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-elasticsearch/pom.xml b/metron-platform/metron-elasticsearch/pom.xml
index fb6f929..4db3c07 100644
--- a/metron-platform/metron-elasticsearch/pom.xml
+++ b/metron-platform/metron-elasticsearch/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-elasticsearch</artifactId>
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-enrichment/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-enrichment/pom.xml b/metron-platform/metron-enrichment/pom.xml
index 87e5096..54c8fd5 100644
--- a/metron-platform/metron-enrichment/pom.xml
+++ b/metron-platform/metron-enrichment/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-enrichment</artifactId>
     <properties>
@@ -141,7 +141,7 @@
         <dependency>
             <groupId>org.apache.metron</groupId>
             <artifactId>metron-test-utilities</artifactId>
-            <version>0.1BETA</version>
+            <version>${project.parent.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-hbase/pom.xml b/metron-platform/metron-hbase/pom.xml
index fc12808..7949f83 100644
--- a/metron-platform/metron-hbase/pom.xml
+++ b/metron-platform/metron-hbase/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-hbase</artifactId>
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-integration-test/pom.xml b/metron-platform/metron-integration-test/pom.xml
index c55b369..130de5e 100644
--- a/metron-platform/metron-integration-test/pom.xml
+++ b/metron-platform/metron-integration-test/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.metron</groupId>
     <artifactId>metron-platform</artifactId>
-    <version>0.1BETA</version>
+    <version>0.2.0BETA</version>
   </parent>
   <artifactId>metron-integration-test</artifactId>
   <description>Metron Integration Test</description>
@@ -144,17 +144,12 @@
     <dependency>
       <groupId>org.apache.metron</groupId>
       <artifactId>metron-enrichment</artifactId>
-      <version>0.1BETA</version>
+      <version>${project.parent.version}</version>
     </dependency>
-    <!--dependency>
-      <groupId>org.apache.metron</groupId>
-      <artifactId>metron-parsers</artifactId>
-      <version>0.1BETA</version>
-    </dependency-->
     <dependency>
       <groupId>org.apache.metron</groupId>
       <artifactId>metron-test-utilities</artifactId>
-      <version>0.1BETA</version>
+      <version>${project.parent.version}</version>
     </dependency>
   </dependencies>
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-parsers/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-parsers/pom.xml b/metron-platform/metron-parsers/pom.xml
index 9efcd56..c801a7f 100644
--- a/metron-platform/metron-parsers/pom.xml
+++ b/metron-platform/metron-parsers/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-parsers</artifactId>
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-pcap-backend/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-pcap-backend/pom.xml b/metron-platform/metron-pcap-backend/pom.xml
index 402ee40..792bef5 100644
--- a/metron-platform/metron-pcap-backend/pom.xml
+++ b/metron-platform/metron-pcap-backend/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-pcap-backend</artifactId>
     <name>Metron PCAP Backend</name>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-pcap/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-pcap/pom.xml b/metron-platform/metron-pcap/pom.xml
index 29fdbab..792cecb 100644
--- a/metron-platform/metron-pcap/pom.xml
+++ b/metron-platform/metron-pcap/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-pcap</artifactId>
     <description>Metron Pcap</description>
@@ -117,7 +117,7 @@
         <dependency>
             <groupId>org.apache.metron</groupId>
             <artifactId>metron-common</artifactId>
-            <version>0.1BETA</version>
+            <version>${project.parent.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.hbase</groupId>
@@ -135,4 +135,4 @@
             </exclusions>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-solr/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-solr/pom.xml b/metron-platform/metron-solr/pom.xml
index 17dd596..54b50f4 100644
--- a/metron-platform/metron-solr/pom.xml
+++ b/metron-platform/metron-solr/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>metron-platform</artifactId>
-        <version>0.1BETA</version>
+        <version>0.2.0BETA</version>
     </parent>
     <artifactId>metron-solr</artifactId>
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/metron-test-utilities/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/metron-test-utilities/pom.xml b/metron-platform/metron-test-utilities/pom.xml
index 59649e6..860be5b 100644
--- a/metron-platform/metron-test-utilities/pom.xml
+++ b/metron-platform/metron-test-utilities/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.metron</groupId>
     <artifactId>metron-platform</artifactId>
-    <version>0.1BETA</version>
+    <version>0.2.0BETA</version>
   </parent>
   <artifactId>metron-test-utilities</artifactId>
   <description>Metron Test Utilities</description>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/metron-platform/pom.xml
----------------------------------------------------------------------
diff --git a/metron-platform/pom.xml b/metron-platform/pom.xml
index ab906ef..ec274f0 100644
--- a/metron-platform/pom.xml
+++ b/metron-platform/pom.xml
@@ -17,13 +17,12 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.metron</groupId>
 	<artifactId>metron-platform</artifactId>
-	<version>0.1BETA</version>
 	<packaging>pom</packaging>
 	<name>metron-platform</name>
 	<parent>
 		<groupId>org.apache.metron</groupId>
 		<artifactId>Metron</artifactId>
-		<version>0.1BETA</version>
+		<version>0.2.0BETA</version>
 	</parent>
 	<description>Stream analytics for Metron</description>
 	<url>https://metron.incubator.apache.org/</url>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/48fe24ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 572997d..941835e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.metron</groupId>
     <artifactId>Metron</artifactId>
-    <version>0.1BETA</version>
+    <version>0.2.0BETA</version>
     <packaging>pom</packaging>
     <name>Metron</name>
     <description>Metron Top Level Project</description>