[maven-release-plugin] prepare release vilya-1.5

This commit is contained in:
Michael Bayne
2013-05-07 14:57:59 -07:00
parent c89d638d61
commit a8cd8af2f1
+2 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
@@ -10,7 +10,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>vilya</artifactId> <artifactId>vilya</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.5-SNAPSHOT</version> <version>1.5</version>
<name>Vilya</name> <name>Vilya</name>
<description>Facilities for making networked multiplayer games.</description> <description>Facilities for making networked multiplayer games.</description>