File tree Expand file tree Collapse file tree 8 files changed +97
-21
lines changed
activejdbc-instrumentation
db-migrator-integration-test Expand file tree Collapse file tree 8 files changed +97
-21
lines changed Original file line number Diff line number Diff line change 19
19
<plugin >
20
20
<groupId >org.apache.maven.plugins</groupId >
21
21
<artifactId >maven-gpg-plugin</artifactId >
22
- <executions >
23
- <execution >
24
- <id >sign-artifacts</id >
25
- <phase >verify</phase >
26
- <goals >
27
- <goal >sign</goal >
28
- </goals >
29
- </execution >
30
- </executions >
31
22
</plugin >
32
23
</plugins >
33
24
</build >
Original file line number Diff line number Diff line change 23
23
</properties >
24
24
25
25
<profiles >
26
+ <profile >
27
+ <id >release</id >
28
+ <build >
29
+ <plugins >
30
+ <plugin >
31
+ <groupId >org.apache.maven.plugins</groupId >
32
+ <artifactId >maven-gpg-plugin</artifactId >
33
+ </plugin >
34
+ </plugins >
35
+ </build >
36
+ </profile >
26
37
<profile >
27
38
<id >h2</id >
28
39
<!--
Original file line number Diff line number Diff line change 11
11
<version >1.4.11-SNAPSHOT</version >
12
12
</parent >
13
13
14
+ <profiles >
15
+ <profile >
16
+ <id >release</id >
17
+ <build >
18
+ <plugins >
19
+ <plugin >
20
+ <groupId >org.apache.maven.plugins</groupId >
21
+ <artifactId >maven-gpg-plugin</artifactId >
22
+ </plugin >
23
+ </plugins >
24
+ </build >
25
+ </profile >
26
+ </profiles >
27
+
14
28
<dependencies >
15
29
<dependency >
16
30
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 10
10
<version >1.4.11-SNAPSHOT</version >
11
11
</parent >
12
12
13
+ <profiles >
14
+ <profile >
15
+ <id >release</id >
16
+ <build >
17
+ <plugins >
18
+ <plugin >
19
+ <groupId >org.apache.maven.plugins</groupId >
20
+ <artifactId >maven-gpg-plugin</artifactId >
21
+ </plugin >
22
+ </plugins >
23
+ </build >
24
+ </profile >
25
+ </profiles >
13
26
<build >
14
27
<plugins >
15
28
<plugin >
Original file line number Diff line number Diff line change 12
12
<artifactId >activejdbc-root</artifactId >
13
13
<version >1.4.11-SNAPSHOT</version >
14
14
</parent >
15
-
15
+ <profiles >
16
+ <profile >
17
+ <id >release</id >
18
+ <build >
19
+ <plugins >
20
+ <plugin >
21
+ <groupId >org.apache.maven.plugins</groupId >
22
+ <artifactId >maven-gpg-plugin</artifactId >
23
+ </plugin >
24
+ </plugins >
25
+ </build >
26
+ </profile >
27
+ </profiles >
16
28
<build >
17
29
<plugins >
18
30
<plugin >
Original file line number Diff line number Diff line change 12
12
<artifactId >activejdbc-root</artifactId >
13
13
<version >1.4.11-SNAPSHOT</version >
14
14
</parent >
15
+ <profiles >
16
+ <profile >
17
+ <id >release</id >
18
+ <build >
19
+ <plugins >
20
+ <plugin >
21
+ <groupId >org.apache.maven.plugins</groupId >
22
+ <artifactId >maven-gpg-plugin</artifactId >
23
+ </plugin >
24
+ </plugins >
25
+ </build >
26
+ </profile >
27
+ </profiles >
15
28
16
29
<dependencies >
17
30
<dependency ><groupId >junit</groupId ><artifactId >junit</artifactId ><version >4.8.1</version ><scope >test</scope ></dependency >
Original file line number Diff line number Diff line change 11
11
<version >1.4.11-SNAPSHOT</version >
12
12
</parent >
13
13
14
+ <profiles >
15
+ <profile >
16
+ <id >release</id >
17
+ <build >
18
+ <plugins >
19
+ <plugin >
20
+ <groupId >org.apache.maven.plugins</groupId >
21
+ <artifactId >maven-gpg-plugin</artifactId >
22
+ </plugin >
23
+ </plugins >
24
+ </build >
25
+ </profile >
26
+ </profiles >
27
+
14
28
<build >
15
29
<plugins >
16
30
<plugin >
Original file line number Diff line number Diff line change 43
43
<profile >
44
44
<id >release</id >
45
45
<build >
46
+ <pluginManagement >
47
+ <plugins >
48
+ <plugin >
49
+ <groupId >org.apache.maven.plugins</groupId >
50
+ <artifactId >maven-gpg-plugin</artifactId >
51
+ <version >1.5</version >
52
+ <executions >
53
+ <execution >
54
+ <id >sign-artifacts</id >
55
+ <phase >verify</phase >
56
+ <goals >
57
+ <goal >sign</goal >
58
+ </goals >
59
+ </execution >
60
+ </executions >
61
+ </plugin >
62
+ </plugins >
63
+ </pluginManagement >
46
64
<plugins >
47
65
<plugin >
48
66
<groupId >org.apache.maven.plugins</groupId >
49
67
<artifactId >maven-gpg-plugin</artifactId >
50
- <version >1.5</version >
51
- <executions >
52
- <execution >
53
- <id >sign-artifacts</id >
54
- <phase >verify</phase >
55
- <goals >
56
- <goal >sign</goal >
57
- </goals >
58
- </execution >
59
- </executions >
60
68
</plugin >
61
69
</plugins >
62
70
</build >
63
71
</profile >
64
72
</profiles >
65
-
66
73
<build >
67
74
<plugins >
68
75
<plugin >
101
108
</repository >
102
109
</repositories >
103
110
111
+
104
112
<pluginRepositories >
105
113
<pluginRepository >
106
114
<id >sonatype-nexus-plugin-snapshots</id >
You can’t perform that action at this time.
0 commit comments