File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ under the License.
81
81
<properties >
82
82
<javaVersion >7</javaVersion >
83
83
<mavenVersion >3.0</mavenVersion >
84
+ <project .build.outputTimestamp>2019-12-08T19:56:05Z</project .build.outputTimestamp>
84
85
</properties >
85
86
86
87
<dependencies >
@@ -155,6 +156,27 @@ under the License.
155
156
</configuration >
156
157
</plugin >
157
158
</plugins >
159
+ <pluginManagement >
160
+ <plugins >
161
+ <!-- Reproducible Builds plugins: to be removed once parent POM updated to 34 -->
162
+ <plugin >
163
+ <artifactId >maven-source-plugin</artifactId >
164
+ <version >3.2.0</version ><!-- not fully reproducible: see MSOURCES-123 -->
165
+ </plugin >
166
+ <plugin >
167
+ <artifactId >maven-jar-plugin</artifactId >
168
+ <version >3.2.0</version >
169
+ </plugin >
170
+ <plugin >
171
+ <artifactId >maven-assembly-plugin</artifactId >
172
+ <version >3.2.0</version >
173
+ </plugin >
174
+ <plugin >
175
+ <artifactId >maven-release-plugin</artifactId >
176
+ <version >3.0.0-M1</version >
177
+ </plugin >
178
+ </plugins >
179
+ </pluginManagement >
158
180
</build >
159
181
160
182
<profiles >
You can’t perform that action at this time.
0 commit comments