Skip to content

Commit

Permalink
set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpilch committed Sep 10, 2020
1 parent 6b2448b commit 2692842
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>de.vsfexperts.rbac</groupId>
<artifactId>rbac-services</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
<packaging>pom</packaging>

<name>RBAC Services</name>
Expand Down
2 changes: 1 addition & 1 deletion rbac-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.vsfexperts.rbac</groupId>
<artifactId>rbac-services</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
</parent>

<artifactId>rbac-configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rbac-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.vsfexperts.rbac</groupId>
<artifactId>rbac-services</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
</parent>

<artifactId>rbac-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rbac-maven-plugin-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.vsfexperts.rbac</groupId>
<artifactId>rbac-services</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
</parent>

<artifactId>rbac-maven-plugin-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rbac-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.vsfexperts.rbac</groupId>
<artifactId>rbac-services</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
</parent>

<artifactId>rbac-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rbac-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.vsfexperts.rbac</groupId>
<artifactId>rbac-services</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
</parent>

<artifactId>rbac-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter-rbac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.vsfexperts.rbac</groupId>
<artifactId>rbac-services</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
</parent>

<artifactId>spring-boot-starter-rbac</artifactId>
Expand Down

0 comments on commit 2692842

Please sign in to comment.