Author: gabriele
Date: Tue Mar 1 16:46:09 2011
New Revision: 1075897
URL: http://svn.apache.org/viewvc?rev=1075897&view=rev
Log:
added basic maven-release-plugin config
Modified:
chemistry/chemistry-jar-resource-bundle/trunk/pom.xml
Modified: chemistry/chemistry-jar-resource-bundle/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/chemistry-jar-resource-bundle/trunk/pom.xml?rev=1075897&r1=1075896&r2=1075897&view=diff
==============================================================================
--- chemistry/chemistry-jar-resource-bundle/trunk/pom.xml (original)
+++ chemistry/chemistry-jar-resource-bundle/trunk/pom.xml Tue Mar 1 16:46:09
2011
@@ -23,6 +23,20 @@
<name>chemistry-jar-resource-bundle</name>
<url>http://chemistry.apache.org</url>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+
<tagBase>https://svn.apache.org/repos/asf/chemistry/chemistry-jar-resource-bundle/tags</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>