-
Notifications
You must be signed in to change notification settings - Fork 138
Release merge #598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release merge #598
Changes from 7 commits
3c97aa5
32ea28b
c868d66
2968153
76cf7b2
9e35c45
6725ad0
2109d38
dfd1a3e
1fb48e8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,11 +24,11 @@ | |
| <parent> | ||
| <artifactId>wayang</artifactId> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.1-SNAPSHOT</version> | ||
| </parent> | ||
|
|
||
| <artifactId>wayang-api</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1.1.1-SNAPSHOT |
||
|
|
||
| <name>Wayang API</name> | ||
| <description> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,11 +23,11 @@ | |
| <parent> | ||
| <artifactId>wayang-api</artifactId> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1.1.1-SNAPSHOT |
||
| </parent> | ||
|
|
||
| <artifactId>wayang-api-json</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
|
|
||
| <name>Wayang API JSON</name> | ||
| <description>Wayang implementation of a sprint application REST API</description> | ||
|
|
@@ -53,25 +53,25 @@ | |
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-core</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1.1.1-SNAPSHOT and all of the following |
||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-basic</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-java</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-spark</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>org.slf4j</groupId> | ||
|
|
@@ -83,37 +83,37 @@ | |
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-api-scala-java</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-postgres</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-sqlite3</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-flink</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-tensorflow</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
| <groupId>org.apache.wayang</groupId> | ||
| <artifactId>wayang-generic-jdbc</artifactId> | ||
| <version>1.0.1-SNAPSHOT</version> | ||
| <version>1.1.0</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to 1.1.1-SNAPSHOT