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
tjuerge committed Sep 28, 2019
1 parent 36323d1 commit 4259cb6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vaulttec.atlassian</groupId>
<artifactId>auth-spnego</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>auth-spnego-common</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions confluence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.vaulttec.atlassian</groupId>
<artifactId>auth-spnego</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>auth-spnego-confluence</artifactId>

<scm>
<connection>scm:git:https://github.com/vaulttec/atlassian-auth-spnego.git</connection>
<developerConnection>scm:git:[email protected]:vaulttec/atlassian-auth-spnego.git</developerConnection>
<url>https://github.com/vaulttec/atlassian-auth-spnego</url>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions jira/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.vaulttec.atlassian</groupId>
<artifactId>auth-spnego</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>auth-spnego-jira</artifactId>

<scm>
<connection>scm:git:https://github.com/vaulttec/atlassian-auth-spnego.git</connection>
<developerConnection>scm:git:[email protected]:vaulttec/atlassian-auth-spnego.git</developerConnection>
<url>https://github.com/vaulttec/atlassian-auth-spnego</url>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.vaulttec.atlassian</groupId>
<artifactId>auth-spnego</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Atlassian SPNEGO Authenticators</name>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:https://github.com/vaulttec/atlassian-auth-spnego.git</connection>
<developerConnection>scm:git:[email protected]:vaulttec/atlassian-auth-spnego.git</developerConnection>
<url>https://github.com/vaulttec/atlassian-auth-spnego</url>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 4259cb6

Please sign in to comment.