Skip to content

Commit c8cf70b

Browse files
author
natasha.carter@csiro.au
committed
[maven-release-plugin] prepare release ala-logger-1.0
git-svn-id: http://ala-bie.googlecode.com/svn/trunk/ala-logger@4342 de2a7fd8-b20c-11de-9ad3-fd5786690477
1 parent c9b7a33 commit c8cf70b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>au.org.ala</groupId>
75
<artifactId>ala-logger</artifactId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
<packaging>jar</packaging>
108
<name>ala-logger</name>
119
<description>
@@ -22,7 +20,7 @@
2220
</organization>
2321
<!-- AN SCM entry that points to the SVN directory that contains the pom file for the project -->
2422
<scm>
25-
<developerConnection>scm:svn:https://ala-bie.googlecode.com/svn/trunk/ala-logger/</developerConnection>
23+
<developerConnection>scm:svn:https://ala-bie.googlecode.com/svn/tags/ala-logger-1.0</developerConnection>
2624
</scm>
2725
<dependencies>
2826
<dependency>

0 commit comments

Comments
 (0)