Skip to content

Commit

Permalink
Creating commons-codec-1.6-RC1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 14, 2011
2 parents 9d520b5 + b453bb6 commit 5514726
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -210,6 +210,23 @@ limitations under the License.
<commons.encoding>UTF-8</commons.encoding> <commons.encoding>UTF-8</commons.encoding>
</properties> </properties>
<build> <build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
<dependencies>
<dependency>
<!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -258,7 +275,6 @@ limitations under the License.
<artifactId>maven-changes-plugin</artifactId> <artifactId>maven-changes-plugin</artifactId>
<version>2.6</version> <version>2.6</version>
<configuration> <configuration>
<!-- <xmlPath>${basedir}/src/changes/changes.xml</xmlPath> -->
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate> <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
<!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> --> <!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> -->
</configuration> </configuration>
Expand Down

0 comments on commit 5514726

Please sign in to comment.