File tree Expand file tree Collapse file tree 18 files changed +12
-570
lines changed
Expand file tree Collapse file tree 18 files changed +12
-570
lines changed Original file line number Diff line number Diff line change 3838
3939 </dependencies >
4040
41- <profiles >
42- <profile >
43- <id >sign-it</id >
44- <activation >
45- <property >
46- <name >sign</name >
47- <value >true</value >
48- </property >
49- </activation >
50- <build >
51- <plugins >
52- <plugin >
53- <groupId >org.apache.maven.plugins</groupId >
54- <artifactId >maven-gpg-plugin</artifactId >
55- <version >3.0.1</version >
56- <executions >
57- <execution >
58- <id >sign-artifacts</id >
59- <phase >verify</phase >
60- <goals >
61- <goal >sign</goal >
62- </goals >
63- <configuration >
64- <gpgArguments >
65- <arg >--pinentry-mode</arg >
66- <arg >loopback</arg >
67- </gpgArguments >
68- </configuration >
69- </execution >
70- </executions >
71- </plugin >
72- </plugins >
73- </build >
74- </profile >
75- </profiles >
76-
7741 <build >
7842 <sourceDirectory >src/main/java</sourceDirectory >
7943 <testSourceDirectory >src/test/java</testSourceDirectory >
Original file line number Diff line number Diff line change 8383 <dependency >
8484 <groupId >com.fasterxml.jackson.dataformat</groupId >
8585 <artifactId >jackson-dataformat-yaml</artifactId >
86- <version >2.19.2 </version >
86+ <version >${jackson.version} </version >
8787 </dependency >
8888
8989 <dependency >
Original file line number Diff line number Diff line change 6767
6868 </dependencies >
6969
70- <profiles >
71-
72- <profile >
73- <id >sign-it</id >
74- <activation >
75- <property >
76- <name >sign</name >
77- <value >true</value >
78- </property >
79- </activation >
80- <build >
81- <plugins >
82- <plugin >
83- <groupId >org.apache.maven.plugins</groupId >
84- <artifactId >maven-gpg-plugin</artifactId >
85- <version >3.0.1</version >
86- <executions >
87- <execution >
88- <id >sign-artifacts</id >
89- <phase >verify</phase >
90- <goals >
91- <goal >sign</goal >
92- </goals >
93- <configuration >
94- <gpgArguments >
95- <arg >--pinentry-mode</arg >
96- <arg >loopback</arg >
97- </gpgArguments >
98- </configuration >
99- </execution >
100- </executions >
101- </plugin >
102- </plugins >
103- </build >
104- </profile >
105-
106- </profiles >
107-
10870 <build >
10971 <sourceDirectory >src/main/java</sourceDirectory >
11072 <testSourceDirectory >src/test/java</testSourceDirectory >
Original file line number Diff line number Diff line change 8686
8787 </dependencies >
8888
89- <profiles >
90-
91- <profile >
92- <id >sign-it</id >
93- <activation >
94- <property >
95- <name >sign</name >
96- <value >true</value >
97- </property >
98- </activation >
99- <build >
100- <plugins >
101- <plugin >
102- <groupId >org.apache.maven.plugins</groupId >
103- <artifactId >maven-gpg-plugin</artifactId >
104- <version >3.0.1</version >
105- <executions >
106- <execution >
107- <id >sign-artifacts</id >
108- <phase >verify</phase >
109- <goals >
110- <goal >sign</goal >
111- </goals >
112- <configuration >
113- <gpgArguments >
114- <arg >--pinentry-mode</arg >
115- <arg >loopback</arg >
116- </gpgArguments >
117- </configuration >
118- </execution >
119- </executions >
120- </plugin >
121- </plugins >
122- </build >
123- </profile >
124- </profiles >
125-
12689 <build >
12790 <sourceDirectory >src/main/java</sourceDirectory >
12891 <testSourceDirectory >src/test/java</testSourceDirectory >
Original file line number Diff line number Diff line change 8888
8989 </dependencies >
9090
91- <profiles >
92-
93- <profile >
94- <id >sign-it</id >
95- <activation >
96- <property >
97- <name >sign</name >
98- <value >true</value >
99- </property >
100- </activation >
101- <build >
102- <plugins >
103- <plugin >
104- <groupId >org.apache.maven.plugins</groupId >
105- <artifactId >maven-gpg-plugin</artifactId >
106- <version >${maven.gpg.plugin.version} </version >
107- <executions >
108- <execution >
109- <id >sign-artifacts</id >
110- <phase >verify</phase >
111- <goals >
112- <goal >sign</goal >
113- </goals >
114- <configuration >
115- <gpgArguments >
116- <arg >--pinentry-mode</arg >
117- <arg >loopback</arg >
118- </gpgArguments >
119- </configuration >
120- </execution >
121- </executions >
122- </plugin >
123- </plugins >
124- </build >
125- </profile >
126- </profiles >
127-
12891 <build >
12992 <sourceDirectory >src/main/java</sourceDirectory >
13093 <testSourceDirectory >src/test/java</testSourceDirectory >
Original file line number Diff line number Diff line change 6767
6868 </dependencies >
6969
70- <profiles >
71-
72- <profile >
73- <id >sign-it</id >
74- <activation >
75- <property >
76- <name >sign</name >
77- <value >true</value >
78- </property >
79- </activation >
80- <build >
81- <plugins >
82- <plugin >
83- <groupId >org.apache.maven.plugins</groupId >
84- <artifactId >maven-gpg-plugin</artifactId >
85- <version >3.0.1</version >
86- <executions >
87- <execution >
88- <id >sign-artifacts</id >
89- <phase >verify</phase >
90- <goals >
91- <goal >sign</goal >
92- </goals >
93- <configuration >
94- <gpgArguments >
95- <arg >--pinentry-mode</arg >
96- <arg >loopback</arg >
97- </gpgArguments >
98- </configuration >
99- </execution >
100- </executions >
101- </plugin >
102- </plugins >
103- </build >
104- </profile >
105- </profiles >
106-
10770 <build >
10871 <sourceDirectory >src/main/java</sourceDirectory >
10972 <testSourceDirectory >src/test/java</testSourceDirectory >
Original file line number Diff line number Diff line change 5555
5656 </dependencies >
5757
58- <profiles >
59-
60- <profile >
61- <id >sign-it</id >
62- <activation >
63- <property >
64- <name >sign</name >
65- <value >true</value >
66- </property >
67- </activation >
68- <build >
69- <plugins >
70- <plugin >
71- <groupId >org.apache.maven.plugins</groupId >
72- <artifactId >maven-gpg-plugin</artifactId >
73- <version >3.0.1</version >
74- <executions >
75- <execution >
76- <id >sign-artifacts</id >
77- <phase >verify</phase >
78- <goals >
79- <goal >sign</goal >
80- </goals >
81- <configuration >
82- <gpgArguments >
83- <arg >--pinentry-mode</arg >
84- <arg >loopback</arg >
85- </gpgArguments >
86- </configuration >
87- </execution >
88- </executions >
89- </plugin >
90- </plugins >
91- </build >
92- </profile >
93-
94- </profiles >
95-
9658 <build >
9759 <sourceDirectory >src/main/java</sourceDirectory >
9860 <testSourceDirectory >src/test/java</testSourceDirectory >
Original file line number Diff line number Diff line change 2525 <module >rest-api</module >
2626 </modules >
2727
28-
29- <profiles >
30- <profile >
31- <id >sign-it</id >
32- <activation >
33- <property >
34- <name >sign</name >
35- <value >true</value >
36- </property >
37- </activation >
38- <build >
39- <plugins >
40- <plugin >
41- <groupId >org.apache.maven.plugins</groupId >
42- <artifactId >maven-gpg-plugin</artifactId >
43- <version >3.0.1</version >
44- <executions >
45- <execution >
46- <id >sign-artifacts</id >
47- <phase >verify</phase >
48- <goals >
49- <goal >sign</goal >
50- </goals >
51- <configuration >
52- <gpgArguments >
53- <arg >--pinentry-mode</arg >
54- <arg >loopback</arg >
55- </gpgArguments >
56- </configuration >
57- </execution >
58- </executions >
59- </plugin >
60- </plugins >
61- </build >
62- </profile >
63- </profiles >
64-
6528</project >
Original file line number Diff line number Diff line change 5555
5656 </dependencies >
5757
58- <profiles >
59-
60- <profile >
61- <id >sign-it</id >
62- <activation >
63- <property >
64- <name >sign</name >
65- <value >true</value >
66- </property >
67- </activation >
68- <build >
69- <plugins >
70- <plugin >
71- <groupId >org.apache.maven.plugins</groupId >
72- <artifactId >maven-gpg-plugin</artifactId >
73- <version >3.0.1</version >
74- <executions >
75- <execution >
76- <id >sign-artifacts</id >
77- <phase >verify</phase >
78- <goals >
79- <goal >sign</goal >
80- </goals >
81- <configuration >
82- <gpgArguments >
83- <arg >--pinentry-mode</arg >
84- <arg >loopback</arg >
85- </gpgArguments >
86- </configuration >
87- </execution >
88- </executions >
89- </plugin >
90- </plugins >
91- </build >
92- </profile >
93-
94- </profiles >
95-
9658 <build >
9759 <sourceDirectory >src/main/java</sourceDirectory >
9860 <testSourceDirectory >src/test/java</testSourceDirectory >
You can’t perform that action at this time.
0 commit comments