You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drat.apache.org by ma...@apache.org on 2019/09/28 16:34:50 UTC

[drat] branch master updated: prep for 1.0 release candidate.

This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cbe5fb  prep for 1.0 release candidate.
2cbe5fb is described below

commit 2cbe5fb6aba9bf168a4e3a3965a86161ef28f7c0
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Sat Sep 28 09:34:40 2019 -0700

    prep for 1.0 release candidate.
---
 crawler/pom.xml              | 2 +-
 distribution/pom.xml         | 2 +-
 extensions/pom.xml           | 2 +-
 filemgr/pom.xml              | 2 +-
 pcs/pom.xml                  | 2 +-
 pge/pom.xml                  | 2 +-
 pom.xml                      | 2 +-
 proteus/pom.xml              | 2 +-
 rat/pom.xml                  | 2 +-
 resmgr/pom.xml               | 2 +-
 solr/pom.xml                 | 2 +-
 webapps/fmprod/pom.xml       | 2 +-
 webapps/opsui/pom.xml        | 2 +-
 webapps/pcs-services/pom.xml | 2 +-
 webapps/pom.xml              | 2 +-
 webapps/proteus-new/pom.xml  | 2 +-
 webapps/solr-webapp/pom.xml  | 2 +-
 webapps/viz/pom.xml          | 2 +-
 workflow/pom.xml             | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/crawler/pom.xml b/crawler/pom.xml
index 622b889..3221231 100644
--- a/crawler/pom.xml
+++ b/crawler/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Crawler (Apache OODT)</name>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6ac901e..5d1521f 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath> 
   </parent>
   <artifactId>dms-distribution</artifactId>
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 4b45ffa..f800dd8 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>dms-extensions</artifactId>
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index 6ac033d..b79ee93 100644
--- a/filemgr/pom.xml
+++ b/filemgr/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>File Manager (Apache OODT)</name>
diff --git a/pcs/pom.xml b/pcs/pom.xml
index 548c271..b3a9570 100644
--- a/pcs/pom.xml
+++ b/pcs/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>PCS Config (Apache OODT)</name>
diff --git a/pge/pom.xml b/pge/pom.xml
index 3f598a6..a8462ee 100644
--- a/pge/pom.xml
+++ b/pge/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>dms-pge</artifactId>
diff --git a/pom.xml b/pom.xml
index 26a7be7..26ac691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <name>Apache DRAT</name>
   <packaging>pom</packaging>
   <description>The Apache Distributed Release Auditing Tool (DRAT).</description>
-  <version>0.1</version>
+  <version>1.0-SNAPSHOT</version>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/proteus/pom.xml b/proteus/pom.xml
index 5f2d5e7..a044c39 100644
--- a/proteus/pom.xml
+++ b/proteus/pom.xml
@@ -23,7 +23,7 @@
         <parent>
                 <groupId>org.apache.drat</groupId>
                 <artifactId>dms</artifactId>
-                <version>0.1</version>
+                <version>1.0-SNAPSHOT</version>
                 <relativePath>../pom.xml</relativePath>
         </parent>
         <name>DRAT Proteus</name>
diff --git a/rat/pom.xml b/rat/pom.xml
index 686e471..08d136e 100644
--- a/rat/pom.xml
+++ b/rat/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>dms-rat</artifactId>
diff --git a/resmgr/pom.xml b/resmgr/pom.xml
index a561867..a0582b1 100644
--- a/resmgr/pom.xml
+++ b/resmgr/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Resource Manager (Apache OODT)</name>
diff --git a/solr/pom.xml b/solr/pom.xml
index 672b5ad..a2e9883 100644
--- a/solr/pom.xml
+++ b/solr/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>DRAT Solr Home (Apache Solr)</name>
diff --git a/webapps/fmprod/pom.xml b/webapps/fmprod/pom.xml
index 124b45b..9e46e1d 100644
--- a/webapps/fmprod/pom.xml
+++ b/webapps/fmprod/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>Filemanager Product Services (Apache OODT)</name>
diff --git a/webapps/opsui/pom.xml b/webapps/opsui/pom.xml
index b576309..02de1e7 100644
--- a/webapps/opsui/pom.xml
+++ b/webapps/opsui/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>PCS Ops Interface (Apache OODT)</name>
diff --git a/webapps/pcs-services/pom.xml b/webapps/pcs-services/pom.xml
index b0a3fba..2268743 100644
--- a/webapps/pcs-services/pom.xml
+++ b/webapps/pcs-services/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>PCS Services (Apache OODT)</name>
diff --git a/webapps/pom.xml b/webapps/pom.xml
index a0a1254..e1829e0 100644
--- a/webapps/pom.xml
+++ b/webapps/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Web Applications (Apache OODT)</name>
diff --git a/webapps/proteus-new/pom.xml b/webapps/proteus-new/pom.xml
index 9ff9649..69222ad 100644
--- a/webapps/proteus-new/pom.xml
+++ b/webapps/proteus-new/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>DRAT Proteus (new)</name>
diff --git a/webapps/solr-webapp/pom.xml b/webapps/solr-webapp/pom.xml
index ba126a9..cf20daf 100644
--- a/webapps/solr-webapp/pom.xml
+++ b/webapps/solr-webapp/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>DRAT Webapp (Apache Solr)</name>
diff --git a/webapps/viz/pom.xml b/webapps/viz/pom.xml
index 28efc8b..e1cde5f 100644
--- a/webapps/viz/pom.xml
+++ b/webapps/viz/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>DRAT Webapp (D3 Viz)</name>
diff --git a/workflow/pom.xml b/workflow/pom.xml
index 9c48fb5..4ee92d1 100644
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>0.1</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Workflow Manager (Apache OODT)</name>