Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 867ddcf

Browse files
author
MVC
committed
[maven-release-plugin] prepare release javax.mvc-api-1.0-edr2
1 parent d45eebd commit 867ddcf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>javax.mvc</groupId>
1111
<artifactId>javax.mvc-api</artifactId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0-edr2</version>
1313
<packaging>jar</packaging>
1414
<name>MVC ${project.version} API</name>
1515
<url>http://mvc-spec.java.net</url>
@@ -86,9 +86,7 @@
8686
<phase>validate</phase>
8787
<configuration>
8888
<target>
89-
<copy file="${basedir}/../spec/spec.pdf"
90-
tofile="${basedir}/src/main/spec/spec.pdf"
91-
overwrite="yes"/>
89+
<copy file="${basedir}/../spec/spec.pdf" tofile="${basedir}/src/main/spec/spec.pdf" overwrite="yes" />
9290
</target>
9391
</configuration>
9492
<goals>

0 commit comments

Comments
 (0)