@@ -19,7 +19,7 @@ specific language governing permissions and limitations
1919under the License.
2020-->
2121
22- <project xmlns : xsi =' http://www.w3.org/2001/XMLSchema-instance' xsi : schemaLocation =' http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns = ' http://maven.apache.org/POM/4.0.0 ' >
22+ <project xmlns = " http://maven.apache.org/POM/4.0.0 " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2323 <modelVersion >4.0.0</modelVersion >
2424
2525 <parent >
@@ -30,7 +30,7 @@ under the License.
3030 </parent >
3131
3232 <artifactId >maven-eclipse-plugin</artifactId >
33- <version >2.10-SNAPSHOT </version >
33+ <version >2.10</version >
3434 <packaging >maven-plugin</packaging >
3535
3636 <name >Apache Maven Eclipse Plugin</name >
@@ -43,10 +43,10 @@ under the License.
4343 </prerequisites >
4444
4545 <scm >
46- <connection >scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk /maven-eclipse-plugin/ </connection >
47- <developerConnection >scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk /maven-eclipse-plugin/
46+ <connection >scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags /maven-eclipse-plugin-2.10 </connection >
47+ <developerConnection >scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags /maven-eclipse-plugin-2.10
4848 </developerConnection >
49- <url >http://svn.apache.org/viewvc/maven/plugins/trunk /maven-eclipse-plugin/ </url >
49+ <url >http://svn.apache.org/viewvc/maven/plugins/tags /maven-eclipse-plugin-2.10 </url >
5050 </scm >
5151 <issueManagement >
5252 <system >JIRA</system >
@@ -409,10 +409,9 @@ under the License.
409409 <phase >process-resources</phase >
410410 <configuration >
411411 <target >
412- <available property =" it_settings_file" file =" src/it/settings-${user.name}.xml"
413- value =" src/it/settings-${user.name}.xml" />
414- <property name =" it_settings_file" location =" src/it/settings-default.xml" />
415- <copy file =" ${it_settings_file}" tofile =" src/it/settings.xml" />
412+ <available property =" it_settings_file" file =" src/it/settings-${user.name}.xml" value =" src/it/settings-${user.name}.xml" />
413+ <property name =" it_settings_file" location =" src/it/settings-default.xml" />
414+ <copy file =" ${it_settings_file}" tofile =" src/it/settings.xml" />
416415 </target >
417416 </configuration >
418417 <goals >
@@ -424,8 +423,8 @@ under the License.
424423 <phase >post-integration-test</phase >
425424 <configuration >
426425 <target >
427- <property name =" script" location =" verify-integration-tests-checks.bsh" />
428- <script language =" beanshell" src =" ${script}" />
426+ <property name =" script" location =" verify-integration-tests-checks.bsh" />
427+ <script language =" beanshell" src =" ${script}" />
429428 </target >
430429 </configuration >
431430 <goals >
0 commit comments