Skip to content

Commit

Permalink
Merge pull request #3 from rdebusscher/FISH-1422
Browse files Browse the repository at this point in the history
FISH-1422: release 1.0 AutoScale
  • Loading branch information
lprimak authored Jun 1, 2021
2 parents 975676d + da45879 commit 96b8c5d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion autoscale-groups-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.autoscale.groups</groupId>
<artifactId>autoscale-groups-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>autoscale-groups-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion autoscale-groups-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.autoscale.groups</groupId>
<artifactId>autoscale-groups-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions autoscale-groups-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.autoscale.groups</groupId>
<artifactId>autoscale-groups-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>fish.payara.extensions.autoscale.groups</groupId>
<artifactId>autoscale-groups-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.common</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.autoscale.groups.nodes</groupId>
<artifactId>autoscale-groups-nodes-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.autoscale.groups.nodes</groupId>
<artifactId>autoscale-groups-nodes-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>fish.payara.extensions.autoscale.groups</groupId>
<artifactId>autoscale-groups-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.common</groupId>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>fish.payara.extensions.autoscale.groups</groupId>
<artifactId>autoscale-groups-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion autoscale-groups-nodes-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>fish.payara.extensions.autoscale.groups</groupId>
<artifactId>autoscale-groups-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<groupId>fish.payara.extensions.autoscale.groups</groupId>
<artifactId>autoscale-groups-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>

<name>Payara AutoScale Groups Parent</name>
Expand Down Expand Up @@ -327,6 +327,12 @@
<supportedProjectTypes>jar,glassfish-jar</supportedProjectTypes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
</plugin>

<!-- HK2 plugin for configuring OSGi -->
<plugin>
<groupId>org.glassfish.hk2</groupId>
Expand Down

0 comments on commit 96b8c5d

Please sign in to comment.