Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sabomichal committed Jan 1, 2023
1 parent 5d3fc6d commit a3ac042
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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>

<groupId>com.github.sabomichal</groupId>
<artifactId>avro-compiler-extension</artifactId>
<version>0-SNAPSHOT</version>
<version>0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -247,7 +246,7 @@
<connection>scm:git:https://github.com/sabomichal/avro-compiler-extension.git</connection>
<developerConnection>scm:git:[email protected]:sabomichal/avro-compiler-extension.git</developerConnection>
<url>https://github.com/sabomichal/avro-compiler-extension</url>
<tag>HEAD</tag>
<tag>v0.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a3ac042

Please sign in to comment.