File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.mailjet</groupId >
5
5
<artifactId >mailjet-client</artifactId >
6
- <version >4.1.0-SNAPSHOT </version >
6
+ <version >4.1.0</version >
7
7
<packaging >jar</packaging >
8
8
<name >Mailjet Client</name >
9
9
<description >A Mailjet API Client</description >
126
126
<autoReleaseAfterClose >true</autoReleaseAfterClose >
127
127
</configuration >
128
128
</plugin >
129
+ <plugin >
130
+ <groupId >org.apache.maven.plugins</groupId >
131
+ <artifactId >maven-gpg-plugin</artifactId >
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
+ <configuration >
142
+ <keyname >9BD3657DFD7A37FA</keyname >
143
+ </configuration >
144
+ </plugin >
129
145
</plugins >
130
146
</build >
131
147
</project >
You can’t perform that action at this time.
0 commit comments