Bumping versions to 2.3-SNAPSHOT.

This commit is contained in:
Harald Kuhr 2009-11-08 14:44:58 +01:00
parent b7124585c5
commit d1cc3deec1

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.twelvemonkeys</groupId> <groupId>com.twelvemonkeys</groupId>
<artifactId>twelvemonkeys-servlet</artifactId> <artifactId>twelvemonkeys-servlet</artifactId>
<version>2.2</version> <version>2.3-SNAPSHOT</version>
<name>TwelveMonkeys Servlet</name> <name>TwelveMonkeys Servlet</name>
<parent> <parent>
@ -89,6 +89,22 @@
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<configuration>
<archive>
<manifestEntries>
<Implementation-Title>${project.name}</Implementation-Title>
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>