aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Zajc <marko.zajc@protonmail.com>2019-08-01 13:31:43 +0200
committerMarko Zajc <marko.zajc@protonmail.com>2019-08-01 13:31:43 +0200
commite2fc0bbbdfc8785b4ee7245c8964dc7b33586599 (patch)
tree4af5a9c2d0658f35de535af5f68bd7c06b7cc352
parent36b3fc1cc4493ff610d672cba513c6e326260392 (diff)
Bump versionv1.4.3.1
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a7eb584..5a6d3eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
5 5
6 <groupId>com.github.markozajc</groupId> 6 <groupId>com.github.markozajc</groupId>
7 <artifactId>akiwrapper</artifactId> 7 <artifactId>akiwrapper</artifactId>
8 <version>1.4.3</version> 8 <version>1.4.3.1</version>
9 9
10 <name>Akiwrapper</name> 10 <name>Akiwrapper</name>
11 <description>A Java API wrapper for Akinator</description> 11 <description>A Java API wrapper for Akinator</description>
@@ -126,12 +126,12 @@
126 <plugin> 126 <plugin>
127 <groupId>org.sonatype.plugins</groupId> 127 <groupId>org.sonatype.plugins</groupId>
128 <artifactId>nexus-staging-maven-plugin</artifactId> 128 <artifactId>nexus-staging-maven-plugin</artifactId>
129 <version>1.6.8</version> 129 <version>1.6.7</version>
130 <extensions>true</extensions> 130 <extensions>true</extensions>
131 <configuration> 131 <configuration>
132 <serverId>ossrh</serverId> 132 <serverId>ossrh</serverId>
133 <nexusUrl>https://oss.sonatype.org/</nexusUrl> 133 <nexusUrl>https://oss.sonatype.org/</nexusUrl>
134 <autoReleaseAfterClose>true</autoReleaseAfterClose> 134 <autoReleaseAfterClose>false</autoReleaseAfterClose>
135 </configuration> 135 </configuration>
136 </plugin> 136 </plugin>
137 137