Skip to content

Commit 4adf074

Browse files
committed
Update Maven plugin and OSS parent versions.
1 parent aa94239 commit 4adf074

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,27 +106,27 @@
106106
<parent>
107107
<groupId>org.sonatype.oss</groupId>
108108
<artifactId>oss-parent</artifactId>
109-
<version>7</version>
109+
<version>9</version>
110110
</parent>
111111

112112
<build>
113113
<extensions>
114114
<extension>
115115
<groupId>org.apache.maven.wagon</groupId>
116116
<artifactId>wagon-ssh</artifactId>
117-
<version>2.8</version>
117+
<version>2.10</version>
118118
</extension>
119119
<extension>
120120
<groupId>org.apache.maven.wagon</groupId>
121121
<artifactId>wagon-ssh-external</artifactId>
122-
<version>2.8</version>
122+
<version>2.10</version>
123123
</extension>
124124
</extensions>
125125
<plugins>
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-compiler-plugin</artifactId>
129-
<version>3.5.1</version>
129+
<version>3.6.0</version>
130130
<configuration>
131131
<source>1.6</source>
132132
<target>1.6</target>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.felix</groupId>
150150
<artifactId>maven-bundle-plugin</artifactId>
151-
<version>2.5.4</version>
151+
<version>3.2.0</version>
152152
</plugin>
153153
<plugin>
154154
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)