You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/05/02 11:33:49 UTC

[incubator-streampipes-extensions] branch rel/0.66.0 updated (866eeb4 -> ec90602)

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

riemer pushed a change to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git.


    from 866eeb4  Add description and icon to speed calculator
     new 1a351db  Update release settings in pom.xml
     new 33bf9a5  Update NOTICE file
     new 78dfb37  Use next release version 0.66.0
     new ec90602  Merge branch 'rel/0.66.0' of github.com:apache/incubator-streampipes-extensions into rel/0.66.0

The 4 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:
 NOTICE  | 22 +++++++++++++++++++++-
 pom.xml | 60 ++++++++++++++++++++++++++----------------------------------
 2 files changed, 47 insertions(+), 35 deletions(-)


[incubator-streampipes-extensions] 02/04: Update NOTICE file

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 33bf9a5e01d3bb05a39e5882df4a07f369d9f578
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat May 2 13:28:34 2020 +0200

    Update NOTICE file
---
 NOTICE | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 17b697e..9898384 100644
--- a/NOTICE
+++ b/NOTICE
@@ -4,4 +4,24 @@ Copyright 2020 The Apache Software Foundation.
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-============================================================================
\ No newline at end of file
+============================================================================
+
+This product contains a modified version of boilerpipe:
+
+boilerpipe
+
+Copyright (c) 2009, 2014 Christian Kohlschütter
+
+The author 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.
+
+=============================================================================
\ No newline at end of file


[incubator-streampipes-extensions] 04/04: Merge branch 'rel/0.66.0' of github.com:apache/incubator-streampipes-extensions into rel/0.66.0

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit ec906028dc166db01a1590679b626e3e15456823
Merge: 78dfb37 866eeb4
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat May 2 13:33:22 2020 +0200

    Merge branch 'rel/0.66.0' of github.com:apache/incubator-streampipes-extensions into rel/0.66.0

 .../processor/speed/SpeedCalculatorController.java    |   2 +-
 .../documentation.md                                  |  18 +++++++++++-------
 .../icon.png                                          | Bin 0 -> 14632 bytes
 .../strings.en                                        |   8 ++++----
 4 files changed, 16 insertions(+), 12 deletions(-)


[incubator-streampipes-extensions] 01/04: Update release settings in pom.xml

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 1a351db0ab9cc24e75a6fb6c95c22efa73f3dd95
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat May 2 13:26:28 2020 +0200

    Update release settings in pom.xml
---
 pom.xml | 56 ++++++++++++++++++++++++--------------------------------
 1 file changed, 24 insertions(+), 32 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee2e629..24094f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -380,49 +380,33 @@
             <id>apache-release</id>
             <build>
                 <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>source-release-assembly</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>single</goal>
-                                </goals>
-                                <configuration combine.self="append">
-                                    <finalName>apache-streampipes-extensions-${project.version}-incubating</finalName>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
+                    <!--
+                      Create MD5 and SHA512 checksum files for the release artifacts.
+                    -->
                     <plugin>
                         <groupId>net.nicoulaj.maven.plugins</groupId>
                         <artifactId>checksum-maven-plugin</artifactId>
                         <version>1.8</version>
                         <executions>
                             <execution>
-                                <id>sign-source-release</id>
-                                <phase>package</phase>
                                 <goals>
                                     <goal>files</goal>
                                 </goals>
-                                <configuration>
-                                    <algorithms>
-                                        <algorithm>SHA-512</algorithm>
-                                    </algorithms>
-                                    <fileSets>
-                                        <fileSet>
-                                            <directory>${project.build.directory}</directory>
-                                            <includes>
-                                                <include>apache-streampipes-extensions-${project.version}-incubating.zip
-                                                </include>
-                                            </includes>
-                                        </fileSet>
-                                    </fileSets>
-                                </configuration>
                             </execution>
                         </executions>
+                        <configuration>
+                            <algorithms>
+                                <algorithm>SHA-512</algorithm>
+                            </algorithms>
+                            <fileSets>
+                                <fileSet>
+                                    <directory>${project.build.directory}</directory>
+                                    <includes>
+                                        <include>apache-streampipes-extensions-${project.version}-incubating-source-release.zip</include>
+                                    </includes>
+                                </fileSet>
+                            </fileSets>
+                        </configuration>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
@@ -532,6 +516,14 @@
                         <arguments>-Papache-release -Dmaven.deploy.skip=true</arguments>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>3.2.0</version>
+                    <configuration>
+                        <finalName>apache-streampipes-extensions-${project.version}-incubating</finalName>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>


[incubator-streampipes-extensions] 03/04: Use next release version 0.66.0

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 78dfb377448e2831f2b9f0d5aa5bd73854b65fbf
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat May 2 13:32:47 2020 +0200

    Use next release version 0.66.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24094f7..0e674b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.66.0-SNAPSHOT</version>
+        <version>0.66.0</version>
     </parent>
 
     <artifactId>streampipes-extensions</artifactId>
@@ -61,7 +61,7 @@
     <properties>
         <owasp.check.skip>true</owasp.check.skip>
 
-        <streampipes.version>0.66.0-SNAPSHOT</streampipes.version>
+        <streampipes.version>0.66.0</streampipes.version>
 
         <amqp-client.version>4.1.0</amqp-client.version>
         <boofcv.version>0.33</boofcv.version>