Skip to content

Commit d950ac2

Browse files
committed
releasing v0.5.0
1 parent a7b8558 commit d950ac2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jplotter/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.hageldave.jplotter</groupId>
66
<artifactId>jplotter</artifactId>
7-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.5.0</version>
88

99
<name>JPlotter</name>
1010
<url>https://github.com/hageldave/JPlotter</url>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-source-plugin</artifactId>
75-
<version>2.4</version>
75+
<version>3.2.1</version>
7676
<executions>
7777
<execution>
7878
<id>attach-sources</id>
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-javadoc-plugin</artifactId>
90-
<version>2.10.3</version>
90+
<version>3.2.0</version>
9191
<executions>
9292
<execution>
9393
<id>attach-javadocs</id>
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-gpg-plugin</artifactId>
105-
<version>1.5</version>
105+
<version>1.6</version>
106106
<executions>
107107
<execution>
108108
<id>sign-artifacts</id>
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.sonatype.plugins</groupId>
120120
<artifactId>nexus-staging-maven-plugin</artifactId>
121-
<version>1.6.3</version>
121+
<version>1.6.8</version>
122122
<extensions>true</extensions>
123123
<configuration>
124124
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)