Skip to content

Commit

Permalink
Merge pull request #295 from jGauravGupta/FISH-8265
Browse files Browse the repository at this point in the history
FISH-8265 Release Payara Micro Maven tools v2.2
  • Loading branch information
jGauravGupta authored Feb 22, 2024
2 parents ffd9a03 + 44e4c70 commit 87935dd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion payara-micro-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fish.payara.maven.archetypes</groupId>
<artifactId>payara-micro-maven-archetype</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
<packaging>maven-archetype</packaging>
<name>Payara Micro Archetype</name>
<description>Archetype for Payara Micro application.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
<defaultValue>11</defaultValue>
</requiredProperty>
<requiredProperty key="payaraMicroVersion">
<defaultValue>6.2023.12</defaultValue>
<defaultValue>6.2024.2</defaultValue>
</requiredProperty>
<requiredProperty key="autoBindHttp">
<defaultValue>true</defaultValue>
Expand Down
4 changes: 2 additions & 2 deletions payara-micro-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fish.payara.maven.plugins</groupId>
<artifactId>payara-micro-maven-plugin</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
<packaging>maven-plugin</packaging>
<name>Payara Micro Maven Plugin</name>
<description>Payara Micro Maven Plugin that incorporates payara-micro with the produced artifact</description>
Expand All @@ -49,7 +49,7 @@
<java.compiler.source.version>1.8</java.compiler.source.version>
<java.compiler.target.version>1.8</java.compiler.target.version>
<maven-api.version>3.9.5</maven-api.version>
<payara.version>6.2023.12</payara.version>
<payara.version>6.2024.2</payara.version>
</properties>
<scm>
<connection>scm:git:https://github.com/payara/ecosystem-maven/</connection>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
/**
* Bundle mojo incorporates payara-micro with the produced artifact by following steps given as follows:
* <ul>
* <li>Fetch payara-micro from repository and open it to a folder. The default version is <i>6.2023.12</i>. Specific
* <li>Fetch payara-micro from repository and open it to a folder. The default version is <i>6.2024.2</i>. Specific
* version can be provided with @{code payaraVersion} parameter</li>
* <li>Fetch user specified jars from repository</li>
* <li>Copy any existing {@code domain.xml}, {@code keystore.jks}, {@code login.conf } and {@code login.properties} files from resources folder into /MICRO-INF/domain folder</li>
Expand Down Expand Up @@ -80,9 +80,9 @@
public class BundleMojo extends BasePayaraMojo {

/**
* By default this mojo fetches payara-micro with version 6.2023.12. It can be overridden with this parameter.
* By default this mojo fetches payara-micro with version 6.2024.2. It can be overridden with this parameter.
*/
@Parameter(property = "payaraVersion", defaultValue = "6.2023.12")
@Parameter(property = "payaraVersion", defaultValue = "6.2024.2")
private String payaraVersion;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class StartMojo extends BasePayaraMojo {
@Parameter(property = "javaPath")
private String javaPath;

@Parameter(property = "payaraVersion", defaultValue = "6.2023.12")
@Parameter(property = "payaraVersion", defaultValue = "6.2024.2")
private String payaraVersion;

@Parameter(property = "payaraMicroAbsolutePath")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version.jca>2.1.0</version.jca>
<version.jbatch>2.1.1</version.jbatch>
<version.microprofile>5.0</version.microprofile>
<version.payara>6.2023.12</version.payara>
<version.payara>6.2024.2</version.payara>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version.jca>2.1.0</version.jca>
<version.jbatch>2.1.1</version.jbatch>
<version.microprofile>5.0</version.microprofile>
<version.payara>6.2023.12</version.payara>
<version.payara>6.2024.2</version.payara>
</properties>

<dependencies>
Expand Down

0 comments on commit 87935dd

Please sign in to comment.