This repository has been archived by the owner on Jun 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* THORN-2031: Project rename - rename groupId, artifactId, - fix hard-coded references - update scm info * THORN-2031: Bump parent version.
- Loading branch information
1 parent
0ce0a23
commit b8ff493
Showing
5 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# `wildfly-swarm-fraction-plugin` | ||
# `thorntail-fraction-plugin` | ||
|
||
[![License](https://img.shields.io/:license-Apache2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) | ||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.wildfly.swarm/wildfly-swarm-fraction-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.wildfly.swarm/wildfly-swarm-fraction-plugin) | ||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.thorntail/thorntail-fraction-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.thorntail/thorntail-fraction-plugin) | ||
|
||
This is a Maven plugin which is primarily used by the `wildfly-swarm` project. | ||
This is a Maven plugin which is primarily used by the `thorntail` project. | ||
|
||
Contains no user-serviceable parts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.wildfly.swarm</groupId> | ||
<groupId>io.thorntail</groupId> | ||
<artifactId>parent</artifactId> | ||
<version>9</version> | ||
<version>10</version> | ||
</parent> | ||
|
||
<artifactId>wildfly-swarm-fraction-plugin</artifactId> | ||
<artifactId>thorntail-fraction-plugin</artifactId> | ||
|
||
<name>WildFly Swarm: Fraction Plugin</name> | ||
<description>Plugin to create fraction packages for Wildfly Swarm proper.</description> | ||
<name>Thorntail: Fraction Plugin</name> | ||
<description>Plugin to create fraction packages for Thorntail proper.</description> | ||
<version>87-SNAPSHOT</version> | ||
|
||
<packaging>maven-plugin</packaging> | ||
|
@@ -36,9 +36,9 @@ | |
</properties> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:wildfly-swarm/wildfly-swarm-fraction-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:wildfly-swarm/wildfly-swarm-fraction-plugin.git</developerConnection> | ||
<url>https://github.com/wildfly-swarm/wildfly-swarm-fraction-plugin</url> | ||
<connection>scm:git:[email protected]:thorntail/thorntail-fraction-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:thorntail/thorntail-fraction-plugin.git</developerConnection> | ||
<url>https://github.com/thorntail/thorntail-fraction-plugin</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters