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 18:30:48 UTC

[drat] branch master updated (5c9486f -> 3556394)

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

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


    from 5c9486f  [maven-release-plugin] prepare release release-1.0
     new d74b300  Fix pom.xml SCM.
     new 3556394  Prep for new release.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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                      | 8 ++++----
 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, 22 insertions(+), 22 deletions(-)


[drat] 01/02: Fix pom.xml SCM.

Posted by ma...@apache.org.
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

commit d74b300bb40e6c3416c6d6cc3816610c21f272c6
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Sat Sep 28 11:29:02 2019 -0700

    Fix pom.xml SCM.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 802543a..1c89468 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,10 +118,10 @@
 
 
   <scm>
-    <connection>scm:git:https://github.com/apache/drat.git</connection>
-    <developerConnection>scm:git:https://github.com/apache/drat.git</developerConnection>
+    <connection>scm:git:git@github.com:apache/drat.git</connection>
+    <developerConnection>scm:git:git@github.com:apache/drat.git</developerConnection>
     <url>http://github.com/apache/drat</url>
-    <tag>release-1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
 </project>


[drat] 02/02: Prep for new release.

Posted by ma...@apache.org.
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

commit 35563947f6f0807e2c4f0a5de8ffa9048fa25b0e
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Sat Sep 28 11:30:37 2019 -0700

    Prep for new release.
---
 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 9f16b34..b857622 100644
--- a/crawler/pom.xml
+++ b/crawler/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 98f8a69..d239c54 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 b2bf75d..c357c99 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 80fd45c..6613e7a 100644
--- a/filemgr/pom.xml
+++ b/filemgr/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 14704b5..558369f 100644
--- a/pcs/pom.xml
+++ b/pcs/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 8416b30..a89c65d 100644
--- a/pge/pom.xml
+++ b/pge/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>dms-pge</artifactId>
diff --git a/pom.xml b/pom.xml
index 1c89468..078fb97 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>1.0</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 52ddbd2..a4266da 100644
--- a/proteus/pom.xml
+++ b/proteus/pom.xml
@@ -21,7 +21,7 @@
         <parent>
                 <groupId>org.apache.drat</groupId>
                 <artifactId>dms</artifactId>
-                <version>1.0</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 76e8ffa..9a8900c 100644
--- a/rat/pom.xml
+++ b/rat/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 f098f82..c7b3042 100644
--- a/resmgr/pom.xml
+++ b/resmgr/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 ff439b0..de1e84a 100644
--- a/solr/pom.xml
+++ b/solr/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 3b70dd6..392a40c 100644
--- a/webapps/fmprod/pom.xml
+++ b/webapps/fmprod/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 76f1ff5..3e29cd2 100644
--- a/webapps/opsui/pom.xml
+++ b/webapps/opsui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 55486ae..01a173b 100644
--- a/webapps/pcs-services/pom.xml
+++ b/webapps/pcs-services/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 2f10713..e1829e0 100644
--- a/webapps/pom.xml
+++ b/webapps/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 2d45d6c..4a73acf 100644
--- a/webapps/proteus-new/pom.xml
+++ b/webapps/proteus-new/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 c1b20cb..737e7a6 100644
--- a/webapps/solr-webapp/pom.xml
+++ b/webapps/solr-webapp/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 1e8814a..6c01901 100644
--- a/webapps/viz/pom.xml
+++ b/webapps/viz/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</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 2210875..47a8d0b 100644
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.drat</groupId>
     <artifactId>dms</artifactId>
-    <version>1.0</version>
+    <version>1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Workflow Manager (Apache OODT)</name>