Skip to content

Commit

Permalink
Revert "[CI/CD] Release - Adds maven-gpg-plugin (#4)" (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuF authored Dec 15, 2023
1 parent e10a2e7 commit cd85c2f
Show file tree
Hide file tree
Showing 37 changed files with 164 additions and 240 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/release-maven.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Release GitHub
name: Release

on:
workflow_dispatch:
inputs:
releaseVersion:
description: Release Version
required: true
default: 3.1.1
default: 3.0.0
snapshotVersion:
description: Snapshot Version
required: true
default: 3.1.2-SNAPSHOT
default: 3.0.1-SNAPSHOT

run-name: 'version set to ${{ github.event.inputs.releaseVersion }} for release'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: mvn deploy
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
BUILD_ENV: 'github-actions'

- name: "Git: Commit Release Version"
Expand Down
6 changes: 3 additions & 3 deletions odata2-annotation-processor/annotation-processor-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -76,7 +76,7 @@

<dependencies>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
14 changes: 7 additions & 7 deletions odata2-annotation-processor/annotation-processor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -66,29 +66,29 @@

<dependencies>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api-annotation</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-testutil</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
14 changes: 7 additions & 7 deletions odata2-annotation-processor/annotation-processor-ref/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -68,22 +68,22 @@

<dependencies>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -93,7 +93,7 @@
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-testutil</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
8 changes: 4 additions & 4 deletions odata2-annotation-processor/annotation-processor-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -63,12 +63,12 @@
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor-ref</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions odata2-annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
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.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
14 changes: 7 additions & 7 deletions odata2-dist/janos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-dist</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -70,31 +70,31 @@

<dependencies>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api-annotation</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
Expand Down
4 changes: 2 additions & 2 deletions odata2-dist/javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-dist</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
14 changes: 7 additions & 7 deletions odata2-dist/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-dist</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -70,31 +70,31 @@

<dependencies>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api-annotation</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-jpa-processor-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-jpa-processor-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
Expand Down
10 changes: 5 additions & 5 deletions odata2-dist/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-dist</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -70,19 +70,19 @@

<dependencies>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api-annotation</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
Expand Down
4 changes: 2 additions & 2 deletions odata2-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<name>${project.artifactId}</name>

<parent>
<groupId>com.codbex.olingo</groupId>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Loading

0 comments on commit cd85c2f

Please sign in to comment.