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

git-svn-id: https://zxing.googlecode.com/svn/trunk@1283 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2010-04-06 11:59:11 +00:00
parent e3fd5a55f8
commit 8eb728e9c9

View file

@ -14,13 +14,13 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ZXing Core</name> <name>ZXing Core</name>
<version>1.5-SNAPSHOT</version> <version>1.5</version>
<description>Core barcode encoding/decoding library</description> <description>Core barcode encoding/decoding library</description>
<url>http://code.google.com/p/zxing</url> <url>http://code.google.com/p/zxing</url>
<inceptionYear>2007</inceptionYear> <inceptionYear>2007</inceptionYear>
@ -46,9 +46,9 @@
</developer> </developer>
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/trunk/core</connection> <connection>scm:svn:http://zxing.googlecode.com/svn/tags/core-1.5</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/core</developerConnection> <developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/core-1.5</developerConnection>
<url>http://zxing.googlecode.com/svn/trunk/core/</url> <url>http://zxing.googlecode.com/svn/tags/core-1.5</url>
</scm> </scm>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
@ -61,10 +61,15 @@
</plugins> </plugins>
</build> </build>
<distributionManagement> <distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>http://oss.sonatype.org/content/groups/google-with-staging/</url>
</repository>
<snapshotRepository> <snapshotRepository>
<id>sonatype-nexus-snapshots</id> <id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name> <name>Sonatype Nexus Snapshots</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url> <url>http://oss.sonatype.org/content/repositories/google-snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
<profiles> <profiles>