Author: guoyp
Date: Mon Nov 9 06:43:39 2020
New Revision: 44387
Log:
for griffin 0.6.0
Added:
release/griffin/0.6.0/
release/griffin/0.6.0/griffin-0.6.0-source-release.zip (with props)
release/griffin/0.6.0/griffin-0.6.0-source-release.zip.asc (with props)
release/griffin/0.6.0/griffin-0.6.0-source-release.zip.sha512 (with props)
release/griffin/0.6.0/griffin-0.6.0.pom (with props)
release/griffin/0.6.0/griffin-0.6.0.pom.asc (with props)
release/griffin/0.6.0/griffin-0.6.0.pom.sha512 (with props)
Added: release/griffin/0.6.0/griffin-0.6.0-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange: release/griffin/0.6.0/griffin-0.6.0-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/griffin/0.6.0/griffin-0.6.0-source-release.zip.asc
==============================================================================
--- release/griffin/0.6.0/griffin-0.6.0-source-release.zip.asc (added)
+++ release/griffin/0.6.0/griffin-0.6.0-source-release.zip.asc Mon Nov 9
06:43:39 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEbm2t5qcv8BntKuVmVtzDwsPa//wFAl+o3tgACgkQVtzDwsPa
+//z22xAAj5Bob0k7L+tloIij6rsl/pA0BvWRyADzMTtHqY20VRtg8wPd39OQYueO
+8Z4EWCKq1Dl8JnGGjhG+iCVd54NJaxR0hZfmpyu2RqwiMd5Cn//GybRUgsQO5IIS
+L2s1jPjc6KD37+RrGUPN1S8v3ELZBc/ZgxYaHrnSISjnShlr81Fx///r4XU3vCNX
+QbJdaOJvS1rTLDbbCYsp6gKPf5pWir1kCQt2GJJ2Gg0Y21t3btBcba7XkwyqfbYx
+hn+UAq/kzoNJBXbscb3ZoXHoRPO8KCtO98KK+CM2sobuZ4aQVtfOpB1BXlWhEKSS
+XZIG9YcYcX40LlT8UhQURu+DKaIh2UGc4LeuR/+LVDnk+TTVryOTtlCf/hDT9gmo
+1VPehCmctuYNa/d3OOvC1XgC0vrz+PVlZ0HMaotsRNXNGFf3TGUsQN1Gn247gPdJ
+63haJBytiXuu3EVVrWx9vZtplf2fi8ItupI8SJsX8I++vc5LcGC/4mtTHbQ8Sahh
+FGKrLVgMMRS4bNINNJ6oGMVpqK+ArkNJfLQS8CjBrxRaNlCWhq/NYVI5BI4fGhvj
+qh9LsPnNZNKoV5pH6rLMoQqJy2TWf9Ztn4S/370mvIfIKt/07uLv8Kbg4SRn7I8W
+q+JPDRkehTXFpP4MMvQcV6BV1Jf1xK0vfbLqRl7vNH5C8hz5omE=
+=+p6Z
+-----END PGP SIGNATURE-----
Propchange: release/griffin/0.6.0/griffin-0.6.0-source-release.zip.asc
------------------------------------------------------------------------------
svn:eol-style = native
Added: release/griffin/0.6.0/griffin-0.6.0-source-release.zip.sha512
==============================================================================
--- release/griffin/0.6.0/griffin-0.6.0-source-release.zip.sha512 (added)
+++ release/griffin/0.6.0/griffin-0.6.0-source-release.zip.sha512 Mon Nov 9
06:43:39 2020
@@ -0,0 +1 @@
+bbca8f5fe6c4bc86a831bfbdb0cd24c631871929caa626553d9eeab999a3583495f99823dc38f5941c7efb8b3aa31e28101ae488a002e99d7897d98b99fdfda9
griffin-0.6.0-source-release.zip
Propchange: release/griffin/0.6.0/griffin-0.6.0-source-release.zip.sha512
------------------------------------------------------------------------------
svn:eol-style = native
Added: release/griffin/0.6.0/griffin-0.6.0.pom
==============================================================================
--- release/griffin/0.6.0/griffin-0.6.0.pom (added)
+++ release/griffin/0.6.0/griffin-0.6.0.pom Mon Nov 9 06:43:39 2020
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. 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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>17</version>
+ <relativePath />
+ </parent>
+
+ <groupId>org.apache.griffin</groupId>
+ <artifactId>griffin</artifactId>
+ <version>0.6.0</version>
+ <packaging>pom</packaging>
+ <name>Apache Griffin ${project.version}</name>
+ <url>http://griffin.apache.org</url>
+
+ <prerequisites>
+ <maven>3.2.5</maven>
+ </prerequisites>
+
+ <properties>
+ <java.version>1.8</java.version>
+ <maven-apache-rat.version>0.11</maven-apache-rat.version>
+ <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ </properties>
+
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://www.apache.org</url>
+ </organization>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.apache.org/jira/browse/GRIFFIN</url>
+ </issueManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>griffin-dev</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ </mailingList>
+ </mailingLists>
+
+ <scm>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=griffin.git;a=summary</url>
+ <tag>griffin-0.6.0</tag>
+ </scm>
+
+ <distributionManagement>
+ </distributionManagement>
+
+
+ <modules>
+ <module>ui</module>
+ <module>service</module>
+ <module>measure</module>
+ </modules>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.1</version>
+ <configuration>
+ <source>${maven.compiler.source}</source>
+ <target>${maven.compiler.target}</target>
+ </configuration>
+ </plugin>
+ <!-- Surefire runs all Java tests -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.22.0</version>
+ <configuration>
+
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
+ <argLine>-ea -Xmx1g -Xss4m
-XX:ReservedCodeCacheSize=128m</argLine>
+ </configuration>
+ <executions>
+ <execution>
+ <id>test</id>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Scalatest runs all Scala tests -->
+ <!-- enable scalatest -->
+ <plugin>
+ <groupId>org.scalatest</groupId>
+ <artifactId>scalatest-maven-plugin</artifactId>
+ <version>1.0</version>
+ <configuration>
+ <argLine>-ea -Xmx1g -Xss4m
-XX:ReservedCodeCacheSize=128m</argLine>
+ </configuration>
+ <executions>
+ <execution>
+ <id>test</id>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>${maven-apache-rat.version}</version>
+ <configuration>
+ <!-- Exclude files/folders for apache release -->
+ <excludes>
+ <!-- Git specific files -->
+ <exclude>.git/</exclude>
+ <exclude>.gitignore</exclude>
+ <!-- IDE specific files-->
+ <exclude>**/.idea/</exclude>
+ <exclude>**/.scalastyle/</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.settings/**</exclude>
+ <exclude>**/.project</exclude>
+ <!-- Maven working directory -->
+ <exclude>**/target/**</exclude>
+ <!-- Patch files which can be lying around -->
+ <exclude>**/*.patch</exclude>
+ <exclude>**/*.rej</exclude>
+ <!-- README and test data with exact format -->
+ <exclude>README*</exclude>
+ <exclude>DEPENDENCIES</exclude>
+ <exclude>**/licenses/*</exclude>
+ <exclude>**/*.log</exclude>
+ <exclude>**/*.out</exclude>
+ <exclude>**/*.db</exclude>
+ <exclude>**/velocity.log*</exclude>
+ <exclude>**/*.json</exclude>
+ <exclude>**/*.csv</exclude>
+ <exclude>**/*.avro</exclude>
+ <exclude>**/*.dat</exclude>
+ <exclude>**/banner.txt</exclude>
+ <exclude>**/bower_components/**</exclude>
+ <exclude>**/node_modules/**</exclude>
+ <exclude>**/.tmp/**</exclude>
+ <exclude>**/angular/src/assets/.gitkeep</exclude>
+ <exclude>**/angular/.editorconfig</exclude>
+ <exclude>**/dist/**</exclude>
+ <exclude>**/.bowerrc</exclude>
+ <exclude>**/src/main/resources/public/**</exclude>
+ <exclude>**/pom.xml.releaseBackup</exclude>
+ <exclude>**/pom.xml.tag</exclude>
+ <exclude>**/_SUCCESS</exclude>
+ </excludes>
+ </configuration>
+ <executions>
+ <execution>
+ <id>rat-check</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ </build>
+
+</project>
\ No newline at end of file
Propchange: release/griffin/0.6.0/griffin-0.6.0.pom
------------------------------------------------------------------------------
svn:eol-style = native
Added: release/griffin/0.6.0/griffin-0.6.0.pom.asc
==============================================================================
--- release/griffin/0.6.0/griffin-0.6.0.pom.asc (added)
+++ release/griffin/0.6.0/griffin-0.6.0.pom.asc Mon Nov 9 06:43:39 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEbm2t5qcv8BntKuVmVtzDwsPa//wFAl+o3tcACgkQVtzDwsPa
+//x+yA/9Ewcifu+X6veS4HbZlKXSwk65j/T/lrQCMBrJpDqXnHhtucol0YnfKtjd
+LCx9jk8a4Y/sSNyB2iwdiWgnZTekwO0xUlMq1/FsvoBnsef9wQNCSrHgUk84DCoz
+EZdbVWSuscA35sDDjE4QdSPEgwHD4r/SA6SmiHgcETKSrmB5LJhJwPgaA5r6nvgh
+ziP2hpLeSOY4nOJ/M0Zn8749ZIiPArNtEZNIGMitGbboRAmwenWHrUb0mvt+wemy
+pu0OPS/4IqrzmNOd4I/UfwqCrtQI7jqScN2kTlw3R3R7yZXs6V3cj2GmBVsBI/nH
+WKvsrzdyGscICnAv2SBV5XbxhPJ/4v7NwSp6OmfLz96nfdgKwFfp7FSrU/KhvaQr
+DGHLSa05oyEvJEBAsToVQPU0UkRwQc0ji8kUcas6fztst5Is9s9wuwxup3VCOGtO
+YhcU93qK7riLxgl0nxKyLaPyFSFz/euEqtk55BAFUz5eMA8VGxO6dbQm1d5Cngsx
+QeaNRZz8QtjlsjrsevvmpFFQrlONM4zb2UWwR2fbU7pyL+TmFbui0rTq0h0bNq8t
+Yqs3dZTuSBgccZFBNRyZ0hVuoA/WhrBMypTGHV/UJmW1EiUbi/MCNflXeiAlbqML
+xCBr050pLqg5+gEanKgbhdqCcR+j/QjY1I+BUF3AcWHP+DTLS7Q=
+=bbPP
+-----END PGP SIGNATURE-----
Propchange: release/griffin/0.6.0/griffin-0.6.0.pom.asc
------------------------------------------------------------------------------
svn:eol-style = native
Added: release/griffin/0.6.0/griffin-0.6.0.pom.sha512
==============================================================================
--- release/griffin/0.6.0/griffin-0.6.0.pom.sha512 (added)
+++ release/griffin/0.6.0/griffin-0.6.0.pom.sha512 Mon Nov 9 06:43:39 2020
@@ -0,0 +1 @@
+5098e6f28c151be6857c66be7b85e0ed040b88bccf4330a6904e5786f6835d38b45dd58432a37d53d57952edd9bcd07034a5b168b5bf83a2561a33491851dce3
griffin-0.6.0.pom
Propchange: release/griffin/0.6.0/griffin-0.6.0.pom.sha512
------------------------------------------------------------------------------
svn:eol-style = native