File tree Expand file tree Collapse file tree 20 files changed +31
-42
lines changed
artemis-fluid-gradle-plugin
artemis-fluid-maven-integration-test
artemis-fluid-maven-integration-test-components
artemis-fluid-maven-integration-test-systems
artemis-fluid-maven-plugin Expand file tree Collapse file tree 20 files changed +31
-42
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >net.onedaybeard.artemis</groupId >
66 <artifactId >artemis-parent</artifactId >
7- <version >2.1.0-SNAPSHOT </version >
7+ <version >2.1.0</version >
88 </parent >
99 <artifactId >artemis-odb-cli</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >net.onedaybeard.artemis</groupId >
76 <artifactId >artemis-fluid</artifactId >
8- <version >2.1.0-SNAPSHOT </version >
7+ <version >2.1.0</version >
98 </parent >
109
1110 <artifactId >artemis-fluid-core</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"
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 <parent >
64 <artifactId >artemis-fluid</artifactId >
75 <groupId >net.onedaybeard.artemis</groupId >
8- <version >2.1.0-SNAPSHOT </version >
6+ <version >2.1.0</version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119
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
75 <parent >
86 <groupId >net.onedaybeard.artemis</groupId >
97 <artifactId >artemis-fluid-maven-integration-test</artifactId >
10- <version >2.1.0-SNAPSHOT </version >
8+ <version >2.1.0</version >
119 </parent >
1210
1311 <artifactId >artemis-fluid-maven-integration-test-components</artifactId >
14- <version >2.1.0-SNAPSHOT </version >
12+ <version >2.1.0</version >
1513
1614 <dependencies >
1715 <dependency >
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
75 <parent >
86 <groupId >net.onedaybeard.artemis</groupId >
97 <artifactId >artemis-fluid-maven-integration-test</artifactId >
10- <version >2.1.0-SNAPSHOT </version >
8+ <version >2.1.0</version >
119 </parent >
1210
1311 <artifactId >artemis-fluid-maven-integration-test-systems</artifactId >
14- <version >2.1.0-SNAPSHOT </version >
12+ <version >2.1.0</version >
1513
1614 <dependencies >
1715 <dependency >
3230 <plugin >
3331 <groupId >net.onedaybeard.artemis</groupId >
3432 <artifactId >artemis-fluid-maven-plugin</artifactId >
35- <version >2.1.0-SNAPSHOT </version >
33+ <version >2.1.0</version >
3634 <executions >
3735 <execution >
3836 <phase >generate-sources</phase >
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 <parent >
64 <artifactId >artemis-fluid</artifactId >
75 <groupId >net.onedaybeard.artemis</groupId >
8- <version >2.1.0-SNAPSHOT </version >
6+ <version >2.1.0</version >
97 </parent >
108 <packaging >pom</packaging >
119
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >net.onedaybeard.artemis</groupId >
76 <artifactId >artemis-fluid</artifactId >
8- <version >2.1.0-SNAPSHOT </version >
7+ <version >2.1.0</version >
98 </parent >
109
1110 <artifactId >artemis-fluid-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >net.onedaybeard.artemis</groupId >
55 <artifactId >artemis-parent</artifactId >
6- <version >2.1.0-SNAPSHOT </version >
6+ <version >2.1.0</version >
77 </parent >
88 <packaging >pom</packaging >
99
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >net.onedaybeard.artemis</groupId >
66 <artifactId >artemis-parent</artifactId >
7- <version >2.1.0-SNAPSHOT </version >
7+ <version >2.1.0</version >
88 </parent >
99
1010 <artifactId >artemis-odb-gradle-plugin</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >net.onedaybeard.artemis</groupId >
55 <artifactId >artemis-parent</artifactId >
6- <version >2.1.0-SNAPSHOT </version >
6+ <version >2.1.0</version >
77 </parent >
88 <artifactId >artemis-odb-gwt</artifactId >
99
You can’t perform that action at this time.
0 commit comments