Skip to content

Commit 40b67b4

Browse files
author
Les Vogel
committed
maven-deploy-plugin
For some reason, we need to call it out, I was asking for 3.1 somewhere, it should be 2.8.2.
1 parent 6105318 commit 40b67b4

1 file changed

Lines changed: 60 additions & 60 deletions

File tree

pom.xml

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -109,66 +109,66 @@ limitations under the License.
109109
</configuration>
110110
</plugin>
111111

112-
<plugin>
113-
<groupId>org.codehaus.mojo</groupId>
114-
<artifactId>versions-maven-plugin</artifactId>
115-
<version>2.4</version>
116-
<executions>
117-
<execution>
118-
<phase>compile</phase>
119-
<goals>
120-
<goal>display-dependency-updates</goal>
121-
<goal>display-plugin-updates</goal>
122-
</goals>
123-
</execution>
124-
</executions>
125-
<configuration>
126-
<excludes>
127-
<exclude>javax.servlet:javax.servlet-api</exclude>
128-
<exclude>com.google.guava:guava</exclude> <!-- avoid android version -->
129-
</excludes>
130-
</configuration>
131-
</plugin>
132-
133-
<plugin>
134-
<artifactId>maven-war-plugin</artifactId>
135-
<version>3.1.0</version>
136-
</plugin>
137-
138-
<plugin>
139-
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.6.1</version>
141-
</plugin>
142-
143-
<plugin>
144-
<artifactId>maven-clean-plugin</artifactId>
145-
<version>3.0.0</version>
146-
</plugin>
147-
148-
<plugin>
149-
<artifactId>maven-install-plugin</artifactId>
150-
<version>2.5.2</version>
151-
</plugin>
152-
153-
<plugin>
154-
<artifactId>maven-surefire-plugin</artifactId>
155-
<version>2.20</version>
156-
</plugin>
157-
158-
<plugin>
159-
<artifactId>maven-site-plugin</artifactId>
160-
<version>3.6</version>
161-
</plugin>
162-
163-
<plugin>
164-
<artifactId>maven-resources-plugin</artifactId>
165-
<version>3.0.2</version>
166-
</plugin>
167-
168-
<plugin>
169-
<artifactId>maven-deploy-plugin</artifactId>
170-
<version>3.1</version>
171-
</plugin>
112+
<plugin>
113+
<groupId>org.codehaus.mojo</groupId>
114+
<artifactId>versions-maven-plugin</artifactId>
115+
<version>2.4</version>
116+
<executions>
117+
<execution>
118+
<phase>compile</phase>
119+
<goals>
120+
<goal>display-dependency-updates</goal>
121+
<goal>display-plugin-updates</goal>
122+
</goals>
123+
</execution>
124+
</executions>
125+
<configuration>
126+
<excludes>
127+
<exclude>javax.servlet:javax.servlet-api</exclude>
128+
<exclude>com.google.guava:guava</exclude> <!-- avoid android version -->
129+
</excludes>
130+
</configuration>
131+
</plugin>
132+
133+
<plugin>
134+
<artifactId>maven-war-plugin</artifactId>
135+
<version>3.1.0</version>
136+
</plugin>
137+
138+
<plugin>
139+
<artifactId>maven-compiler-plugin</artifactId>
140+
<version>3.6.1</version>
141+
</plugin>
142+
143+
<plugin>
144+
<artifactId>maven-clean-plugin</artifactId>
145+
<version>3.0.0</version>
146+
</plugin>
147+
148+
<plugin>
149+
<artifactId>maven-install-plugin</artifactId>
150+
<version>2.5.2</version>
151+
</plugin>
152+
153+
<plugin>
154+
<artifactId>maven-surefire-plugin</artifactId>
155+
<version>2.20</version>
156+
</plugin>
157+
158+
<plugin>
159+
<artifactId>maven-site-plugin</artifactId>
160+
<version>3.6</version>
161+
</plugin>
162+
163+
<plugin>
164+
<artifactId>maven-resources-plugin</artifactId>
165+
<version>3.0.2</version>
166+
</plugin>
167+
168+
<plugin>
169+
<artifactId>maven-deploy-plugin</artifactId>
170+
<version>2.8.2</version>
171+
</plugin>
172172

173173
</plugins>
174174
</pluginManagement>

0 commit comments

Comments
 (0)