File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
Expand file tree Collapse file tree 4 files changed +7
-9
lines changed 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >org.jboss.weld</groupId >
76 <artifactId >weld-junit-parent</artifactId >
8- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0.Final </version >
98 </parent >
109
1110 <artifactId >weld-junit-common</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jboss.weld</groupId >
66 <artifactId >weld-junit-parent</artifactId >
7- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0.Final </version >
88 </parent >
99
1010 <artifactId >weld-junit4</artifactId >
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <parent >
76 <groupId >org.jboss.weld</groupId >
87 <artifactId >weld-junit-parent</artifactId >
9- <version >1.2.0-SNAPSHOT </version >
8+ <version >1.2.0.Final </version >
109 </parent >
1110
1211 <artifactId >weld-junit5</artifactId >
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <artifactId >weld-junit-parent</artifactId >
44 <packaging >pom</packaging >
5- <version >1.2.0-SNAPSHOT </version >
5+ <version >1.2.0.Final </version >
66
77 <name >Weld JUnit Extensions</name >
88 <description >Set of JUnit extensions to enhance the testing of CDI components.</description >
2626 <connection >scm:git:git://github.com:weld/weld-junit.git</connection >
2727 <developerConnection >scm:git:git@github.com:weld/weld-junit.git</developerConnection >
2828 <url >https://github.com/weld/weld-junit</url >
29- <tag >HEAD </tag >
29+ <tag >1.2.0.Final </tag >
3030 </scm >
3131
3232 <developers >
You can’t perform that action at this time.
0 commit comments