GitHub Actions Bot
c7548ae4e3
Next development version 4.0.0-SNAPSHOT / 2022.0.0-SNAPSHOT
2023-07-20 14:56:01 +00:00
GitHub Actions Bot
5eade0d669
Release 4.0.0-RC2 / 2022.0.0-RC2
2023-07-20 14:55:34 +00:00
GitHub Actions Bot
bcdb881fac
Next development version 4.0.0-SNAPSHOT
2023-06-14 04:47:46 +00:00
GitHub Actions Bot
358be92abd
Release 4.0.0-RC1
2023-06-14 04:47:29 +00:00
GitHub Actions Bot
e52419e35b
Next development version 4.0.0-SNAPSHOT
2023-05-25 11:30:37 +00:00
GitHub Actions Bot
17288d84b8
Release 4.0.0-M2
2023-05-25 11:30:19 +00:00
Corneil du Plessis
a95bfaf10d
Revert deploy-plugin to 2.8.2 for stream-applications-descriptor
2023-04-21 11:07:43 +02:00
Corneil du Plessis
c6694a9771
Added <protocArtifact>com.google.protobuf:protoc:${protobuf.version}</protocArtifact> to protoc-jar-maven-plugin in object-detection-function.
2023-01-17 11:25:55 +02:00
Corneil du Plessis
97b5906478
Fix checkstyle errors.
2023-01-12 11:05:43 +02:00
Corneil du Plessis
798c8a4361
Fix object-detection dependencies and cleanup samples.
2023-01-12 10:50:28 +02:00
Chris Bono
afd5f82ec4
Update checkstyle plugin to 3.2.0
...
- Spring Javaformat update to 0.0.35
- Puppycrawl update to 10.3.4
2022-10-24 23:55:49 -05:00
Chris Bono
87df01dc00
Remove ${revision} from pom.xml files
2022-10-02 10:58:48 -05:00
Chris Bono
50d75ef1e7
GH-271: Remove duplication from pom.xml files
...
This proposal fixes many build warnings and is a general cleanup of the pom.xml files.
* Remove duplicate `dependency` entries from pom.xml files
* Remove duplicate `repository` entries from pom.xml files
* Replace deprecated use of `receive(long)` in `HttpSourceTests`
* Reduce logging for Twitter integration tests
Fixes #271
2022-05-26 13:57:44 -04:00
Soby Chacko
d0a0df5a44
Restructuing with maven revision feature
...
Preserving the maven revision feature from the previous commit,
but perform a bit more restructuring the hierarchy.
2020-10-13 15:17:52 -04:00
Daniel Frey
724c4ace5f
Refactor hardcoded versions in functions submodule branches
...
This is so they can be updated in a minimal amount of places and leverage the maven hierarchy to propagate them where appropriate.
While working with SNAPSHOT releases of Spring Boot, Spring Integration, and Spring Cloud, it required touching every pom.xml file
in order to reflect the use of the SNAPSHOT. After this change, it will only be required to change the property in the top
functions pom.xml and the versions will reflect to all submodules.
Maven introduced the ability use a key property, revision to propagate this information to the <parent> declarations in each pom.
This was enabled in Maven 3.5+
https://maven.apache.org/maven-ci-friendly.html
2020-10-13 15:15:59 -04:00
Soby Chacko
86f0ca0c07
Next version updates
...
Functions: 1.0.0-SNAPSHOT
Core Apps: 3.0.0-SNAPSHOT
Apps: 3.0.0-SNAPSHOT
Aggregate Next:2020.0.0-SNAPSHOT
2020-09-29 18:28:20 -04:00
Soby Chacko
e1d29f8d24
Functions: Release - 1.0.0-M3
2020-09-29 14:59:33 -04:00
Soby Chacko
d29a238569
Next version updates
...
Functions: 1.0.0-SNAPSHOT
Core Apps: 3.0.0-SNAPSHOT
Apps: 3.0.0-SNAPSHOT
Aggregate Next:2020.0.0-SNAPSHOT
2020-07-13 16:02:05 -04:00
Soby Chacko
0e685334b2
Functions: Release - 1.0.0-M2
2020-07-13 14:43:36 -04:00
Soby Chacko
51ed4d2f6d
Next version updates
...
Functions: 1.0.0-SNAPSHOT
Core Apps: 3.0.0-SNAPSHOT
Apps: 3.0.0-SNAPSHOT
Aggregate Build: 2020.0.0-SNAPSHOT
2020-06-26 13:49:35 -04:00
Soby Chacko
87e4a2d740
Functions: Release - 1.0.0-M1
2020-06-25 17:42:02 -04:00
Christian Tzolov
a1e26baba8
Replace http https
2020-06-25 18:29:17 +02:00
Christian Tzolov
e60184839a
fix readme links
2020-06-25 14:30:17 +02:00
Christian Tzolov
dffb467da4
Tensorflow functions and applications
...
* initial step
* Tensorflow models functional model redesign
-- Based on https://tzolov.github.io/mind-model-services
-- Resolves #5
* Add object detection processor README
* Add image recognition processor README
* Initial Tensorflow commonn README
* Initial Tensorflow commonn README
* Tensorflow common diagram
* Tensorflow docs code
* Tensorflow docs code snippets improve
* Tensorflow docs code snippets improve
* Tensorflow docs code snippets improve
* Tensorflow docs code snippets improve
* Add semantic segmentation function. add object detecteion function readme
* oo images
* Furether oo readme improvments
* Final obj detection readme fixes
* Add image recognition readme
* Add image recognition readme 2
* Semantic segmentation readme
* Segmentation readme
* Semantic segmentation readme 3
* Fix image recognition and object detcion app starter dependecies
* Add metadata for Tensorflow apps
2020-06-24 18:37:03 -04:00