File tree Expand file tree Collapse file tree 2 files changed +11
-28
lines changed
Expand file tree Collapse file tree 2 files changed +11
-28
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 - uses : actions/checkout@v3
2222 with :
2323 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
24- - name : Set up JDK 11
24+ - name : Set up JDK 17
2525 uses : actions/setup-java@v3
2626 with :
27- java-version : ' 11 '
27+ java-version : ' 17 '
2828 distribution : ' temurin'
2929 cache : maven
3030 - name : Cache Maven packages
Original file line number Diff line number Diff line change 4646 <tag >HEAD</tag >
4747 </scm >
4848
49- <distributionManagement >
50- <snapshotRepository >
51- <id >ossrh</id >
52- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
53- </snapshotRepository >
54- <repository >
55- <id >ossrh</id >
56- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
57- </repository >
58- </distributionManagement >
59-
60- <repositories >
61- <repository >
62- <id >oss.public</id >
63- <url >https://oss.sonatype.org/content/groups/public</url >
64- <snapshots >
65- <enabled >true</enabled >
66- </snapshots >
67- </repository >
68- </repositories >
69-
7049 <properties >
7150 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7251 <maven .compiler.source>17</maven .compiler.source>
125104 </tags >
126105 </configuration >
127106 </plugin >
107+ <plugin >
108+ <groupId >org.sonatype.central</groupId >
109+ <artifactId >central-publishing-maven-plugin</artifactId >
110+ <version >0.7.0</version >
111+ <extensions >true</extensions >
112+ <configuration >
113+ <publishingServerId >central</publishingServerId >
114+ </configuration >
115+ </plugin >
128116 <plugin >
129117 <groupId >org.apache.maven.plugins</groupId >
130118 <artifactId >maven-gpg-plugin</artifactId >
168156 <artifactId >plume-file-core</artifactId >
169157 <version >${project.version} </version >
170158 </dependency >
171- <dependency >
172- <groupId >com.coreoz</groupId >
173- <artifactId >plume-file-gallery</artifactId >
174- <version >${project.version} </version >
175- </dependency >
176159 </dependencies >
177160 </dependencyManagement >
178161
You can’t perform that action at this time.
0 commit comments