[maven-release-plugin] prepare release themoviedbapi-1.0

master
Omertron 15 years ago
parent 55333d28e6
commit 02ec81beec

@ -1,7 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<project <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/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
@ -10,7 +8,7 @@
</parent> </parent>
<groupId>com.moviejukebox</groupId> <groupId>com.moviejukebox</groupId>
<artifactId>themoviedbapi</artifactId> <artifactId>themoviedbapi</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
<name>The MovieDB API</name> <name>The MovieDB API</name>
<issueManagement> <issueManagement>
@ -22,10 +20,10 @@
<url>http://mediadeveloper.org:8080/job/API-TheMovieDb/</url> <url>http://mediadeveloper.org:8080/job/API-TheMovieDb/</url>
</ciManagement> </ciManagement>
<scm> <scm>
<connection>scm:svn:http://themoviedbapi.googlecode.com/svn/trunk/themoviedbapi</connection> <connection>scm:svn:http://themoviedbapi.googlecode.com/svn/tags/themoviedbapi-1.0</connection>
<developerConnection>scm:svn:https://themoviedbapi.googlecode.com/svn/trunk/themoviedbapi</developerConnection> <developerConnection>scm:svn:https://themoviedbapi.googlecode.com/svn/tags/themoviedbapi-1.0</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
<url>http://code.google.com/p/themoviedbapi/source/browse/trunk/themoviedbapi</url> <url>http://code.google.com/p/themoviedbapi/source/browse/tags/themoviedbapi-1.0</url>
</scm> </scm>
<properties> <properties>

Loading…
Cancel
Save