Skip to content

Commit

Permalink
Changed package groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
Samurai016 committed Jan 31, 2025
1 parent 8e0d42a commit dbc6a24
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your `pom.xml` to use the plugin:
<build>
<plugins>
<plugin>
<groupId>io.github.samurai016.jre_maven_plugin</groupId>
<groupId>io.github.samurai016.plugins</groupId>
<artifactId>jre-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.samurai016.jre_maven_plugin</groupId>
<groupId>io.github.samurai016.plugins</groupId>
<artifactId>jre-maven-plugin</artifactId>
<version>1.0.0</version>
<packaging>maven-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin;
package io.github.samurai016.plugins;

import io.github.samurai016.jre_maven_plugin.adoptium.AdoptiumApi;
import io.github.samurai016.jre_maven_plugin.adoptium.models.*;
import io.github.samurai016.plugins.adoptium.AdoptiumApi;
import io.github.samurai016.plugins.adoptium.models.*;
import net.lingala.zip4j.ZipFile;
import net.lingala.zip4j.model.FileHeader;
import org.apache.commons.lang3.StringUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin;
package io.github.samurai016.plugins;

import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium;
package io.github.samurai016.plugins.adoptium;

import com.fasterxml.jackson.databind.ObjectMapper;
import io.github.samurai016.jre_maven_plugin.adoptium.models.*;
import io.github.samurai016.plugins.adoptium.models.*;
import org.apache.hc.client5.http.HttpResponseException;
import org.apache.hc.core5.net.URIBuilder;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

import com.fasterxml.jackson.annotation.JsonValue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

import com.fasterxml.jackson.annotation.JsonProperty;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

import com.fasterxml.jackson.annotation.JsonValue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

/**
* Installer model<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

import com.fasterxml.jackson.annotation.JsonValue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

import com.fasterxml.jackson.annotation.JsonValue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

/**
* Package model<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

/**
* Release model<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

import com.fasterxml.jackson.annotation.JsonValue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;
package io.github.samurai016.plugins.adoptium.models;

/**
* Version model<br>
Expand Down

0 comments on commit dbc6a24

Please sign in to comment.