File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11☕️ __ LLaMA-Java-Core__
22
33- Update llama-java libs.
4+ - Fix missing project in Maven deploy.
5+
6+ ** Note: Please use the latest version of the Java library**
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >chat.octet</groupId >
88 <artifactId >llama-java</artifactId >
9- <version >1.3.3-SNAPSHOT </version >
9+ <version >1.3.4 </version >
1010 </parent >
1111
1212 <artifactId >llama-java-app</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >chat.octet</groupId >
88 <artifactId >llama-java</artifactId >
9- <version >1.3.3-SNAPSHOT </version >
9+ <version >1.3.4 </version >
1010 </parent >
1111
1212 <artifactId >llama-java-core</artifactId >
Original file line number Diff line number Diff line change 77 <groupId >chat.octet</groupId >
88 <artifactId >llama-java</artifactId >
99 <packaging >pom</packaging >
10- <version >1.3.3-SNAPSHOT </version >
10+ <version >1.3.4 </version >
1111
1212 <properties >
1313 <maven .compiler.source>8</maven .compiler.source>
1919 <lombok .version>1.18.26</lombok .version>
2020 <guava .version>32.1.2-jre</guava .version>
2121 <spring-boot .version>2.7.16</spring-boot .version>
22- <llama .java.version>1.3.3-SNAPSHOT </llama .java.version>
22+ <llama .java.version>1.3.4 </llama .java.version>
2323 <maven .deploy.skip>true</maven .deploy.skip>
2424 </properties >
2525
You can’t perform that action at this time.
0 commit comments