Skip to content

Commit 28e7c2a

Browse files
authored
Fix spelling of Bootstrap in pom files (MCXboxBroadcast#18)
Fix all incorrect occurrences in the project containing "boostrap" when it should be "bootstrap".
1 parent bc3c2df commit 28e7c2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap/geyser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>boostrap-parent</artifactId>
6+
<artifactId>bootstrap-parent</artifactId>
77
<groupId>com.rtm516.mcxboxbroadcast</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>boostrap-parent</artifactId>
12+
<artifactId>bootstrap-parent</artifactId>
1313
<packaging>pom</packaging>
1414

1515
<properties>

bootstrap/standalone/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>boostrap-parent</artifactId>
6+
<artifactId>bootstrap-parent</artifactId>
77
<groupId>com.rtm516.mcxboxbroadcast</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>boostrap-standalone</artifactId>
12+
<artifactId>bootstrap-standalone</artifactId>
1313

1414
<properties>
1515
<maven.compiler.source>17</maven.compiler.source>

0 commit comments

Comments
 (0)