Skip to content

Commit b2a5d6c

Browse files
committed
[maven-release-plugin] prepare release esp32-flash-1.1.16
1 parent 0a43f4d commit b2a5d6c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

esp32-flash-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>io.github.dkaukov</groupId>
1717
<artifactId>esp32-flash</artifactId>
18-
<version>1.1.16-SNAPSHOT</version>
18+
<version>1.1.16</version>
1919
</parent>
2020

2121
<artifactId>esp32-flash-example</artifactId>

esp32-flash-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>io.github.dkaukov</groupId>
1717
<artifactId>esp32-flash</artifactId>
18-
<version>1.1.16-SNAPSHOT</version>
18+
<version>1.1.16</version>
1919
</parent>
2020

2121
<artifactId>esp32-flash-lib</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>io.github.dkaukov</groupId>
1717
<artifactId>esp32-flash</artifactId>
18-
<version>1.1.16-SNAPSHOT</version>
18+
<version>1.1.16</version>
1919
<packaging>pom</packaging>
2020

2121
<description>Java library for interacting with ESP32 flash and bootloader from host tools.</description>
@@ -66,7 +66,7 @@
6666
<connection>scm:git:git://github.com/dkaukov/esp32-flash.git</connection>
6767
<developerConnection>scm:git:ssh://[email protected]/dkaukov/esp32-flash.git</developerConnection>
6868
<url>https://github.com/dkaukov/esp32-flash</url>
69-
<tag>HEAD</tag>
69+
<tag>esp32-flash-1.1.16</tag>
7070
</scm>
7171

7272
<dependencies>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>io.github.dkaukov</groupId>
9393
<artifactId>esp32-flash-lib</artifactId>
94-
<version>1.1.16-SNAPSHOT</version>
94+
<version>1.1.16</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.fazecast</groupId>

0 commit comments

Comments
 (0)