File tree 2 files changed +21
-34
lines changed
2 files changed +21
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<name >${component.name} </name >
7
- <groupId >eu .eckig</groupId >
7
+ <groupId >io.github .eckig</groupId >
8
8
<artifactId >grapheditor</artifactId >
9
9
<version >18.0.0</version >
10
10
<packaging >pom</packaging >
20
20
</licenses >
21
21
22
22
<distributionManagement >
23
+ <snapshotRepository >
24
+ <id >ossrh</id >
25
+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
26
+ </snapshotRepository >
23
27
<repository >
24
- <id >github</id >
25
- <name >GitHub Packages</name >
26
- <url >https://maven.pkg.github.com/eckig/graph-editor</url >
28
+ <id >ossrh</id >
29
+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
27
30
</repository >
28
31
</distributionManagement >
29
32
122
125
<quiet >true</quiet >
123
126
</configuration >
124
127
</plugin >
128
+ <plugin >
129
+ <groupId >org.apache.maven.plugins</groupId >
130
+ <artifactId >maven-gpg-plugin</artifactId >
131
+ <version >1.5</version >
132
+ <executions >
133
+ <execution >
134
+ <id >sign-artifacts</id >
135
+ <phase >verify</phase >
136
+ <goals >
137
+ <goal >sign</goal >
138
+ </goals >
139
+ </execution >
140
+ </executions >
141
+ </plugin >
125
142
</plugins >
126
143
</build >
127
144
You can’t perform that action at this time.
0 commit comments