File tree Expand file tree Collapse file tree
component-inspector-swing 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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.tangorabox</groupId >
86 <artifactId >component-inspector</artifactId >
9- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
108 </parent >
119
1210 <artifactId >component-inspector-core</artifactId >
1311 <name >component-inspector-core</name >
14- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1513
1614</project >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.tangorabox</groupId >
86 <artifactId >component-inspector</artifactId >
9- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
108 </parent >
119
1210 <artifactId >component-inspector-fx</artifactId >
1311 <name >component-inspector-fx</name >
14- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1513
1614 <dependencies >
1715 <dependency >
1816 <groupId >com.tangorabox</groupId >
1917 <artifactId >component-inspector-core</artifactId >
20- <version >1.0-SNAPSHOT </version >
18+ <version >1.0</version >
2119 </dependency >
2220 <dependency >
2321 <groupId >org.openjfx</groupId >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.tangorabox</groupId >
86 <artifactId >component-inspector</artifactId >
9- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
108 </parent >
119
1210 <artifactId >component-inspector-swing</artifactId >
1311 <name >component-inspector-swing</name >
14- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1513
1614 <dependencies >
1715 <dependency >
1816 <groupId >com.tangorabox</groupId >
1917 <artifactId >component-inspector-core</artifactId >
20- <version >1.0-SNAPSHOT </version >
18+ <version >1.0</version >
2119 </dependency >
2220 </dependencies >
2321
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.tangorabox</groupId >
86 <artifactId >component-inspector</artifactId >
9- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
108 </parent >
119
1210 <artifactId >hybrid-example</artifactId >
1311 <name >hybrid-example</name >
14- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1513
1614 <dependencies >
1715 <dependency >
1816 <groupId >com.tangorabox</groupId >
1917 <artifactId >component-inspector-fx</artifactId >
20- <version >1.0-SNAPSHOT </version >
18+ <version >1.0</version >
2119 </dependency >
2220 <dependency >
2321 <groupId >com.tangorabox</groupId >
2422 <artifactId >component-inspector-swing</artifactId >
25- <version >1.0-SNAPSHOT </version >
23+ <version >1.0</version >
2624 </dependency >
2725 <dependency >
2826 <groupId >com.tangorabox</groupId >
2927 <artifactId >javafx-example</artifactId >
30- <version >1.0-SNAPSHOT </version >
28+ <version >1.0</version >
3129 </dependency >
3230 <dependency >
3331 <groupId >com.tangorabox</groupId >
3432 <artifactId >swing-example</artifactId >
35- <version >1.0-SNAPSHOT </version >
33+ <version >1.0</version >
3634 </dependency >
3735 <dependency >
3836 <groupId >org.openjfx</groupId >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.tangorabox</groupId >
86 <artifactId >component-inspector</artifactId >
9- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
108 </parent >
119
1210 <artifactId >javafx-example</artifactId >
1311 <name >javafx-example</name >
14- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1513
1614 <dependencies >
1715 <dependency >
1816 <groupId >com.tangorabox</groupId >
1917 <artifactId >component-inspector-fx</artifactId >
20- <version >1.0-SNAPSHOT </version >
18+ <version >1.0</version >
2119 </dependency >
2220 <dependency >
2321 <groupId >org.openjfx</groupId >
Original file line number Diff line number Diff line change 55
66 <groupId >com.tangorabox</groupId >
77 <artifactId >component-inspector</artifactId >
8- <version >1.0-SNAPSHOT </version >
8+ <version >1.0</version >
99 <name >component-inspector</name >
1010
1111 <url >https://github.com/TangoraBox/ComponentInspector</url >
5656 <connection >scm:git:git://github.com/TangoraBox/ComponentInspector.git</connection >
5757 <developerConnection >scm:git:git@github.com:TangoraBox/ComponentInspector.git</developerConnection >
5858 <url >https://github.com/TangoraBox/ComponentInspector</url >
59- <tag >HEAD </tag >
59+ <tag >component-inspector-1.0 </tag >
6060 </scm >
6161
6262 <organization >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.tangorabox</groupId >
86 <artifactId >component-inspector</artifactId >
9- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
108 </parent >
119
1210 <artifactId >swing-example</artifactId >
1311 <name >swing-example</name >
14- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1513
1614 <dependencies >
1715 <dependency >
1816 <groupId >com.tangorabox</groupId >
1917 <artifactId >component-inspector-swing</artifactId >
20- <version >1.0-SNAPSHOT </version >
18+ <version >1.0</version >
2119 </dependency >
2220 </dependencies >
2321
You can’t perform that action at this time.
0 commit comments