We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763dc6b commit 944a343Copy full SHA for 944a343
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
13
<artifactId>xrates</artifactId>
14
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
15
16
<properties>
17
<server.port>8022</server.port>
@@ -145,7 +145,7 @@
145
<plugin>
146
<groupId>org.apache.maven.plugins</groupId>
147
<artifactId>maven-remote-resources-plugin</artifactId>
148
- <version>1.7.0</version>
+ <version>3.0.0</version>
149
<dependencies>
150
<dependency>
151
<groupId>org.apache.maven.shared</groupId>
0 commit comments