Skip to content

Commit

Permalink
Changing pom.xml headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas-Koheda committed Nov 14, 2024
1 parent 9618410 commit 7ee36c6
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-spring</artifactId>
<version>0.37.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-google-ai-gemini</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>langchain4j-google-ai-gemini</name>
<description>langchain4j-google-ai-gemini</description>
<url/>
<licenses>
<license/>
</licenses>
<developers>
<developer/>
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
</scm>

<artifactId>langchain4j-google-ai-gemini-spring-boot-starter</artifactId>

<name>Langchain4j Spring Boot Starter for Google Gemini AI Model</name>


<properties>
<java.version>21</java.version>
</properties>
Expand Down
8 changes: 0 additions & 8 deletions langchain4j-google-ai-gemini/.idea/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions langchain4j-google-ai-gemini/.idea/compiler.xml

This file was deleted.

6 changes: 0 additions & 6 deletions langchain4j-google-ai-gemini/.idea/encodings.xml

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions langchain4j-google-ai-gemini/.idea/jarRepositories.xml

This file was deleted.

12 changes: 0 additions & 12 deletions langchain4j-google-ai-gemini/.idea/misc.xml

This file was deleted.

7 changes: 0 additions & 7 deletions langchain4j-google-ai-gemini/.idea/vcs.xml

This file was deleted.

0 comments on commit 7ee36c6

Please sign in to comment.