Skip to content

Commit

Permalink
Merge pull request #40 from jGauravGupta/FISH-8716
Browse files Browse the repository at this point in the history
FISH-8716 Release Payara Starter v1.0-beta8
  • Loading branch information
jGauravGupta authored May 31, 2024
2 parents 3f6a299 + d73f659 commit 8212246
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 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.starter</groupId>
<artifactId>payara-starter-parent</artifactId>
<version>1.0-beta7</version>
<version>1.0-beta8</version>
<packaging>pom</packaging>
<name>Payara Starter Parent</name>
<description>Payara Starter Parent</description>
Expand Down
4 changes: 2 additions & 2 deletions starter-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
<artifactId>payara-starter-archetype</artifactId>
<version>1.0-beta7</version>
<version>1.0-beta8</version>
<packaging>maven-archetype</packaging>
<name>Payara Starter Archetype</name>
<description>Archetype for Payara Platform application.</description>
<parent>
<groupId>fish.payara.starter</groupId>
<artifactId>payara-starter-parent</artifactId>
<version>1.0-beta7</version>
<version>1.0-beta8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
Expand Down
18 changes: 9 additions & 9 deletions starter-archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<jakartaee-api.version>${eeApiVersion}</jakartaee-api.version>
<payara.version>${payaraVersion}</payara.version>
#if ((${platform} == 'server'))
<cargo.version>1.10.7</cargo.version>
<cargo.version>1.10.13</cargo.version>
<payara.url>${payaraUrl}</payara.url>
<payara.home>${payaraHome}</payara.home>
#end
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>1.7.0.Final</version>
<version>1.8.0.Final</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>1.7.0.Final</version>
<version>1.8.0.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -178,12 +178,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
Expand Down Expand Up @@ -234,14 +234,14 @@
<plugin>
<groupId>fish.payara.maven.plugins</groupId>
<artifactId>payara-cloud-maven-plugin</artifactId>
<version>1.0-Alpha1</version>
<version>1.0-Alpha2</version>
</plugin>
#end
#if (${includeTests} == "true")
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
<configuration>
<systemPropertyVariables>
#if ((${platform} == 'server'))
Expand All @@ -257,7 +257,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.43.4</version>
<version>0.44.0</version>
<executions>
<execution>
<id>build-image</id>
Expand All @@ -280,7 +280,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.7.1</version>
<version>1.9.0</version>
<executions>
<execution>
<id>swagger-ui</id>
Expand Down
4 changes: 2 additions & 2 deletions starter-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
<artifactId>payara-starter-ui</artifactId>
<version>1.0-beta7</version>
<version>1.0-beta8</version>
<packaging>war</packaging>
<name>Payara Starter UI</name>
<description>Payara Starter UI</description>
<parent>
<groupId>fish.payara.starter</groupId>
<artifactId>payara-starter-parent</artifactId>
<version>1.0-beta7</version>
<version>1.0-beta8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class ApplicationGenerator {
private static final String WORKING_DIR_PREFIX = "payara-starter-";
private static final String ARCHETYPE_GROUP_ID = "fish.payara.starter";
private static final String ARCHETYPE_ARTIFACT_ID = "payara-starter-archetype";
private static final String ARCHETYPE_VERSION = "1.0-beta7";
private static final String ARCHETYPE_VERSION = "1.0-beta8";
private static final String MAVEN_ARCHETYPE_CMD = "archetype:generate";
private static final String ZIP_EXTENSION = ".zip";

Expand Down

0 comments on commit 8212246

Please sign in to comment.