Skip to content

Commit

Permalink
Group ID update
Browse files Browse the repository at this point in the history
  • Loading branch information
Strokin, Eugene authored and Strokin, Eugene committed Feb 9, 2021
1 parent 5e638f0 commit 4658bf3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Set up Java for publishing to Maven Central Repository
Expand All @@ -23,6 +24,7 @@ jobs:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Publish to the Maven Central Repository
run: mvn --batch-mode deploy
timeout-minutes: 30
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion dynocon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.comcast</groupId>
<groupId>com.comcast.dynocon</groupId>
<artifactId>dynocon-parent</artifactId>
<version>1.0.3</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions dynocon-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.comcast</groupId>
<groupId>com.comcast.dynocon</groupId>
<artifactId>dynocon-parent</artifactId>
<version>1.0.3</version>
</parent>
Expand All @@ -15,7 +15,7 @@

<dependencies>
<dependency>
<groupId>com.comcast</groupId>
<groupId>com.comcast.dynocon</groupId>
<artifactId>dynocon-core</artifactId>
<version>1.0.3</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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.comcast</groupId>
<groupId>com.comcast.dynocon</groupId>
<artifactId>dynocon-parent</artifactId>
<version>1.0.3</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit 4658bf3

Please sign in to comment.