File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2+ <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/maven-v4_0_0.xsd" >
43
54 <!-- Parent -->
65 <parent >
76 <groupId >org.jboss</groupId >
87 <artifactId >jboss-parent</artifactId >
98 <version >22</version >
10- <relativePath />
9+ <relativePath />
1110 </parent >
1211
1312 <!-- Model Version -->
1817 <artifactId >arquillian-extension-byteman</artifactId >
1918 <name >Arquillian Extension Byteman</name >
2019 <description >Byteman integration for the Arquillian project</description >
21- <version >1.0.0.Final-SNAPSHOT </version >
20+ <version >1.0.0</version >
2221
2322 <scm >
2423 <connection >scm:git:git://git@github.com:arquillian/arquillian-extension-byteman.git</connection >
2524 <developerConnection >scm:git:ssh://github.com/arquillian/arquillian-extension-byteman.git</developerConnection >
2625 <url >git://github.com/arquillian/arquillian-extension-byteman.git</url >
27- <tag >HEAD </tag >
26+ <tag >1.0.0 </tag >
2827 </scm >
2928
3029 <!-- Properties -->
3837 <version .xalan>2.7.2</version .xalan>
3938 <path .tools_jar>${java.home} /../lib/tools.jar</path .tools_jar>
4039 <!-- <path.tools_jar>/usr/lib/jvm/java-6-openjdk/lib/tools.jar</path.tools_jar> -->
41- <arq .server.jvm.args.debug></ arq .server.jvm.args.debug >
40+ <arq .server.jvm.args.debug / >
4241 </properties >
4342
4443 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments