Skip to content

Commit 0089c5c

Browse files
authored
release 0.1 (#14)
1 parent 934dc97 commit 0089c5c

File tree

8 files changed

+8
-9
lines changed

8 files changed

+8
-9
lines changed

llm4j-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.llm4j</groupId>
99
<artifactId>llm4j-parent</artifactId>
10-
<version>0.0-SNAPSHOT</version>
10+
<version>0.1</version>
1111
<relativePath>../parent-pom.xml</relativePath>
1212
</parent>
1313

llm4j-cohere/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.llm4j</groupId>
99
<artifactId>llm4j-parent</artifactId>
10-
<version>0.0-SNAPSHOT</version>
10+
<version>0.1</version>
1111
<relativePath>../parent-pom.xml</relativePath>
1212
</parent>
1313

llm4j-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.llm4j</groupId>
99
<artifactId>llm4j-parent</artifactId>
10-
<version>0.0-SNAPSHOT</version>
10+
<version>0.1</version>
1111
<relativePath>../parent-pom.xml</relativePath>
1212
</parent>
1313

llm4j-huggingface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.llm4j</groupId>
99
<artifactId>llm4j-parent</artifactId>
10-
<version>0.0-SNAPSHOT</version>
10+
<version>0.1</version>
1111
<relativePath>../parent-pom.xml</relativePath>
1212
</parent>
1313

llm4j-openai/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.llm4j</groupId>
99
<artifactId>llm4j-parent</artifactId>
10-
<version>0.0-SNAPSHOT</version>
10+
<version>0.1</version>
1111
<relativePath>../parent-pom.xml</relativePath>
1212
</parent>
1313

@@ -23,7 +23,6 @@
2323
<module-name>org.llm4j.openai</module-name>
2424
<llm4j.provider.implementation>org.llm4j.openai.OpenAIServiceProvider</llm4j.provider.implementation>
2525
<llm4j.provider.type>openai</llm4j.provider.type>
26-
<palm.version>0.0.0-SNAPSHOT</palm.version>
2726
</properties>
2827

2928
<dependencies>

llm4j-palm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.llm4j</groupId>
99
<artifactId>llm4j-parent</artifactId>
10-
<version>0.0-SNAPSHOT</version>
10+
<version>0.1</version>
1111
<relativePath>../parent-pom.xml</relativePath>
1212
</parent>
1313

parent-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.llm4j</groupId>
99
<artifactId>llm4j-bom</artifactId>
10-
<version>0.0-SNAPSHOT</version>
10+
<version>0.1</version>
1111
<relativePath>pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.llm4j</groupId>
88
<artifactId>llm4j-bom</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.0-SNAPSHOT</version>
10+
<version>0.1</version>
1111

1212
<name>LLM4J BOM</name>
1313
<description>LLM4J project BOM</description>

0 commit comments

Comments
 (0)