Author: guoyp
Date: Fri Apr  5 13:54:01 2019
New Revision: 33462

Log:
0.5.0 release

Added:
    release/griffin/0.5.0/
    release/griffin/0.5.0/CHANGES.txt
    release/griffin/0.5.0/griffin-0.5.0-source-release.zip   (with props)
    release/griffin/0.5.0/griffin-0.5.0-source-release.zip.asc
    release/griffin/0.5.0/griffin-0.5.0-source-release.zip.sha512
    release/griffin/0.5.0/griffin-0.5.0.pom
    release/griffin/0.5.0/griffin-0.5.0.pom.asc
    release/griffin/0.5.0/griffin-0.5.0.pom.sha512

Added: release/griffin/0.5.0/CHANGES.txt
==============================================================================
--- release/griffin/0.5.0/CHANGES.txt (added)
+++ release/griffin/0.5.0/CHANGES.txt Fri Apr  5 13:54:01 2019
@@ -0,0 +1,28 @@
+Release Notes - Apache Griffin 0.5.0
+
+** Highlights **
+    * Refreshing documents up to date and improving the quality.
+    * Adding new type of trigger for job.
+    * Adding new pluggable predicators.
+    * Enhancing ElasticSearchSink.
+
+
+** New Feature
+    * [GRIFFIN-229] - [Jobs] trigger the job right now
+    * [GRIFFIN-232] - Implement pluggable Predicators in PredicatorFactory
+
+
+** Improvement
+    * [GRIFFIN-226] - Refresh api document
+    * [GRIFFIN-233] - ElasticSearchSink modification
+    
+    * [GRIFFIN-239] - Refresh griffin deployment guide
+
+
+** Bug
+    * [GRIFFIN-238] - try to write metric into elasticsearch, but fail to call 
post api
+
+
+** Task
+    * [GRIFFIN-234] - Add YARN applicationId into ElasticSearchSink measure 
results
+    * [GRIFFIN-237] - Implement service method getting JobInstanceBean by 
JobInstanceBean id
\ No newline at end of file

Added: release/griffin/0.5.0/griffin-0.5.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/griffin/0.5.0/griffin-0.5.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/griffin/0.5.0/griffin-0.5.0-source-release.zip.asc
==============================================================================
--- release/griffin/0.5.0/griffin-0.5.0-source-release.zip.asc (added)
+++ release/griffin/0.5.0/griffin-0.5.0-source-release.zip.asc Fri Apr  5 
13:54:01 2019
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE3reyLeH9176TNoojEDP9X8eoDLUFAlyllfIACgkQEDP9X8eo
+DLVIxQwAlE7eIurbqjxSsWzRNVvlazGZxzXFe4BMzNa5c7UQTLZwEqdxIQ93lvWW
+YSin/IWdjqDLJwYxUsaSwUw7u6fYE7RFj8D67Ng70dUeVEHm6HDDipj2Oby77qQP
+5bypcRZHv+SbrTEihXT2BOdcDQq47kSrENGRPopO/D5mqtvPELr2WUGWD8/VF2mg
+EyWue8xjHwgvdJGMTCGu15BSCue+tnAaF6n8VtKDFWvfnjvFiF5e8grydoJetO3v
+fTh0eGbFpXOmThYjzkXVZxNIgPIamQ7bVvTdBvFCm+MV0KX6O9dMsPOA/gEOpxNV
+H73nbhDuQLn4I2cYklIgp0cGT0ed6izioGzlcmVQMHKiXpqdYIKoGGP+BE5WWQjl
+1OAj77qHqorshGIpfQASDIYJsqAOrtJKk7LqzzD18yWbNZKx+JNwymlz7m4U5nnK
+Sen7MinUmAAPBIuZpzr2nr4xMjU/5WcyYDHS1bPBJfYpFZxvflDuRMpzx8YxRgb4
+UilKZKRZ
+=b+V3
+-----END PGP SIGNATURE-----

Added: release/griffin/0.5.0/griffin-0.5.0-source-release.zip.sha512
==============================================================================
--- release/griffin/0.5.0/griffin-0.5.0-source-release.zip.sha512 (added)
+++ release/griffin/0.5.0/griffin-0.5.0-source-release.zip.sha512 Fri Apr  5 
13:54:01 2019
@@ -0,0 +1 @@
+91255f295304500fa0d6a4d7f74e843b04c5e5ce5a617f0076756727de4d93494fd52ba31ab8143c82cd7252bf51550698dbc05501591ed96136d1dadbbb670e
  griffin-0.5.0-source-release.zip

Added: release/griffin/0.5.0/griffin-0.5.0.pom
==============================================================================
--- release/griffin/0.5.0/griffin-0.5.0.pom (added)
+++ release/griffin/0.5.0/griffin-0.5.0.pom Fri Apr  5 13:54:01 2019
@@ -0,0 +1,179 @@
+<?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.5.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>
+
+    <!--<pluginRepositories>-->
+    <!--</pluginRepositories>-->
+
+    <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.5.0</tag>
+    </scm>
+
+    <distributionManagement>
+    </distributionManagement>
+
+
+    <modules>
+        <module>ui</module>
+        <module>service</module>
+        <module>measure</module>
+    </modules>
+
+
+    <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>
+                <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>
+                        </excludes>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <id>rat-check</id>
+                            <phase>validate</phase>
+                            <goals>
+                                <goal>check</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+            </plugin>
+
+        </plugins>
+    </build>
+
+</project>
\ No newline at end of file

Added: release/griffin/0.5.0/griffin-0.5.0.pom.asc
==============================================================================
--- release/griffin/0.5.0/griffin-0.5.0.pom.asc (added)
+++ release/griffin/0.5.0/griffin-0.5.0.pom.asc Fri Apr  5 13:54:01 2019
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEE3reyLeH9176TNoojEDP9X8eoDLUFAlyllfEACgkQEDP9X8eo
+DLUbWAwAosyEUmAsNYPQ/YNteT8K/L8+tFSJ6pG+3yZYJdVaePs7pX4mDNadfsAU
+zgcgRDmK/pm1arqMXXcoJvpfmh1tplCIJB7B4ZrsPAgE+hWe+tD5SDjJSROdVO9i
+CNDHoOqCiJ0AcaTtkRIM6EmFKQpo9V1cfzfPASOkn8jSzMI9nAr5M65WOsO0Gj2e
+vrmZdGqHBj3uCFJZ1YQPJWHMZVpq5le6GRFJlJuaPh6IT0qlgsTS92FkAttYDlDK
+UEclT+jp3Ib+Lre/pfueJd2Pjr6FscUh7eCwjnEcqHRIly4RgO0GfHOgoXBI5/Rt
+sIXjgjXkppd/960BTnPdVP9elFX6yHcQ9jSPfaj8pGlvUjyWkl8z+0cOLiQl14dY
+AQ4PmpOqP/xB1Y2iM0z1d0t0p0ud41fM2FALtS+LQ0bi205LS9Onn79Lnn6iDu2G
+Em8cIfzN3pZzLi1waIoF+U/P7jPIXYp3EYlwCx+gzbynRMrjP9Jh9/3TftD8Ja/W
+O/7wbrbS
+=Xkvv
+-----END PGP SIGNATURE-----

Added: release/griffin/0.5.0/griffin-0.5.0.pom.sha512
==============================================================================
--- release/griffin/0.5.0/griffin-0.5.0.pom.sha512 (added)
+++ release/griffin/0.5.0/griffin-0.5.0.pom.sha512 Fri Apr  5 13:54:01 2019
@@ -0,0 +1 @@
+0b367464a6c5179bff418801685c9b3a42d75bfd765409961d6de65d4d29003da2255ab77f40418e7441a11dad34f3f0d73a59d91d26178df93f8bd809d2da26
  griffin-0.5.0.pom


Reply via email to