Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
cjayswal committed Feb 19, 2024
1 parent 4ee409c commit 1719588
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
java-version: '8'
distribution: 'temurin'
server-id: ossrhsnapshot
#server-username: MAVEN_USERNAME
#server-password: MAVEN_PASSWORD
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- id: install-secret-key
name: Install gpg secret key
run: |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>qaf-parent</artifactId>
<version>${version-num}</version>
<packaging>pom</packaging>
<name>QMetry Automation Framework</name>
<name>qaf-parent</name>
<url>https://github.com/qmetry/qaf</url>
<description>Functional test automation framework for web, mobile-web, mobile native and web-service</description>
<licenses>
Expand Down Expand Up @@ -415,7 +415,7 @@
</repository>
<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>ossrhsnapshot</id>
<id>ossrh</id>
<name>Central Repository OSSRH Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
Expand Down

0 comments on commit 1719588

Please sign in to comment.