aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.eu.org>2023-08-09 00:34:49 +0200
committerMarko Zajc <marko@zajc.eu.org>2023-08-09 00:34:49 +0200
commit8264c3c39c2b656593c73ed07436df6033e26a99 (patch)
tree735ee7c5c3412389072195cd1b798e2e8a22315c /pom.xml
parent9a7cab4b8e908f825a3ff0c0d5978c5c53f50bf0 (diff)
parent97e7433b9ead04752ec0e82131ecde915f67605e (diff)
Merge branch 'development'v1.6.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml28
1 files changed, 13 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 6a938c7..f8960ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,9 +3,9 @@
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion> 4 <modelVersion>4.0.0</modelVersion>
5 5
6 <groupId>com.github.markozajc</groupId> 6 <groupId>org.eu.zajc</groupId>
7 <artifactId>akiwrapper</artifactId> 7 <artifactId>akiwrapper</artifactId>
8 <version>1.6.0-1</version> 8 <version>1.6.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>
@@ -132,10 +132,9 @@
132 <plugin> 132 <plugin>
133 <groupId>org.apache.maven.plugins</groupId> 133 <groupId>org.apache.maven.plugins</groupId>
134 <artifactId>maven-enforcer-plugin</artifactId> 134 <artifactId>maven-enforcer-plugin</artifactId>
135 <version>3.1.0</version> 135 <version>3.3.0</version>
136 <executions> 136 <executions>
137 <execution> 137 <execution>
138 <id>enforce-maven</id>
139 <goals> 138 <goals>
140 <goal>enforce</goal> 139 <goal>enforce</goal>
141 </goals> 140 </goals>
@@ -152,11 +151,12 @@
152 151
153 <!-- Javadoc --> 152 <!-- Javadoc -->
154 <plugin> 153 <plugin>
154 <groupId>org.apache.maven.plugins</groupId>
155 <artifactId>maven-javadoc-plugin</artifactId> 155 <artifactId>maven-javadoc-plugin</artifactId>
156 <version>3.4.0</version> 156 <version>3.5.0</version>
157 <executions> 157 <executions>
158 <execution> 158 <execution>
159 <id>attach-javadocs</id> 159 <phase>verify</phase>
160 <goals> 160 <goals>
161 <goal>jar</goal> 161 <goal>jar</goal>
162 </goals> 162 </goals>
@@ -170,10 +170,10 @@
170 <!-- Unit tests --> 170 <!-- Unit tests -->
171 <plugin> 171 <plugin>
172 <artifactId>maven-surefire-plugin</artifactId> 172 <artifactId>maven-surefire-plugin</artifactId>
173 <version>2.22.2</version> 173 <version>3.1.2</version>
174 <executions> 174 <executions>
175 <execution> 175 <execution>
176 <id>test</id> 176 <phase>test</phase>
177 <goals> 177 <goals>
178 <goal>test</goal> 178 <goal>test</goal>
179 </goals> 179 </goals>
@@ -185,7 +185,7 @@
185 <plugin> 185 <plugin>
186 <groupId>org.codehaus.mojo</groupId> 186 <groupId>org.codehaus.mojo</groupId>
187 <artifactId>versions-maven-plugin</artifactId> 187 <artifactId>versions-maven-plugin</artifactId>
188 <version>2.11.0</version> 188 <version>2.16.0</version>
189 <configuration> 189 <configuration>
190 <rulesUri>file://${project.basedir}/versions-ruleset.xml</rulesUri> 190 <rulesUri>file://${project.basedir}/versions-ruleset.xml</rulesUri>
191 </configuration> 191 </configuration>
@@ -204,10 +204,9 @@
204 <plugin> 204 <plugin>
205 <groupId>org.apache.maven.plugins</groupId> 205 <groupId>org.apache.maven.plugins</groupId>
206 <artifactId>maven-source-plugin</artifactId> 206 <artifactId>maven-source-plugin</artifactId>
207 <version>3.2.1</version> 207 <version>3.3.0</version>
208 <executions> 208 <executions>
209 <execution> 209 <execution>
210 <id>attach-sources</id>
211 <goals> 210 <goals>
212 <goal>jar</goal> 211 <goal>jar</goal>
213 </goals> 212 </goals>
@@ -219,10 +218,9 @@
219 <plugin> 218 <plugin>
220 <groupId>org.apache.maven.plugins</groupId> 219 <groupId>org.apache.maven.plugins</groupId>
221 <artifactId>maven-gpg-plugin</artifactId> 220 <artifactId>maven-gpg-plugin</artifactId>
222 <version>3.0.1</version> 221 <version>3.1.0</version>
223 <executions> 222 <executions>
224 <execution> 223 <execution>
225 <id>sign-artifacts</id>
226 <phase>verify</phase> 224 <phase>verify</phase>
227 <goals> 225 <goals>
228 <goal>sign</goal> 226 <goal>sign</goal>
@@ -238,8 +236,8 @@
238 <version>1.6.13</version> 236 <version>1.6.13</version>
239 <extensions>true</extensions> 237 <extensions>true</extensions>
240 <configuration> 238 <configuration>
241 <serverId>ossrh</serverId> 239 <serverId>${nexus.serverid}</serverId>
242 <nexusUrl>https://oss.sonatype.org/</nexusUrl> 240 <nexusUrl>${nexus.url}</nexusUrl>
243 <autoReleaseAfterClose>false</autoReleaseAfterClose> 241 <autoReleaseAfterClose>false</autoReleaseAfterClose>
244 </configuration> 242 </configuration>
245 </plugin> 243 </plugin>