We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2ad06 commit 8618655Copy full SHA for 8618655
.releaserc.json
@@ -8,6 +8,7 @@
8
"changelogFile": "HISTORY.md"
9
}
10
],
11
+ "@conveyal/maven-semantic-release",
12
[
13
"@semantic-release/git",
14
{
@@ -20,7 +21,6 @@
20
21
]
22
23
- "@semantic-release/github",
24
- "@conveyal/maven-semantic-release"
+ "@semantic-release/github"
25
26
pom.xml
@@ -7,7 +7,7 @@
7
</properties>
<groupId>net.hexonet.apiconnector</groupId>
<artifactId>java-sdk</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
<packaging>jar</packaging>
<name>java-sdk</name>
<description>A connector library for the insanely fast HEXONET backend API.</description>
0 commit comments