Skip to content

Commit

Permalink
build: update artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed May 14, 2024
1 parent bc1ef69 commit 5995f6e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions agents-jdk17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@

<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j</artifactId>
<artifactId>langgraph4j-jdk17</artifactId>
<version>${project.version}</version>
<classifier>jdk17</classifier>
</dependency>

<dependency>
Expand Down Expand Up @@ -59,6 +58,7 @@

<build>
<plugins>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -75,7 +75,7 @@
</execution>
</executions>
</plugin>

-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions agents-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>langgraph4j-agents</artifactId>
<artifactId>langgraph4j-agents-jdk8</artifactId>
<packaging>jar</packaging>

<name>langgraph4j::agents::jdk8</name>
Expand All @@ -19,9 +19,8 @@

<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j</artifactId>
<artifactId>langgraph4j-jdk8</artifactId>
<version>${project.version}</version>
<classifier>jdk8</classifier>
</dependency>

<dependency>
Expand Down Expand Up @@ -66,6 +65,7 @@

<build>
<plugins>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -82,7 +82,7 @@
</execution>
</executions>
</plugin>

-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
4 changes: 3 additions & 1 deletion core-jdk17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>langgraph4j</artifactId>
<artifactId>langgraph4j-jdk17</artifactId>
<packaging>jar</packaging>
<name>langgraph4j::core::jdk17</name>

Expand All @@ -25,6 +25,7 @@

<build>
<plugins>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -41,6 +42,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>

Expand Down
4 changes: 3 additions & 1 deletion core-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>langgraph4j</artifactId>
<artifactId>langgraph4j-jdk8</artifactId>
<packaging>jar</packaging>
<name>langgraph4j::core::jdk8</name>

Expand Down Expand Up @@ -37,6 +37,7 @@

<build>
<plugins>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -53,6 +54,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>

Expand Down

0 comments on commit 5995f6e

Please sign in to comment.