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 : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >bom</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >cli</artifactId >
6765 <configuration >
6866 <shadedArtifactAttached >false</shadedArtifactAttached >
6967 <transformers >
70- <transformer
71- implementation=" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
68+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
7269 <mainClass >io.github.dfa1.vortex.cli.VortexCli</mainClass >
7370 </transformer >
74- <transformer
75- implementation=" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
71+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
7672 </transformers >
7773 <filters >
7874 <filter >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >core</artifactId >
146144 </goals >
147145 <configuration >
148146 <target >
149- <replaceregexp
150- match=" public static void ValidateVersion\(\) \{ Constants\.[^}]+\} "
151- replace=" "
152- flags=" g" >
153- <fileset
154- dir=" ${project.basedir}/src/main/java/io/github/dfa1/vortex/fbs"
155- includes=" *.java" />
147+ <replaceregexp match =" public static void ValidateVersion\(\) \{ Constants\.[^}]+\}
 " replace =" " flags =" g" >
148+ <fileset dir =" ${project.basedir}/src/main/java/io/github/dfa1/vortex/fbs" includes =" *.java" />
156149 </replaceregexp >
157150 </target >
158151 </configuration >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >csv</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >integration</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >parquet</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >performance</artifactId >
104102 <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
105103 <mainClass >org.openjdk.jmh.Main</mainClass >
106104 </transformer >
107- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
105+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
108106 </transformers >
109107 <filters >
110108 <filter >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 <packaging >pom</packaging >
119
1210 <name >vortex-java</name >
3432 <connection >scm:git:https://github.com/dfa1/vortex-java.git</connection >
3533 <developerConnection >scm:git:git@github.com:dfa1/vortex-java.git</developerConnection >
3634 <url >https://github.com/dfa1/vortex-java</url >
37- <tag >HEAD </tag >
35+ <tag >v0.1.0 </tag >
3836 </scm >
3937
4038 <modules >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >reader</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >io.github.dfa1.vortex</groupId >
86 <artifactId >vortex-java</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0</version >
108 </parent >
119
1210 <artifactId >writer</artifactId >
You can’t perform that action at this time.
0 commit comments