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:29:26 UTC

[incubator-streampipes-extensions] branch dev updated (e313c91 -> 613cdcf)

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

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


    from e313c91  Merge pull request #11 from Madabaru/dev
     new a9f6def  Update release settings in pom.xml
     new 1472992  Update NOTICE file
     new 613cdcf  Merge branch 'dev' of github.com:apache/incubator-streampipes-extensions into dev

The 3 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 | 56 ++++++++++++++++++++++++--------------------------------
 2 files changed, 45 insertions(+), 33 deletions(-)


[incubator-streampipes-extensions] 02/03: 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 dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 14729927b04a4166d3ee99543a1aed9a7d268287
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] 03/03: Merge branch 'dev' of github.com:apache/incubator-streampipes-extensions into dev

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

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

commit 613cdcf41407ac045e2021466d31e36b4dbfeb6e
Merge: 1472992 e313c91
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat May 2 13:29:11 2020 +0200

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

 .../pe/jvm/AllPipelineElementsInit.java            |   4 +
 .../transformation/jvm/TransformationJvmInit.java  |   6 +-
 .../stringoperator/counter/StringCounter.java      |  79 ++++++++++++++++++++
 .../counter/StringCounterController.java           |  71 ++++++++++++++++++
 .../counter/StringCounterParameters.java           |  36 +++++++++
 .../stringoperator/timer/StringTimer.java          |  72 ++++++++++++++++++
 .../timer/StringTimerController.java               |  83 +++++++++++++++++++++
 .../timer/StringTimerParameters.java               |  42 +++++++++++
 .../documentation.md                               |  55 ++++++++++++++
 .../icon.png                                       | Bin 0 -> 16458 bytes
 .../strings.en                                     |  16 ++++
 .../documentation.md                               |  54 ++++++++++++++
 .../icon.png                                       | Bin 0 -> 14398 bytes
 .../strings.en                                     |  17 +++++
 14 files changed, 534 insertions(+), 1 deletion(-)


[incubator-streampipes-extensions] 01/03: 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 dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit a9f6def0a39cfbdf3285bc957f87ff09588c9ebc
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 9e9f025..2dea2ee 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>