Skip to content

Commit ba63c9e

Browse files
author
victor
committed
chore(version): bump to 2.3.0
1 parent d77f807 commit ba63c9e

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Follow these three steps to quickly use the Spring Access Inspector:
2121
<plugin>
2222
<groupId>com.theodo</groupId>
2323
<artifactId>spring-access-inspector-plugin</artifactId>
24-
<version>2.2.4</version>
24+
<version>2.3.0</version>
2525
</plugin>
2626
<!-- ...existing plugins... -->
2727
</plugins>
@@ -42,7 +42,7 @@ Follow these three steps to quickly use the Spring Access Inspector:
4242
<plugin>
4343
<groupId>com.theodo</groupId>
4444
<artifactId>spring-access-inspector-plugin</artifactId>
45-
<version>1.2.4</version>
45+
<version>1.3.0</version>
4646
</plugin>
4747
<!-- ...existing plugins... -->
4848
</plugins>
@@ -135,7 +135,7 @@ The Maven plugin simplifies launching the inspector by adding it to the `pom.xml
135135
<plugin>
136136
<groupId>com.theodo</groupId>
137137
<artifactId>spring-access-inspector-plugin</artifactId>
138-
<version>2.2.4</version>
138+
<version>2.3.0</version>
139139
</plugin>
140140
</plugins>
141141
</pluginManagement>
@@ -163,7 +163,7 @@ You can customize the plugin behavior by adding the following configuration opti
163163
<plugin>
164164
<groupId>com.theodo</groupId>
165165
<artifactId>spring-access-inspector-plugin</artifactId>
166-
<version>2.2.4</version>
166+
<version>2.3.0</version>
167167
<configuration>
168168
<projectBaseDir>${project.basedir}</projectBaseDir>
169169
<outputFileName>~/my/output_file</outputFileName>

inspector-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.theodo</groupId>
88
<artifactId>spring-access-inspector-plugin</artifactId>
9-
<version>2.2.4</version>
9+
<version>2.3.0</version>
1010
<name>Spring access inspector Maven plugin</name>
1111
<description>Use Spoon AST analysis to discover and analyse @PreAuthorize annotations</description>
1212
<url>https://github.com/theodo-group/spring-access-inspector</url>
@@ -52,7 +52,7 @@
5252
<connection>scm:git:git://github.com/theodo-group/spring-access-inspector.git</connection>
5353
<developerConnection>scm:git:ssh://github.com/theodo-group/spring-access-inspector.git</developerConnection>
5454
<url>https://github.com/theodo-group/spring-access-inspector</url>
55-
<tag>v2.2.4</tag>
55+
<tag>v2.3.0</tag>
5656
</scm>
5757

5858
<distributionManagement>

inspector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.theodo</groupId>
88
<artifactId>spring-access-inspector</artifactId>
9-
<version>2.2.4</version>
9+
<version>2.3.0</version>
1010
<name>Spring access inspector</name>
1111
<description>Use Spoon AST analysis to discover and analyse @PreAuthorize annotations</description>
1212
<url>https://github.com/theodo-group/spring-access-inspector</url>
@@ -52,7 +52,7 @@
5252
<connection>scm:git:git://github.com/theodo-group/spring-access-inspector.git</connection>
5353
<developerConnection>scm:git:ssh://github.com/theodo-group/spring-access-inspector.git</developerConnection>
5454
<url>https://github.com/theodo-group/spring-access-inspector</url>
55-
<tag>v2.2.4</tag>
55+
<tag>v2.3.0</tag>
5656
</scm>
5757

5858
<distributionManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.theodo</groupId>
1010
<artifactId>spring-access-inspector-aggregate</artifactId>
11-
<version>2.2.4</version>
11+
<version>2.3.0</version>
1212
<name>Spring access inspector aggregate</name>
1313
<description>Aggregation project that contains tests projects and inspector projects</description>
1414
<url>https://github.com/theodo-group/spring-access-inspector</url>

sample/microservice-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>com.theodo</groupId>
6666
<artifactId>spring-access-inspector-plugin</artifactId>
67-
<version>2.2.4</version>
67+
<version>2.3.0</version>
6868
</plugin>
6969

7070
<plugin>

0 commit comments

Comments
 (0)