Skip to content

Commit 4658bf3

Browse files
Strokin, EugeneStrokin, Eugene
authored andcommitted
Group ID update
1 parent 5e638f0 commit 4658bf3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
jobs:
66
publish:
77
runs-on: ubuntu-latest
8+
timeout-minutes: 30
89
steps:
910
- uses: actions/checkout@v2
1011
- name: Set up Java for publishing to Maven Central Repository
@@ -23,6 +24,7 @@ jobs:
2324
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
2425
- name: Publish to the Maven Central Repository
2526
run: mvn --batch-mode deploy
27+
timeout-minutes: 30
2628
env:
2729
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2830
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

dynocon-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.comcast</groupId>
6+
<groupId>com.comcast.dynocon</groupId>
77
<artifactId>dynocon-parent</artifactId>
88
<version>1.0.3</version>
99
</parent>

dynocon-dynamodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.comcast</groupId>
6+
<groupId>com.comcast.dynocon</groupId>
77
<artifactId>dynocon-parent</artifactId>
88
<version>1.0.3</version>
99
</parent>
@@ -15,7 +15,7 @@
1515

1616
<dependencies>
1717
<dependency>
18-
<groupId>com.comcast</groupId>
18+
<groupId>com.comcast.dynocon</groupId>
1919
<artifactId>dynocon-core</artifactId>
2020
<version>1.0.3</version>
2121
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33

4-
<groupId>com.comcast</groupId>
4+
<groupId>com.comcast.dynocon</groupId>
55
<artifactId>dynocon-parent</artifactId>
66
<version>1.0.3</version>
77
<packaging>pom</packaging>

0 commit comments

Comments
 (0)