Files
samskivert/gwt-pom.xml
T
samskivert f8cb176177 Bump GWT artifact up to snapshot version.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2980 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2011-01-07 22:26:35 +00:00

15 lines
583 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.samskivert</groupId>
<artifactId>samskivert-gwt</artifactId>
<packaging>jar</packaging>
<version>1.3-SNAPSHOT</version>
<name>samskivert-gwt</name>
<description>Source for classes that work with GWT.</description>
<dependencies>
<!-- none! -->
</dependencies>
</project>