Skip to content

Commit 00f6340

Browse files
author
srowen@gmail.com
committed
Restore some pom settings that were probably not needed after the <site> tag problem was found
git-svn-id: https://zxing.googlecode.com/svn/trunk@2977 59b500cc-1b3d-0410-9834-0bbf25fbcc57
1 parent 092e0e9 commit 00f6340

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,6 @@
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-release-plugin</artifactId>
196196
<version>2.4.2</version>
197-
<dependencies>
198-
<dependency>
199-
<groupId>org.codehaus.plexus</groupId>
200-
<artifactId>plexus-utils</artifactId>
201-
<version>3.0.15</version>
202-
</dependency>
203-
</dependencies>
204197
</plugin>
205198
<plugin>
206199
<groupId>org.apache.maven.plugins</groupId>

zxingorg/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
<target>7</target>
7676
</configuration>
7777
</plugin>
78-
<!-- Doesn't work with release: -->
79-
<!--
8078
<plugin>
8179
<groupId>org.apache.maven.plugins</groupId>
8280
<artifactId>maven-dependency-plugin</artifactId>
@@ -102,7 +100,6 @@
102100
</execution>
103101
</executions>
104102
</plugin>
105-
-->
106103
<plugin>
107104
<groupId>org.apache.maven.plugins</groupId>
108105
<artifactId>maven-war-plugin</artifactId>

0 commit comments

Comments
 (0)