Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exAphex committed Sep 16, 2021
1 parent 9132cfb commit 6283c28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.asena</groupId>
<artifactId>parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<groupId>com.asena</groupId>
<artifactId>installer</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<name>installer</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<groupId>com.asena</groupId>
<artifactId>parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<scm>
<connection>scm:git:git@github.com:exAphex/asena</connection>
<url>scm:git:git@github.com:exAphex/asena</url>
<developerConnection>scm:git:git@github.com:exAphex/asena</developerConnection>
<tag>HEAD</tag>
<tag>v1.2</tag>
</scm>

<distributionManagement>
Expand Down
6 changes: 5 additions & 1 deletion scimgateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.asena</groupId>
<artifactId>scimgateway</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<name>scimgateway</name>
<description>Asena SCIM Gateway</description>

Expand Down Expand Up @@ -137,4 +137,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v1.2</tag>
</scm>
</project>

0 comments on commit 6283c28

Please sign in to comment.