Skip to content

Commit 2a959a2

Browse files
committed
Fix deployment: Update GroupId to io.github.tejas-warake and version to 1.0.0
1 parent 7a4d182 commit 2a959a2

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

example-usage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>

preprocessor-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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>

preprocessor-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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>

0 commit comments

Comments
 (0)