File tree 6 files changed +10
-10
lines changed
standard-maven-template-demo
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
Add the following lines to your pom:
102
102
```XML
103
103
<dependency>
104
- <groupId>com .xdev-software </groupId>
104
+ <groupId>software .xdev</groupId>
105
105
<artifactId>${{ env.PRIMARY_MAVEN_MODULE }}</artifactId>
106
106
<version>${{ steps.version.outputs.release }}</version>
107
107
</dependency>
@@ -133,8 +133,8 @@ jobs:
133
133
- name : Publish to Apache Maven Central
134
134
run : mvn -B deploy -Possrh
135
135
env :
136
- MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
137
- MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
136
+ MAVEN_CENTRAL_USERNAME : ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
137
+ MAVEN_CENTRAL_TOKEN : ${{ secrets.S01_OSS_SONATYPE_MAVEN_TOKEN }}
138
138
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
139
139
working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
140
140
Original file line number Diff line number Diff line change 27
27
run : mvn -B deploy -Possrh
28
28
working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
29
29
env :
30
- MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
31
- MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
30
+ MAVEN_CENTRAL_USERNAME : ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
31
+ MAVEN_CENTRAL_TOKEN : ${{ secrets.S01_OSS_SONATYPE_MAVEN_TOKEN }}
32
32
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 1
- [ ![ Latest version] ( https://img.shields.io/maven-central/v/com .xdev-software /standard-maven-template?logo=apache%20maven )] ( https://mvnrepository.com/artifact/com .xdev-software /standard-maven-template )
1
+ [ ![ Latest version] ( https://img.shields.io/maven-central/v/software .xdev/standard-maven-template?logo=apache%20maven )] ( https://mvnrepository.com/artifact/software .xdev/standard-maven-template )
2
2
[ ![ Build] ( https://img.shields.io/github/actions/workflow/status/xdev-software/standard-maven-template/checkBuild.yml?branch=develop )] ( https://github.com/xdev-software/standard-maven-template/actions/workflows/checkBuild.yml?query=branch%3Adevelop )
3
3
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=xdev-software_standard-maven-template&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=xdev-software_standard-maven-template )
4
4
Original file line number Diff line number Diff line change 4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com .xdev-software </groupId >
7
+ <groupId >software .xdev</groupId >
8
8
<artifactId >standard-maven-template-root</artifactId >
9
9
<version >1.0.0-SNAPSHOT</version >
10
10
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com .xdev-software </groupId >
7
+ <groupId >software .xdev</groupId >
8
8
<artifactId >standard-maven-template-demo</artifactId >
9
9
<version >1.0.0-SNAPSHOT</version >
10
10
<packaging >jar</packaging >
28
28
29
29
<dependencies >
30
30
<dependency >
31
- <groupId >com .xdev-software </groupId >
31
+ <groupId >software .xdev</groupId >
32
32
<artifactId >standard-maven-template</artifactId >
33
33
<version >${project.version} </version >
34
34
</dependency >
Original file line number Diff line number Diff line change 4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com .xdev-software </groupId >
7
+ <groupId >software .xdev</groupId >
8
8
<artifactId >standard-maven-template</artifactId >
9
9
<version >1.0.0-SNAPSHOT</version >
10
10
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments