Skip to content

Commit a58e860

Browse files
committed
validate the project after the image class naming convention
- Fix the sample project by importing latest jar fixes. - Prepare for next release version 0.6.3 with new image naming convention.
1 parent 7af93b6 commit a58e860

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

core/com.intellijava.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.barqawiz</groupId>
88
<artifactId>intellijava.core</artifactId>
9-
<version>0.6.2</version>
9+
<version>0.6.3</version>
1010

1111
<name>Intellijava</name>
1212
<description>IntelliJava allows java developers to easily integrate with the latest language models, image generation, and deep learning frameworks.</description>

sample_code/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</attributes>
99
</classpathentry>
1010
<classpathentry kind="lib" path="jars/gson-2.8.9.jar"/>
11-
<classpathentry kind="lib" path="jars/intellijava.core-0.6.1.jar"/>
11+
<classpathentry kind="lib" path="jars/intellijava.core-0.6.3.jar"/>
1212
<classpathentry kind="output" path="bin"/>
1313
</classpath>
25.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)