File tree Expand file tree Collapse file tree 5 files changed +8
-48
lines changed Expand file tree Collapse file tree 5 files changed +8
-48
lines changed Original file line number Diff line number Diff line change 163163 </plugins >
164164 </build >
165165 </profile >
166- <profile >
167- <id >release</id >
168- <build >
169- <plugins >
170- <plugin >
171- <groupId >org.sonatype.central</groupId >
172- <artifactId >central-publishing-maven-plugin</artifactId >
173- </plugin >
174- <plugin >
175- <groupId >org.apache.maven.plugins</groupId >
176- <artifactId >maven-gpg-plugin</artifactId >
177- </plugin >
178- </plugins >
179- </build >
180- </profile >
181166 </profiles >
182167
183168 <!-- ====================================================================== -->
Original file line number Diff line number Diff line change @@ -362,6 +362,10 @@ DynamicImport-Package: *
362362 <groupId >org.sonatype.central</groupId >
363363 <artifactId >central-publishing-maven-plugin</artifactId >
364364 </plugin >
365+ <plugin >
366+ <groupId >org.apache.maven.plugins</groupId >
367+ <artifactId >maven-gpg-plugin</artifactId >
368+ </plugin >
365369 <!-- Source JAR -->
366370 <plugin >
367371 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 139139 </plugins >
140140 </build >
141141 </profile >
142- <profile >
143- <id >release</id >
144- <build >
145- <plugins >
146- <plugin >
147- <groupId >org.sonatype.central</groupId >
148- <artifactId >central-publishing-maven-plugin</artifactId >
149- </plugin >
150- <plugin >
151- <groupId >org.apache.maven.plugins</groupId >
152- <artifactId >maven-gpg-plugin</artifactId >
153- </plugin >
154- </plugins >
155- </build >
156- </profile >
157142 </profiles >
158143
159144 <!-- ====================================================================== -->
Original file line number Diff line number Diff line change @@ -681,6 +681,10 @@ Private-Package: com.fasterxml.jackson.datatype.jsr310
681681 <groupId >org.sonatype.central</groupId >
682682 <artifactId >central-publishing-maven-plugin</artifactId >
683683 </plugin >
684+ <plugin >
685+ <groupId >org.apache.maven.plugins</groupId >
686+ <artifactId >maven-gpg-plugin</artifactId >
687+ </plugin >
684688 </plugins >
685689 </build >
686690 </profile >
Original file line number Diff line number Diff line change 9898 <type >zip</type >
9999 </dependency >
100100 </dependencies >
101-
102- <profiles >
103- <profile >
104- <id >release</id >
105- <build >
106- <plugins >
107- <plugin >
108- <groupId >org.sonatype.central</groupId >
109- <artifactId >central-publishing-maven-plugin</artifactId >
110- </plugin >
111- <plugin >
112- <groupId >org.apache.maven.plugins</groupId >
113- <artifactId >maven-gpg-plugin</artifactId >
114- </plugin >
115- </plugins >
116- </build >
117- </profile >
118- </profiles >
119101</project >
You can’t perform that action at this time.
0 commit comments