Skip to content

Commit 1cf35ad

Browse files
SDK regeneration
1 parent f9353bd commit 1cf35ad

99 files changed

Lines changed: 2409 additions & 5303 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.fern/metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "3.55.7",
2+
"cliVersion": "3.56.8",
33
"generatorName": "fernapi/fern-java-sdk",
4-
"generatorVersion": "3.24.1",
4+
"generatorVersion": "3.34.6",
55
"generatorConfig": {
66
"package-prefix": "com.icepanel",
77
"client-class-name": "IcePanelClient",
@@ -11,5 +11,6 @@
1111
"inline-path-parameters": true,
1212
"package-layout": "flat",
1313
"use-local-date-for-dates": true
14-
}
14+
},
15+
"sdkVersion": "0.0.495"
1516
}

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,4 @@ jobs:
5858
env:
5959
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
6060
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
61-
MAVEN_SIGNATURE_SECRET_KEY_ID: ${{ secrets.MAVEN_SIGNATURE_SECRET_KEY_ID }}
62-
MAVEN_SIGNATURE_PASSWORD: ${{ secrets.MAVEN_SIGNATURE_PASSWORD }}
63-
MAVEN_SIGNATURE_SECRET_KEY: ${{ secrets.MAVEN_SIGNATURE_SECRET_KEY }}
6461
MAVEN_PUBLISH_REGISTRY_URL: "https://s01.oss.sonatype.org/content/repositories/releases/"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add the dependency in your `pom.xml` file:
4040
<dependency>
4141
<groupId>com.icepanel</groupId>
4242
<artifactId>sdk</artifactId>
43-
<version>0.0.443</version>
43+
<version>0.0.495</version>
4444
</dependency>
4545
```
4646

@@ -58,7 +58,7 @@ import com.icepanel.core.Environment;
5858

5959
IcePanelClient client = IcePanelClient
6060
.builder()
61-
.environment(Environment.Production V1)
61+
.environment(Environment.API V1)
6262
.build();
6363
```
6464

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ java {
4747

4848
group = 'com.icepanel'
4949

50-
version = '0.0.443'
50+
version = '0.0.495'
5151

5252
jar {
5353
dependsOn(":generatePomFileForMavenPublication")
@@ -78,7 +78,7 @@ publishing {
7878
maven(MavenPublication) {
7979
groupId = 'com.icepanel'
8080
artifactId = 'sdk'
81-
version = '0.0.443'
81+
version = '0.0.495'
8282
from components.java
8383
pom {
8484
name = 'IcePanel <mail@icepanel.io>'

0 commit comments

Comments
 (0)