Skip to content

Commit

Permalink
Maven: bumped version ; GitHub: added dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eledhwen committed Nov 5, 2021
1 parent fb29c10 commit ee6002c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following in your `pom.xml`:
<dependency>
<groupId>com.noleme</groupId>
<artifactId>noleme-flow</artifactId>
<version>0.14.2</version>
<version>0.15</version>
</dependency>
```

Expand Down Expand Up @@ -164,6 +164,7 @@ Other features that will need to be documented include:
* runtime input management (dynamic `from` and the `Input` component)
* runtime output management, sampling/collection features (`collect`, `sample` and the `Output` component)
* stream flows and parallelization (`setMaxParallelism` and implementation-specific considerations)
* flow slices (`SourceSlice`, `PipeSlice` and `SinkSlice`) for flow DAG fragments code reuse
* `ParallelRuntime` service executor lifecycle and other considerations
* DAG node naming for debugging purposes (appears in traces, logs)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.noleme</groupId>
<artifactId>noleme-flow</artifactId>
<version>0.14.2</version>
<version>0.15</version>
<packaging>jar</packaging>

<name>Noleme Flow</name>
Expand Down

0 comments on commit ee6002c

Please sign in to comment.