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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-cli</artifactId >
7069 <configuration >
7170 <shadedArtifactAttached >false</shadedArtifactAttached >
7271 <transformers >
73- <transformer
74- implementation=" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
72+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
7573 <mainClass >io.github.dfa1.vortex.cli.VortexCli</mainClass >
7674 </transformer >
77- <transformer
78- implementation=" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
75+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
7976 </transformers >
8077 <filters >
8178 <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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-core</artifactId >
150149 </goals >
151150 <configuration >
152151 <target >
153- <replaceregexp
154- match=" public static void ValidateVersion\(\) \{ Constants\.[^}]+\}
 "
155- replace=" " flags =" g" >
156- <fileset dir =" ${project.basedir}/src/main/java/io/github/dfa1/vortex/fbs"
157- includes =" *.java" />
152+ <replaceregexp match =" public static void ValidateVersion\(\) \{ Constants\.[^}]+\}
 " replace =" " flags =" g" >
153+ <fileset dir =" ${project.basedir}/src/main/java/io/github/dfa1/vortex/fbs" includes =" *.java" />
158154 </replaceregexp >
159155 </target >
160156 </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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-jdbc</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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-performance</artifactId >
104103 <configuration >
105104 <finalName >benchmarks</finalName >
106105 <transformers >
107- <transformer
108- implementation=" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
106+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
109107 <mainClass >org.openjdk.jmh.Main</mainClass >
110108 </transformer >
111- <transformer
112- implementation=" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
109+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
113110 </transformers >
114111 <filters >
115112 <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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 <packaging >pom</packaging >
109
1110 <name >vortex-java</name >
3534 <connection >scm:git:https://github.com/dfa1/vortex-java.git</connection >
3635 <developerConnection >scm:git:git@github.com:dfa1/vortex-java.git</developerConnection >
3736 <url >https://github.com/dfa1/vortex-java</url >
38- <tag >HEAD </tag >
37+ <tag >v0.3.1 </tag >
3938 </scm >
4039
4140 <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" xmlns =" http://maven.apache.org/POM/4.0.0"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >io.github.dfa1.vortex</groupId >
76 <artifactId >vortex-java</artifactId >
8- <version >0.4.0-SNAPSHOT </version >
7+ <version >0.3.1 </version >
98 </parent >
109
1110 <artifactId >vortex-reader</artifactId >
You can’t perform that action at this time.
0 commit comments