Skip to content

Commit f1edf8c

Browse files
committed
update version
1 parent 27fd6bd commit f1edf8c

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.2</version>
9+
<version>0.1.3</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.2</version>
9+
<version>0.1.3</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.2</version>
9+
<version>0.1.3</version>
1010
</parent>
1111

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

examples/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.2</version>
9+
<version>0.1.3</version>
1010
</parent>
1111

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

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.2</version>
9+
<version>0.1.3</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.2</version>
9+
<version>0.1.3</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.2</version>
9+
<version>0.1.3</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.2</version>
9+
<version>0.1.3</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)