Skip to content

Commit

Permalink
[maven-release-plugin] prepare release authservice-1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Dec 7, 2019
1 parent a43d00a commit 03bf0ca
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion authservice.db.liquibase.production/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.db.liquibase.production</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.db.liquibase.test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.db.liquibase.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.db.liquibase/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.db.liquibase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.definitions/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.definitions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.users/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.users</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.web.security.dbrealm/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.web.security.dbrealm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.web.security.memorysession/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.web.security.memorysession</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.web.security/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.web.security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.web.users.api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>authservice</artifactId>
<groupId>no.priv.bang.authservice</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

<artifactId>authservice.web.users.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion authservice.web.users.frontend/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>no.priv.bang.authservice</groupId>
<artifactId>authservice</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>no.priv.bang.authservice</groupId>
<artifactId>authservice</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -622,7 +622,7 @@
<scm>
<url>https://github.com/steinarb/authservice</url>
<connection>scm:git:https://github.com/steinarb/authservice.git</connection>
<tag>HEAD</tag>
<tag>authservice-1.7.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 03bf0ca

Please sign in to comment.