Skip to content

Commit 70d5a4f

Browse files
committed
bump version
1 parent 220d34e commit 70d5a4f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

astm-http-lib/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.itech</groupId>
66
<artifactId>astm-http-lib</artifactId>
7-
<version>2.3.4</version>
7+
<version>2.3.5</version>
88

99
<properties>
1010
<java.version>21</java.version>
@@ -36,6 +36,7 @@
3636
<version>3.14.0</version>
3737
</dependency>
3838

39+
3940
</dependencies>
4041

4142
<build>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>org.itech</groupId>
1313
<artifactId>astm-http-bridge</artifactId>
14-
<version>2.3.4</version>
14+
<version>2.3.5</version>
1515
<name>astm-http-bridge</name>
1616
<description>Translates astm to http and vice versa</description>
1717
<properties>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.itech</groupId>
3232
<artifactId>astm-http-lib</artifactId>
33-
<version>2.3.4</version>
33+
<version>2.3.5</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>
@@ -57,4 +57,4 @@
5757
</plugins>
5858
</build>
5959

60-
</project>
60+
</project>

0 commit comments

Comments
 (0)