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

Commit 461e7fd

Browse files
author
mojarra
committed
[maven-release-plugin] prepare release 1.0-edr1
1 parent 9f1d499 commit 461e7fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

api/pom.xml

Lines changed: 4 additions & 3 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-edr1</version>
1313
<packaging>jar</packaging>
1414
<name>MVC ${project.version} API</name>
1515
<url>http://mvc-spec.java.net</url>
@@ -151,7 +151,7 @@
151151
<target>
152152
<copy todir="${project.build.directory}//generated-classes/jacoco">
153153
<fileset dir="${project.build.directory}/classes">
154-
<exclude name="**/*.class"/>
154+
<exclude name="**/*.class" />
155155
</fileset>
156156
</copy>
157157
</target>
@@ -205,5 +205,6 @@
205205
<scm>
206206
<connection>scm:git:git://java.net/mvc-spec~git</connection>
207207
<developerConnection>scm:git:ssh://mriem@git.java.net/mvc-spec~git</developerConnection>
208-
</scm>
208+
<tag>1.0-edr1</tag>
209+
</scm>
209210
</project>

0 commit comments

Comments
 (0)