File tree Expand file tree Collapse file tree
preprocessor-maven-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <build >
99 <plugins >
1010 <plugin >
11- <groupId >com .github.javapreprocessor </groupId >
11+ <groupId >io .github.tejas-warake </groupId >
1212 <artifactId >preprocessor-maven-plugin</artifactId >
13- <version >1.0.0-SNAPSHOT </version >
13+ <version >1.0.0</version >
1414 <executions >
1515 <execution >
1616 <id >preprocess-sources</id >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >com .github.javapreprocessor </groupId >
4+ <groupId >io .github.tejas-warake </groupId >
55 <artifactId >java-preprocessing-lib-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >1.0.0-SNAPSHOT </version >
7+ <version >1.0.0</version >
88
99
1010 <name >Java Preprocessing Library Parent</name >
Original file line number Diff line number Diff line change 22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <parent >
5- <groupId >com .github.javapreprocessor </groupId >
5+ <groupId >io .github.tejas-warake </groupId >
66 <artifactId >java-preprocessing-lib-parent</artifactId >
7- <version >1.0.0-SNAPSHOT </version >
7+ <version >1.0.0</version >
88 </parent >
99 <artifactId >preprocessor-core</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <parent >
5- <groupId >com .github.javapreprocessor </groupId >
5+ <groupId >io .github.tejas-warake </groupId >
66 <artifactId >java-preprocessing-lib-parent</artifactId >
7- <version >1.0.0-SNAPSHOT </version >
7+ <version >1.0.0</version >
88 </parent >
99 <artifactId >preprocessor-maven-plugin</artifactId >
1010 <packaging >maven-plugin</packaging >
1111 <name >Preprocessor Maven Plugin</name >
1212
1313 <dependencies >
1414 <dependency >
15- <groupId >com .github.javapreprocessor </groupId >
15+ <groupId >io .github.tejas-warake </groupId >
1616 <artifactId >preprocessor-core</artifactId >
1717 <version >${project.version} </version >
1818 </dependency >
You can’t perform that action at this time.
0 commit comments