File tree 16 files changed +15
-18
lines changed
step-0-application-without-security
step-0-test-application-without-security
step-1-default-spring-security
step-1-test-default-spring-security
step-2-custom-authentication
step-2-test-custom-authentication
step-3-test-authorization
step-4-java-ee-jaxrs-jboss-spring-security
step-4-test-java-ee-jboss-spring-security
step-5-jdbc-authentication
step-5-spring-data-jdbc-authentication
step-5-spring-data-jpa-authentication
16 files changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,15 @@ if [[ "$currentVersion" == *"SNAPSHOT"* ]] ; then
7
7
-DnewVersion=\$ {parsedVersion.majorVersion}.\$ {parsedVersion.minorVersion}.\$ {parsedVersion.nextIncrementalVersion}
8
8
developmentVersion=` ./mvnw -q --non-recursive exec:exec -Dexec.executable=echo -Dexec.args=' ${project.version}' `
9
9
./mvnw build-helper:parse-version -DgenerateBackupPoms=false versions:set -DnewVersion=" $currentVersion "
10
-
11
10
./mvnw clean release:prepare release:perform -B \
12
11
-Dgoals=' package' -DgenerateReleasePoms=false -DgenerateBackupPoms=false \
13
12
-DreleaseVersion=" $currentVersion " -DdevelopmentVersion=" $developmentVersion "
14
13
else
15
14
git tag " v$currentVersion "
16
-
17
15
./mvnw build-helper:parse-version -DgenerateBackupPoms=false -DgenerateBackupPoms=false versions:set \
18
16
-DnewVersion=\$ {parsedVersion.majorVersion}.\$ {parsedVersion.minorVersion}.\$ {parsedVersion.nextIncrementalVersion}
19
17
./mvnw build-helper:parse-version -DgenerateBackupPoms=false -DgenerateBackupPoms=false versions:set \
20
18
-DnewVersion=\$ {parsedVersion.majorVersion}.\$ {parsedVersion.minorVersion}.\$ {parsedVersion.nextIncrementalVersion} \
21
19
-f step-4-java-ee-jaxrs-jboss-spring-security
22
-
23
20
git add . ; git commit -am " v$currentVersion release." ; git push --tags
24
21
fi
Original file line number Diff line number Diff line change 7
7
<name >${project.artifactId} </name >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<packaging >pom</packaging >
10
- <version >1.0.5 </version >
10
+ <version >1.0.6 </version >
11
11
<modules >
12
12
<module >step-0-application-without-security</module >
13
13
<module >step-0-test-application-without-security</module >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 13
13
<artifactId >step-4-java-ee-jaxrs-jboss-spring-security</artifactId >
14
14
<name >${project.artifactId} </name >
15
15
<packaging >war</packaging >
16
- <version >1.0.5 </version >
16
+ <version >1.0.6 </version >
17
17
<properties >
18
18
<java .version>11</java .version>
19
19
<json .version>1.1.4</json .version>
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-security-basics</artifactId >
7
7
<groupId >com.giuthub.daggerok</groupId >
8
8
<relativePath >..</relativePath >
9
- <version >1.0.5 </version >
9
+ <version >1.0.6 </version >
10
10
</parent >
11
11
<packaging >jar</packaging >
12
12
<modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments