Skip to content

Commit 6d808ef

Browse files
committed
bump version
1 parent 409a0dc commit 6d808ef

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

chain-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev</groupId>
88
<artifactId>agentic-patterns</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>agentic-patterns-chain-workflow</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev</groupId>
88
<artifactId>agentic-patterns</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>agentic-patterns-core</artifactId>

evaluator-optimizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev</groupId>
88
<artifactId>agentic-patterns</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>agentic-patterns-evaluator-optimizer</artifactId>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev</groupId>
88
<artifactId>agentic-patterns</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>agentic-patterns-examples</artifactId>
@@ -17,7 +17,7 @@
1717
<maven.compiler.source>21</maven.compiler.source>
1818
<maven.compiler.target>21</maven.compiler.target>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<agentic-patterns.version>0.1.0</agentic-patterns.version>
20+
<agentic-patterns.version>0.1.1</agentic-patterns.version>
2121
<spring-ai.version>1.0.0-M5</spring-ai.version>
2222
<spring-boot.version>3.4.1</spring-boot.version>
2323
</properties>

parallelization-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev</groupId>
88
<artifactId>agentic-patterns</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>agentic-patterns-parallelization-workflow</artifactId>

pom.xml

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

77
<groupId>com.javaaidev</groupId>
88
<artifactId>agentic-patterns</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
<packaging>pom</packaging>
1111
<name>Agentic Patterns</name>
1212
<description>Agentic Patterns implementation using Spring AI</description>

routing-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev</groupId>
88
<artifactId>agentic-patterns</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>agentic-patterns-routing-workflow</artifactId>

task-execution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.javaaidev</groupId>
88
<artifactId>agentic-patterns</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>agentic-patterns-task-execution</artifactId>

0 commit comments

Comments
 (0)