Skip to content

Commit c4d3bd7

Browse files
committed
Merge branch 'main' into develop
2 parents 1797f2a + 1a86d5f commit c4d3bd7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/complete-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.fireflyframework.example</groupId>
99
<artifactId>complete-example</artifactId>
10-
<version>26.01.01</version>
10+
<version>26.02.01</version>
1111
<packaging>jar</packaging>
1212

1313
<name>Firefly Framework - Common Client - Complete Example</name>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.fireflyframework</groupId>
3434
<artifactId>fireflyframework-client</artifactId>
35-
<version>26.01.01</version>
35+
<version>26.02.01</version>
3636
</dependency>
3737

3838
<!-- Spring Boot Starters -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>org.fireflyframework</groupId>
99
<artifactId>fireflyframework-parent</artifactId>
10-
<version>26.01.01</version>
10+
<version>26.02.01</version>
1111
</parent>
1212

1313
<artifactId>fireflyframework-client</artifactId>
14-
<version>26.01.01</version>
14+
<version>26.02.01</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Firefly Framework - Common Client Library</name>

0 commit comments

Comments
 (0)