File tree Expand file tree Collapse file tree 3 files changed +35
-25
lines changed Expand file tree Collapse file tree 3 files changed +35
-25
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,15 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
version :
13
+ - ' 3.0.16'
14
+ - ' 3.0.17-SNAPSHOT'
13
15
- ' 3.1.12'
14
16
- ' 3.1.13-SNAPSHOT'
15
- - ' 3.2.6'
16
- - ' 3.2.7-SNAPSHOT'
17
- - ' 3.3.1-SNAPSHOT'
17
+ - ' 3.2.8'
18
+ - ' 3.2.9-SNAPSHOT'
19
+ - ' 3.3.2'
20
+ - ' 3.3.3-SNAPSHOT'
21
+ - ' 3.4.0-SNAPSHOT'
18
22
name : Build against Boot ${{ matrix.version }}
19
23
runs-on : ubuntu-latest
20
24
37
41
DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
38
42
run : |
39
43
cd spring-modulith-examples
40
- ../mvnw -B versions:update-parent -s ../settings.xml -Pwith-preview-repos ,with-commercial -repos -DskipResolution=true -DparentVersion=${{ matrix.version }}
41
- ../mvnw -B clean verify -s ../settings.xml -Pwith-preview-repos ,with-commercial -repos -Dspring-boot.version=${{ matrix.version }}
44
+ ../mvnw -B versions:update-parent -s ../settings.xml -Pspring-enterprise ,with-preview -repos -DskipResolution=true -DparentVersion=${{ matrix.version }}
45
+ ../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise ,with-preview -repos -Dspring-boot.version=${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -122,26 +122,6 @@ limitations under the License.
122
122
</repositories >
123
123
</profile >
124
124
125
- <profile >
126
- <id >with-commercial-repos</id >
127
- <repositories >
128
- <repository >
129
- <id >spring-commercial-releases</id >
130
- <url >https://repo.spring.vmware.com/artifactory/spring-commercial-release-local</url >
131
- <snapshots >
132
- <enabled >false</enabled >
133
- </snapshots >
134
- </repository >
135
- <repository >
136
- <id >spring-commercial-snapshots</id >
137
- <url >https://repo.spring.vmware.com/artifactory/spring-commercial-snapshot-local</url >
138
- <releases >
139
- <enabled >false</enabled >
140
- </releases >
141
- </repository >
142
- </repositories >
143
- </profile >
144
-
145
125
<profile >
146
126
147
127
<id >prepare-release</id >
Original file line number Diff line number Diff line change 9
9
<password >${env.SONATYPE_PASSWORD}</password >
10
10
</server >
11
11
</servers >
12
+
13
+ <profiles >
14
+ <profile >
15
+ <id >spring-enterprise</id >
16
+ <activation >
17
+ <activeByDefault >true</activeByDefault >
18
+ </activation >
19
+ <repositories >
20
+ <repository >
21
+ <id >spring-enterprise-snapshot</id >
22
+ <url >https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-dev-local</url >
23
+ <releases >
24
+ <enabled >false</enabled >
25
+ </releases >
26
+ </repository >
27
+ <repository >
28
+ <id >spring-enterprise-release</id >
29
+ <url >https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-prod-local</url >
30
+ <snapshots >
31
+ <enabled >false</enabled >
32
+ </snapshots >
33
+ </repository >
34
+ </repositories >
35
+ </profile >
36
+ </profiles >
37
+
12
38
</settings >
You can’t perform that action at this time.
0 commit comments