Skip to content

Commit 015f9b2

Browse files
authored
Merge pull request #23 from Coreoz/evol/to-new-repo
Evol/ update project configurations
2 parents 9201202 + e24540b commit 015f9b2

File tree

2 files changed

+11
-28
lines changed

2 files changed

+11
-28
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,6 @@
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>
@@ -125,6 +104,15 @@
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>
@@ -168,11 +156,6 @@
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

0 commit comments

Comments
 (0)