Skip to content

Commit

Permalink
latest preview
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Nov 24, 2023
1 parent 0868ced commit 4aac935
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kiota Java Extra

[![Release](https://img.shields.io/github/v/release/kiota-community/kiota-java-extra)](https://search.maven.org/search?q=g:io.kiota.maven%20a:kiota-maven-plugin)
[![Release](https://img.shields.io/github/v/release/kiota-community/kiota-java-extra)](https://search.maven.org/search?q=g:io.kiota%20a:kiota-maven-plugin)

Integrations, utilities and alternative implementations to work with [Kiota](https://github.com/microsoft/kiota) in Java.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,14 @@ public class KiotaMojo extends AbstractMojo {
/**
* Base URL to be used for the download
*/
// TODO: fix me when Kiota 1.9.0 is out
// @Parameter(defaultValue = "https://github.com/microsoft/kiota/releases/download")
@Parameter(defaultValue = "https://github.com/andreaTP/kiota-prerelease/releases/download")
@Parameter(defaultValue = "https://github.com/microsoft/kiota/releases/download")
private String baseURL;

/**
* Version of Kiota to be used
*/
// TODO: fix me when Kiota 1.9.0 is out
// @Parameter(defaultValue = "1.7.0")
@Parameter(defaultValue = "0.0.0-pre+microsoft.main.f84da5a")
@Parameter(defaultValue = "1.9.0-preview.202311230001")
private String kiotaVersion;

// Kiota Options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
quarkus.kiota.release.url=https://github.com/andreaTP/kiota-prerelease/releases
quarkus.kiota.version=0.0.0-pre+microsoft.main.f84da5a
quarkus.kiota.version=1.9.0-preview.202311230001
Original file line number Diff line number Diff line change
@@ -1 +1 @@
quarkus.kiota.provided=quarkus/integration-tests/000/target/kiota/0.0.0-pre+microsoft.main.f84da5a/kiota
quarkus.kiota.provided=quarkus/integration-tests/000/target/kiota/1.9.0-preview.202311230001/kiota
Original file line number Diff line number Diff line change
@@ -1 +1 @@
quarkus.kiota.provided=quarkus/integration-tests/000/target/kiota/0.0.0-pre+microsoft.main.f84da5a/kiota
quarkus.kiota.provided=quarkus/integration-tests/000/target/kiota/1.9.0-preview.202311230001/kiota
Original file line number Diff line number Diff line change
@@ -1 +1 @@
quarkus.kiota.provided=quarkus/integration-tests/000/target/kiota/0.0.0-pre+microsoft.main.f84da5a/kiota
quarkus.kiota.provided=quarkus/integration-tests/000/target/kiota/1.9.0-preview.202311230001/kiota
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
quarkus.kiota.provided=quarkus/integration-tests/000/target/kiota/0.0.0-pre+microsoft.main.f84da5a/kiota
quarkus.kiota.provided=quarkus/integration-tests/000/target/kiota/1.9.0-preview.202311230001/kiota
quarkus.kiota.example.yaml.package-name=foo.bar
quarkus.kiota.example.yaml.class-name=MyApiClient
2 changes: 1 addition & 1 deletion quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>

<description>A Quarkus Extension generate code with Kiota</description>
<description>A Quarkus Extension to generate code with Kiota</description>

<modules>
<module>deployment</module>
Expand Down

0 comments on commit 4aac935

Please sign in to comment.