Skip to content

Commit e061f30

Browse files
committed
Update Maven plugin versions
1 parent 1e40134 commit e061f30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@
169169
<dependency>
170170
<groupId>org.apache.maven.scm</groupId>
171171
<artifactId>maven-scm-api</artifactId>
172-
<version>1.11.1</version>
172+
<version>2.1.0</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.apache.maven.scm</groupId>
176176
<artifactId>maven-scm-provider-gitexe</artifactId>
177-
<version>1.11.1</version>
177+
<version>2.1.0</version>
178178
</dependency>
179179
</dependencies>
180180
</plugin>
@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>org.sonatype.plugins</groupId>
185185
<artifactId>nexus-staging-maven-plugin</artifactId>
186-
<version>1.6.7</version>
186+
<version>1.7.0</version>
187187
<extensions>true</extensions>
188188
<configuration>
189189
<serverId>ossrh</serverId>
@@ -246,7 +246,7 @@
246246
<connection>scm:git:git@github.com:FileSysOrg/jfileserver.git</connection>
247247
<developerConnection>scm:git:git@github.com:FileSysOrg/jfileserver.git</developerConnection>
248248
<url>https://github.com/FileSysOrg/jfileserver</url>
249-
<tag>jfileserver-1.3.16</tag>
249+
<tag>jfileserver-1.4.0</tag>
250250
</scm>
251251

252252
<distributionManagement>

0 commit comments

Comments
 (0)