You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/06/07 05:02:42 UTC

incubator-griffin git commit: update version in pom as 0.0.1 for first release

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 62ce626af -> 2f2426427


update version in pom as 0.0.1 for first release

Author: William Guo <gu...@icloud.com>

Closes #63 from guoyuepeng/updateversionTo001.


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/2f242642
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/2f242642
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/2f242642

Branch: refs/heads/master
Commit: 2f2426427f1762c4432f72e521fb9be1ac1904d6
Parents: 62ce626
Author: William Guo <gu...@icloud.com>
Authored: Wed Jun 7 13:02:20 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Wed Jun 7 13:02:20 2017 +0800

----------------------------------------------------------------------
 measure/pom.xml                                 | 24 +++++++-
 pom.xml                                         | 64 ++++++++++----------
 service/pom.xml                                 | 23 ++++++-
 .../apache/griffin/core/schedule/JobHealth.java | 14 +++++
 .../core/schedule/Repo/ScheduleStateRepo.java   | 14 +++++
 service/src/main/resources/Init_quartz.sql      | 11 ++++
 ui/pom.xml                                      | 22 ++++++-
 7 files changed, 132 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2f242642/measure/pom.xml
----------------------------------------------------------------------
diff --git a/measure/pom.xml b/measure/pom.xml
index 67649c5..c653f4b 100644
--- a/measure/pom.xml
+++ b/measure/pom.xml
@@ -1,10 +1,29 @@
+<?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>
 
-  <groupId>org.apache.griffin</groupId>
+  <parent>
+    <groupId>com.apache.griffin</groupId>
+    <artifactId>griffin</artifactId>
+    <version>0.0.1-incubating-SNAPSHOT</version>
+  </parent>
+
   <artifactId>measure</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Griffin :: Measures</name>
@@ -173,7 +192,6 @@
           <descriptorRefs>
             <descriptorRef>jar-with-dependencies</descriptorRef>
           </descriptorRefs>
-          <finalName>griffin-measure</finalName>
           <appendAssemblyId>false</appendAssemblyId>
         </configuration>
         <executions>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2f242642/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb83b57..e59164c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,18 @@
+<?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>
@@ -11,7 +26,7 @@
 
     <groupId>com.apache.griffin</groupId>
     <artifactId>griffin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.0.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Griffin ${project.version}</name>
     <url>http://griffin.incubator.apache.org</url>
@@ -52,12 +67,11 @@
             <subscribe>dev-subscribe@griffin.incubator.apache.org</subscribe>
             <unsubscribe>dev-unsubscribe@griffin.incubator.apache.org</unsubscribe>
             <post>dev@griffin.incubator.apache.org</post>
-            <!--<archive>http://mail-archives.apache.org/mod_mbox/griffin-dev/</archive>-->
         </mailingList>
     </mailingLists>
 
-    <pluginRepositories>
-    </pluginRepositories>
+    <!--<pluginRepositories>-->
+    <!--</pluginRepositories>-->
 
     <scm>
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</connection>
@@ -67,11 +81,6 @@
     </scm>
 
     <distributionManagement>
-        <site>
-            <id>apache.website</id>
-            <name>Apache Griffin Website</name>
-            <url>scpexe://people.apache.org/www/incubator.apache.org/griffin</url>
-        </site>
     </distributionManagement>
 
 
@@ -102,6 +111,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
             </plugin>
+
         </plugins>
     </build>
 
@@ -111,26 +121,17 @@
             <build>
                 <plugins>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <configuration>
-                            <skip>false</skip>
-                        </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>.java-version</exclude>
                                 <exclude>.gitignore</exclude>
                                 <!-- IDE specific files-->
                                 <exclude>**/.idea/</exclude>
-                                <exclude>**/.cache-main</exclude>
                                 <exclude>**/.scalastyle/</exclude>
                                 <exclude>**/*.iml</exclude>
                                 <exclude>**/.classpath</exclude>
@@ -141,8 +142,6 @@
                                 <!-- Patch files which can be lying around -->
                                 <exclude>**/*.patch</exclude>
                                 <exclude>**/*.rej</exclude>
-                                <!-- Exclude generated files -->
-                                <exclude>**/gen/**</exclude>
                                 <!-- README and test data with exact format -->
                                 <exclude>README*</exclude>
                                 <exclude>**/*.log</exclude>
@@ -151,32 +150,31 @@
                                 <exclude>**/velocity.log*</exclude>
                                 <!-- all json files should be excluded -->
                                 <exclude>**/*.json</exclude>
-                                <exclude>**/ui/bower_components/**</exclude>
+                                <exclude>**/bower_components/**</exclude>
+                                <exclude>**/apidocs/**</exclude>
                                 <!-- Fonts and Images -->
                                 <exclude>**/fonts/**</exclude>
                                 <exclude>**/images/**</exclude>
-                                <exclude>**/lib/js/**</exclude>
-                                <exclude>**/lib/css/**</exclude>
                                 <exclude>**/*.min.js</exclude>
-                                <exclude>**/jquery-*.js</exclude>
                                 <exclude>**/MANIFEST.MF</exclude>
-                                <!-- External dependency script -->
                                 <exclude>**/.json</exclude>
                                 <exclude>**/*.md</exclude>
                                 <exclude>**/*.asc</exclude>
-                                <exclude>**/webapp/**</exclude>
+                                <exclude>**/resources/public/**</exclude>
                                 <exclude>**/*.pid</exclude>
-                                <exclude>**/buildNumber.properties</exclude>
                                 <exclude>addServer.py</exclude>
-
-                                <!-- Docs related -->
-                                <exclude>griffin-doc/**</exclude>
-                                <exclude>docker/**</exclude>
+                                <exclude>travis-settings.xml</exclude>
+                                <exclude>**/griffin-doc/**</exclude>
+                                <exclude>**/docker/**</exclude>
+                                <exclude>**/pom.xml.tag</exclude>
+                                <exclude>**/build.xml</exclude>
+                                <exclude>**/*.properties</exclude>
                             </excludes>
                         </configuration>
                         <executions>
                             <execution>
-                                <phase>verify</phase>
+                                <id>rat-check</id>
+                                <phase>validate</phase>
                                 <goals>
                                     <goal>check</goal>
                                 </goals>

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2f242642/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index 0bbf573..0df74b1 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -1,11 +1,30 @@
+<?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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.griffin</groupId>
+    <parent>
+        <groupId>com.apache.griffin</groupId>
+        <artifactId>griffin</artifactId>
+        <version>0.0.1-incubating-SNAPSHOT</version>
+    </parent>
+
     <artifactId>service</artifactId>
     <packaging>jar</packaging>
-    <version>0.1.0-SNAPSHOT</version>
 
     <name>Apache Griffin :: Web Service</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2f242642/service/src/main/java/org/apache/griffin/core/schedule/JobHealth.java
----------------------------------------------------------------------
diff --git a/service/src/main/java/org/apache/griffin/core/schedule/JobHealth.java b/service/src/main/java/org/apache/griffin/core/schedule/JobHealth.java
index 538a909..56ed981 100644
--- a/service/src/main/java/org/apache/griffin/core/schedule/JobHealth.java
+++ b/service/src/main/java/org/apache/griffin/core/schedule/JobHealth.java
@@ -1,3 +1,17 @@
+/*-
+ * Licensed 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.
+
+ */
 package org.apache.griffin.core.schedule;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2f242642/service/src/main/java/org/apache/griffin/core/schedule/Repo/ScheduleStateRepo.java
----------------------------------------------------------------------
diff --git a/service/src/main/java/org/apache/griffin/core/schedule/Repo/ScheduleStateRepo.java b/service/src/main/java/org/apache/griffin/core/schedule/Repo/ScheduleStateRepo.java
index a043353..4ab04f7 100644
--- a/service/src/main/java/org/apache/griffin/core/schedule/Repo/ScheduleStateRepo.java
+++ b/service/src/main/java/org/apache/griffin/core/schedule/Repo/ScheduleStateRepo.java
@@ -1,3 +1,17 @@
+/*-
+ * Licensed 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.
+
+ */
 package org.apache.griffin.core.schedule.Repo;
 
 import org.apache.griffin.core.schedule.ScheduleState;

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2f242642/service/src/main/resources/Init_quartz.sql
----------------------------------------------------------------------
diff --git a/service/src/main/resources/Init_quartz.sql b/service/src/main/resources/Init_quartz.sql
index 2a2d338..1914b44 100644
--- a/service/src/main/resources/Init_quartz.sql
+++ b/service/src/main/resources/Init_quartz.sql
@@ -1,4 +1,15 @@
 #
+#Licensed 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.
 # In your Quartz properties file, you'll need to set
 # org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 #

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2f242642/ui/pom.xml
----------------------------------------------------------------------
diff --git a/ui/pom.xml b/ui/pom.xml
index b8f9eb3..48cf5b6 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -1,10 +1,28 @@
+<?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>
 
-  <groupId>org.apache.griffin</groupId>
+    <parent>
+        <groupId>com.apache.griffin</groupId>
+        <artifactId>griffin</artifactId>
+        <version>0.0.1-incubating-SNAPSHOT</version>
+    </parent>
   <artifactId>ui</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Griffin :: UI :: Default UI</name>