Skip to content

Commit 3393a5f

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2026-02-25) ### Bug Fixes * naming in docs ([608ff3b](608ff3b)) * rename routeId parameter to route ([fae9ec6](fae9ec6))
1 parent dc81c68 commit 3393a5f

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.2](https://github.com/lettermint/lettermint-java/compare/v1.0.1...v1.0.2) (2026-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* naming in docs ([608ff3b](https://github.com/lettermint/lettermint-java/commit/608ff3b402731f01c836cf281f6a04c11ca74a62))
7+
* rename routeId parameter to route ([fae9ec6](https://github.com/lettermint/lettermint-java/commit/fae9ec6de53d4d21af1d7101eff934d1af042ca8))
8+
19
## [1.0.1](https://github.com/lettermint/lettermint-java/compare/v1.0.0...v1.0.1) (2026-01-29)
210

311

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'co.lettermint'
8-
version = '1.0.1'
8+
version = '1.0.2'
99

1010
java {
1111
sourceCompatibility = JavaVersion.VERSION_1_8

pom.xml

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

77
<groupId>co.lettermint</groupId>
88
<artifactId>lettermint</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Lettermint Java SDK</name>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.codehaus.mojo</groupId>
8282
<artifactId>templating-maven-plugin</artifactId>
83-
<version>1.0.1</version>
83+
<version>1.0.2</version>
8484
<executions>
8585
<execution>
8686
<id>filter-src</id>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-compiler-plugin</artifactId>
96-
<version>1.0.1</version>
96+
<version>1.0.2</version>
9797
<configuration>
9898
<source>1.8</source>
9999
<target>1.8</target>
@@ -102,12 +102,12 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-surefire-plugin</artifactId>
105-
<version>1.0.1</version>
105+
<version>1.0.2</version>
106106
</plugin>
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-jar-plugin</artifactId>
110-
<version>1.0.1</version>
110+
<version>1.0.2</version>
111111
<configuration>
112112
<archive>
113113
<manifest>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-source-plugin</artifactId>
122-
<version>1.0.1</version>
122+
<version>1.0.2</version>
123123
<executions>
124124
<execution>
125125
<id>attach-sources</id>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>1.0.1</version>
135+
<version>1.0.2</version>
136136
<executions>
137137
<execution>
138138
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)