Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates gauge dependencies in archetypes #52

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
password: '${{ secrets.maven_deploy_password }}'
passphrase: '${{ secrets.gpg_passphrase }}'
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '12.x.x'
distribution: 'temurin'
java-version: '11'

- name: setup
run: |
Expand Down
16 changes: 11 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test:
Expand All @@ -10,12 +16,12 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Setup java
uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
java-version: 11.x.x
distribution: 'temurin'
java-version: '11'

- name: Run test
run: |
Expand Down
3 changes: 1 addition & 2 deletions gauge-archetype-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<parent>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-mvn-archetypes</artifactId>
<version>1.5.9</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>gauge-archetype-java</artifactId>
<version>1.5.9</version>
<name>Archetype - gauge-archetype-java</name>
<description>Archetype for Gauge Java</description>
<url>http://github.com/getgauge/gauge-mvn-archetypes</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<dependency>
<groupId>com.thoughtworks.gauge</groupId>
<artifactId>gauge-java</artifactId>
<version>[0.6.8,)</version>
<version>[0.10.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.10.0</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -35,7 +35,7 @@
<plugin>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-maven-plugin</artifactId>
<version>1.4.3</version>
<version>1.6.3</version>
<executions>
<execution>
<phase>test</phase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<dependency>
<groupId>com.thoughtworks.gauge</groupId>
<artifactId>gauge-java</artifactId>
<version>[0.6.8,)</version>
<version>[0.10.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.10.0</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -35,7 +35,7 @@
<plugin>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-maven-plugin</artifactId>
<version>1.4.3</version>
<version>1.6.3</version>
<executions>
<execution>
<phase>test</phase>
Expand Down
3 changes: 1 addition & 2 deletions gauge-archetype-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<parent>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-mvn-archetypes</artifactId>
<version>1.5.9</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>gauge-archetype-selenium</artifactId>
<version>1.5.9</version>
<name>Archetype - gauge-archetype-selenium</name>
<description>Archetype for Gauge Java with Selenium</description>
<url>http://github.com/getgauge/gauge-mvn-archetypes</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<dependency>
<groupId>com.thoughtworks.gauge</groupId>
<artifactId>gauge-java</artifactId>
<version>[0.6.8,)</version>
<version>[0.10.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.10.0</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-maven-plugin</artifactId>
<version>1.4.3</version>
<version>1.6.3</version>
<executions>
<execution>
<phase>test</phase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<dependency>
<groupId>com.thoughtworks.gauge</groupId>
<artifactId>gauge-java</artifactId>
<version>[0.6.8,)</version>
<version>[0.10.3,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.10.0</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-maven-plugin</artifactId>
<version>1.4.3</version>
<version>1.6.3</version>
<executions>
<execution>
<phase>test</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-mvn-archetypes</artifactId>
<version>1.5.9</version>
<version>1.6.0</version>
<packaging>pom</packaging>

<name>Gauge Maven Archetypes</name>
Expand Down