File tree 2 files changed +11
-28
lines changed
2 files changed +11
-28
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
- uses : actions/checkout@v3
22
22
with :
23
23
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
25
25
uses : actions/setup-java@v3
26
26
with :
27
- java-version : ' 11 '
27
+ java-version : ' 17 '
28
28
distribution : ' temurin'
29
29
cache : maven
30
30
- name : Cache Maven packages
Original file line number Diff line number Diff line change 46
46
<tag >HEAD</tag >
47
47
</scm >
48
48
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
-
70
49
<properties >
71
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
72
51
<maven .compiler.source>17</maven .compiler.source>
125
104
</tags >
126
105
</configuration >
127
106
</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 >
128
116
<plugin >
129
117
<groupId >org.apache.maven.plugins</groupId >
130
118
<artifactId >maven-gpg-plugin</artifactId >
168
156
<artifactId >plume-file-core</artifactId >
169
157
<version >${project.version} </version >
170
158
</dependency >
171
- <dependency >
172
- <groupId >com.coreoz</groupId >
173
- <artifactId >plume-file-gallery</artifactId >
174
- <version >${project.version} </version >
175
- </dependency >
176
159
</dependencies >
177
160
</dependencyManagement >
178
161
You can’t perform that action at this time.
0 commit comments