Additional release changes for next time

This commit is contained in:
Sean Owen 2014-02-28 12:38:36 +00:00
parent f1c385ba93
commit 182fcbe923

View file

@ -203,6 +203,7 @@
</dependency> </dependency>
</dependencies> </dependencies>
<configuration> <configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<tagNameFormat>zxing-@{project.version}</tagNameFormat> <tagNameFormat>zxing-@{project.version}</tagNameFormat>
<goals>deploy</goals> <goals>deploy</goals>
</configuration> </configuration>
@ -236,6 +237,7 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<keyname>Sean Owen (ZXing) &lt;srowen@gmail.com&gt;</keyname>
<executable>gpg2</executable> <executable>gpg2</executable>
</configuration> </configuration>
</plugin> </plugin>