From 27472bf8f5f1141b196fe19ef3eff636e866eaa3 Mon Sep 17 00:00:00 2001 From: Thomas Manson Date: Thu, 8 Jun 2023 13:29:26 +1000 Subject: [PATCH 1/2] updating account --- .github/workflows/publish-snapshot.yaml | 2 +- .github/workflows/release.yaml | 2 +- attestation-aws/.project | 4 ++-- example/.project | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-snapshot.yaml b/.github/workflows/publish-snapshot.yaml index 03f3df4..1136145 100644 --- a/.github/workflows/publish-snapshot.yaml +++ b/.github/workflows/publish-snapshot.yaml @@ -12,4 +12,4 @@ jobs: key: ${{ secrets.GPG_KEY }} - name: Deploy Snapshot working-directory: ./attestation-aws - run: mvn -Drepo.id=ossrh -Drepo.login=uidadmin -Drepo.pwd="${{ secrets.SONATYPE_REPO_PASSWORD }}" -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" clean deploy + run: mvn -Drepo.id=ossrh -Drepo.login="{{ secrets.SONATYPE_REPO_ACCOUNT }}" -Drepo.pwd="${{ secrets.SONATYPE_REPO_PASSWORD }}" -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" clean deploy diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d9802c4..2105f01 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,4 +15,4 @@ jobs: working-directory: ./attestation-aws - name: Deploy Snapshot working-directory: ./attestation-aws - run: mvn -Drepo.id=ossrh -Drepo.login=uidadmin -Drepo.pwd="${{ secrets.SONATYPE_REPO_PASSWORD }}" -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" clean deploy + run: mvn -Drepo.id=ossrh -Drepo.login="{{ secrets.SONATYPE_REPO_ACCOUNT }}" -Drepo.pwd="${{ secrets.SONATYPE_REPO_PASSWORD }}" -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" clean deploy diff --git a/attestation-aws/.project b/attestation-aws/.project index 6ca78d4..e4386d3 100644 --- a/attestation-aws/.project +++ b/attestation-aws/.project @@ -22,12 +22,12 @@ - 1616456978646 + 1686188656562 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ diff --git a/example/.project b/example/.project index 88e158f..67344e0 100644 --- a/example/.project +++ b/example/.project @@ -22,12 +22,12 @@ - 1616456978656 + 1686188656574 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ From 37f6a9b83db81bab31a90819095786a9e6a09def Mon Sep 17 00:00:00 2001 From: Thomas Manson Date: Thu, 8 Jun 2023 13:56:45 +1000 Subject: [PATCH 2/2] Reverting unexpected changes --- attestation-aws/.project | 4 ++-- example/.project | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/attestation-aws/.project b/attestation-aws/.project index e4386d3..6ca78d4 100644 --- a/attestation-aws/.project +++ b/attestation-aws/.project @@ -22,12 +22,12 @@ - 1686188656562 + 1616456978646 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ diff --git a/example/.project b/example/.project index 67344e0..88e158f 100644 --- a/example/.project +++ b/example/.project @@ -22,12 +22,12 @@ - 1686188656574 + 1616456978656 30 org.eclipse.core.resources.regexFilterMatcher - node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__