Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielserik committed Dec 2, 2021
1 parent dd5ba46 commit da13d1e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.olf.folio.order</groupId>
<artifactId>order-import-poc</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>war</packaging>
<name>Order Import POC</name>

Expand Down Expand Up @@ -215,7 +213,7 @@
<url>https://github.com/folio-labs/${artifactId}</url>
<connection>scm:git:git://github.com/folio-labs/${artifactId}.git</connection>
<developerConnection>scm:git:[email protected]:folio-labs/${artifactId}.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

</project>

0 comments on commit da13d1e

Please sign in to comment.