File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55jobs :
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
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 }}
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments