Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #329 from Magenic/revert-328-semantic-config
Browse files Browse the repository at this point in the history
Revert "Semantic config"
  • Loading branch information
jason-edstrom authored May 29, 2020
2 parents 2ec7550 + 0e50690 commit d9b338f
Show file tree
Hide file tree
Showing 18 changed files with 65 additions and 322 deletions.
11 changes: 0 additions & 11 deletions .github/release-drafter.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/version-drafter.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/gpg.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/maven.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/project-trigger-tag.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/release-drafter.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/release.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/semantic.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/snapshot.yml

This file was deleted.

11 changes: 6 additions & 5 deletions jmaqs-appium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
<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>

<groupId>com.magenic.jmaqs.appium</groupId>
<artifactId>jmaqs-appium</artifactId>
<name>JMAQS Appium Testing Module</name>

<parent>
<groupId>com.magenic.jmaqs</groupId>
<artifactId>jmaqs-framework</artifactId>
<version>${revision}</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.magenic.jmaqs.appium</groupId>
<artifactId>jmaqs-appium</artifactId>
<name>JMAQS Appium Testing Module</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<appiumjavaclient.version>7.3.0</appiumjavaclient.version>
Expand Down
3 changes: 2 additions & 1 deletion jmaqs-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<parent>
<groupId>com.magenic.jmaqs</groupId>
<artifactId>jmaqs-framework</artifactId>
<version>${revision}</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.magenic.jmaqs.base</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jmaqs-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.magenic.jmaqs</groupId>
<artifactId>jmaqs-framework</artifactId>
<version>${revision}</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<groupId>com.magenic.jmaqs.database</groupId>
<artifactId>jmaqs-database</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmaqs-jacoco-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>jmaqs-framework</artifactId>
<groupId>com.magenic.jmaqs</groupId>
<version>${revision}</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 3 additions & 1 deletion jmaqs-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
<parent>
<groupId>com.magenic.jmaqs</groupId>
<artifactId>jmaqs-framework</artifactId>
<version>${revision}</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.magenic.jmaqs.selenium</groupId>
<artifactId>jmaqs-selenium</artifactId>
<name>JMAQS Selenium Testing Module</name>
<packaging>jar</packaging>
<url>http://maven.apache.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
3 changes: 2 additions & 1 deletion jmaqs-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<parent>
<groupId>com.magenic.jmaqs</groupId>
<artifactId>jmaqs-framework</artifactId>
<version>${revision}</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<groupId>com.magenic.jmaqs.utilities</groupId>
<artifactId>jmaqs-utilities</artifactId>
<name>JMAQS Testing Utilities Module</name>
<url>http://maven.apache.org</url>
<properties>
<commonsconfiguration2.version>2.7</commonsconfiguration2.version>
<commonsbeanutils.version>1.9.4</commonsbeanutils.version>
Expand Down
2 changes: 1 addition & 1 deletion jmaqs-webservices-jdk11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jmaqs-framework</artifactId>
<groupId>com.magenic.jmaqs</groupId>
<version>${revision}</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 2 additions & 1 deletion jmaqs-webservices-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<parent>
<groupId>com.magenic.jmaqs</groupId>
<artifactId>jmaqs-framework</artifactId>
<version>${revision}</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<groupId>com.magenic.jmaqs.webservices</groupId>
<artifactId>jmaqs-webservices-jdk8</artifactId>
<name>JMAQS JDK8 WebServices Testing Module</name>
<url>http://maven.apache.org</url>
<properties>
<jackson-databind.version>2.10.2</jackson-databind.version>
<jackson-core.version>2.11.0</jackson-core.version>
Expand Down
Loading

0 comments on commit d9b338f

Please sign in to comment.