Skip to content

Commit 32e7342

Browse files
authored
Merge pull request #14 from GoogleCloudPlatform/tswast-versionsplugin
Add versions plugin.
2 parents 7b23e99 + 5076e17 commit 32e7342

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ limitations under the License.
7575
<execution><goals><goal>check</goal></goals></execution>
7676
</executions>
7777
</plugin>
78+
<plugin>
79+
<groupId>org.codehaus.mojo</groupId>
80+
<artifactId>versions-maven-plugin</artifactId>
81+
<version>2.2</version>
82+
</plugin>
7883
<plugin>
7984
<groupId>org.jacoco</groupId>
8085
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)