File tree 3 files changed +13
-16
lines changed
spring-vault-distribution
3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >org.springframework.vault</groupId >
8
6
<artifactId >spring-vault-parent</artifactId >
9
- <version >3.1.0-SNAPSHOT </version >
7
+ <version >3.0.3 </version >
10
8
11
9
<name >Spring Vault</name >
12
10
<description >Parent project for Spring Vault</description >
55
53
<doc .resources>${project.build.directory} /doc-resources</doc .resources>
56
54
57
55
<!-- To be overridden by individual modules -->
58
- <java-module-name />
56
+ <java-module-name />
59
57
</properties >
60
58
61
59
<inceptionYear >2016</inceptionYear >
71
69
<developerConnection >
72
70
scm:git:ssh://
[email protected] /spring-projects/spring-vault.git
73
71
</developerConnection >
74
- <tag >HEAD </tag >
72
+ <tag >3.0.3 </tag >
75
73
</scm >
76
74
77
75
<issueManagement >
795
793
</goals >
796
794
<configuration >
797
795
<rules >
798
- <requireReleaseDeps />
799
- <NoSnapshotDependenciesInDependencyManagementRule
800
- implementation=" de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule" >
796
+ <requireReleaseDeps />
797
+ <NoSnapshotDependenciesInDependencyManagementRule implementation =" de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule" >
801
798
<onlyWhenRelease >true</onlyWhenRelease >
802
799
</NoSnapshotDependenciesInDependencyManagementRule >
803
800
</rules >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.vault</groupId >
7
7
<artifactId >spring-vault-parent</artifactId >
8
- <version >3.1.0-SNAPSHOT </version >
8
+ <version >3.0.3 </version >
9
9
</parent >
10
10
11
11
<artifactId >spring-vault-core</artifactId >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.vault</groupId >
15
15
<artifactId >spring-vault-parent</artifactId >
16
- <version >3.1.0-SNAPSHOT </version >
16
+ <version >3.0.3 </version >
17
17
<relativePath >../pom.xml</relativePath >
18
18
</parent >
19
19
200
200
<!-- Copy files for the single-file HTML version -->
201
201
<copy failonerror =" false" todir =" ${project.root}/target/site/reference/html" >
202
202
<fileset dir =" ${generated-docs.directory}" >
203
- <include name =" img/**" />
204
- <include name =" images/**" />
205
- <include name =" css/**" />
206
- <include name =" js/**" />
207
- <include name =" **/*.html" />
203
+ <include name =" img/**" />
204
+ <include name =" images/**" />
205
+ <include name =" css/**" />
206
+ <include name =" js/**" />
207
+ <include name =" **/*.html" />
208
208
</fileset >
209
209
</copy >
210
210
You can’t perform that action at this time.
0 commit comments