Skip to content

Commit b0908b4

Browse files
committed
[maven-release-plugin] prepare release 1.1.0
1 parent 6646899 commit b0908b4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>au.gov.nla</groupId>
86
<artifactId>outbackcdx</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
108

119
<properties>
1210
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -177,5 +175,6 @@
177175
<url>https://github.com/nla/outbackcdx</url>
178176
<connection>scm:git:git@github.com:nla/outbackcdx</connection>
179177
<developerConnection>scm:git:git@github.com:nla/outbackcdx</developerConnection>
180-
</scm>
178+
<tag>1.1.0</tag>
179+
</scm>
181180
</project>

0 commit comments

Comments
 (0)