Skip to content

Commit 8edc331

Browse files
author
CI
committed
Releasing version 1.0.150
1 parent 4bd4cae commit 8edc331

2 files changed

Lines changed: 4 additions & 17 deletions

File tree

docs/FAQ.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,10 @@ Yes - The FDK implements the IO/contract with the FN service and is required to
1818
Fn Flow is a [Java API](https://github.com/fnproject/fn-java-fdk/blob/master/docs/FnFlowsUserGuide.md) and [corresponding service](https://github.com/fnproject/flow) that helps you create complex, long-running, fault-tolerant functions using a promises-style asynchronous API. Check out the [Fn Flow docs](https://github.com/fnproject/fn-java-fdk/blob/master/docs/FnFlowsUserGuide.md) for more information.
1919

2020
### How do I get the FDK?
21-
The FDK is automatically added to your project if you built your function using `fn init --runtime=java`. The `api` and `testing` JARs are published on [our bintray](https://bintray.com/fnproject/fnproject) and the `runtime` is published in our [Docker hub repository](https://hub.docker.com/r/fnproject/fn-java-fdk/).
22-
21+
The FDK is automatically added to your project if you built your function using `fn init --runtime=java`. The `api` and `testing` JARs are published on [our maven central repository](https://search.maven.org/search?q=g:com.fnproject.fn) and the `runtime` is published in our [Docker hub repository](https://hub.docker.com/r/fnproject/fn-java-fdk/).
2322
### How do I add the FDK to an existing project?
24-
1. Find the latest release from the [releases page](https://github.com/fnproject/fn-java-fdk/releases). For example `1.0.32`.
25-
1. The FDK JAR is published on [Bintray](https://bintray.com/fnproject/fnproject). Add the repository to your`pom.xml` `repositories` section:
26-
```xml
27-
<repository>
28-
<id>fn-release-repo</id>
29-
<url>https://dl.bintray.com/fnproject/fnproject</url>
30-
<releases>
31-
<enabled>true</enabled>
32-
</releases>
33-
<snapshots>
34-
<enabled>false</enabled>
35-
</snapshots>
36-
</repository>
37-
```
23+
1. Find the latest release from the [releases page](https://github.com/fnproject/fn-java-fdk/releases). For example `1.0.149`.
24+
1. The FDK JAR is published on [Maven Central](https://search.maven.org/search?q=g:com.fnproject.fn). Add the repository to your`pom.xml` `repositories` section:
3825
1. Add the dependency to your `dependency` section. Make sure that the `version` tag matches the latest release that you looked up above.
3926
```xml
4027
<dependency>

release.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.149
1+
1.0.150

0 commit comments

Comments
 (0)