File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >basil</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >0.5.0-SNAPSHOT </version >
9
+ <version >0.5.0</version >
10
10
<relativePath >../parent</relativePath >
11
11
</parent >
12
12
<artifactId >basil</artifactId >
Original file line number Diff line number Diff line change 7
7
<packaging >jar</packaging >
8
8
9
9
<name >BASIL :: Integration Tests</name >
10
-
11
10
<description >Integration Tests</description >
12
11
13
12
<parent >
14
13
<groupId >basil</groupId >
15
14
<artifactId >parent</artifactId >
16
- <version >0.5.0-SNAPSHOT </version >
15
+ <version >0.5.0</version >
17
16
<relativePath >../parent</relativePath >
18
17
</parent >
19
18
35
34
36
35
<!-- Test user/pwd to be used (created if db.init is true) -->
37
36
<test .server.user>test</test .server.user>
38
- <test .server.pwd>testpwd </test .server.pwd>
37
+ <test .server.pwd>test </test .server.pwd>
39
38
40
39
<!-- Log4J Configuration -->
41
40
<log4j .configurationFile>src/test/resources/log4j2.xml</log4j .configurationFile>
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >basil</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >0.5.0-SNAPSHOT </version >
9
+ <version >0.5.0</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >BASIL :: Parent</name >
24
24
<org .eclipse.jetty.version>9.3.0.v20150612</org .eclipse.jetty.version>
25
25
26
26
<!-- basil version -->
27
- <basil .version>0.5.0-SNAPSHOT </basil .version>
27
+ <basil .version>0.5.0</basil .version>
28
28
29
29
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
30
30
<github .global.server>github</github .global.server>
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >basil</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >0.5.0-SNAPSHOT </version >
9
+ <version >0.5.0</version >
10
10
<relativePath >../parent</relativePath >
11
11
</parent >
12
12
<artifactId >rendering</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >basil</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >0.5.0-SNAPSHOT </version >
9
+ <version >0.5.0</version >
10
10
<relativePath >../parent</relativePath >
11
11
</parent >
12
12
<artifactId >basil-server</artifactId >
You can’t perform that action at this time.
0 commit comments