[maven-release-plugin] prepare release nenya-1.7

This commit is contained in:
Michael Bayne
2025-07-04 10:04:22 -07:00
parent d1e2a2cd02
commit a70fbc7deb
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>nenya-parent</artifactId> <artifactId>nenya-parent</artifactId>
<version>1.7-SNAPSHOT</version> <version>1.7</version>
</parent> </parent>
<artifactId>nenya</artifactId> <artifactId>nenya</artifactId>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>nenya-parent</artifactId> <artifactId>nenya-parent</artifactId>
<version>1.7-SNAPSHOT</version> <version>1.7</version>
</parent> </parent>
<artifactId>nenya-maven-plugin</artifactId> <artifactId>nenya-maven-plugin</artifactId>
+2 -1
View File
@@ -5,7 +5,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>nenya-parent</artifactId> <artifactId>nenya-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.7-SNAPSHOT</version> <version>1.7</version>
<name>Nenya Parent</name> <name>Nenya Parent</name>
<description>Facilities for making Java games.</description> <description>Facilities for making Java games.</description>
@@ -34,6 +34,7 @@
<connection>scm:git:git://github.com/threerings/nenya.git</connection> <connection>scm:git:git://github.com/threerings/nenya.git</connection>
<developerConnection>scm:git:git@github.com:threerings/nenya.git</developerConnection> <developerConnection>scm:git:git@github.com:threerings/nenya.git</developerConnection>
<url>https://github.com/threerings/nenya/</url> <url>https://github.com/threerings/nenya/</url>
<tag>nenya-1.7</tag>
</scm> </scm>
<properties> <properties>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>nenya-parent</artifactId> <artifactId>nenya-parent</artifactId>
<version>1.7-SNAPSHOT</version> <version>1.7</version>
</parent> </parent>
<artifactId>nenya-tools</artifactId> <artifactId>nenya-tools</artifactId>