File tree 7 files changed +13
-50
lines changed
src/main/java/org/tigris/subversion/svnclientadapter/javahl
7 files changed +13
-50
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.tigris.svnclientadapter</groupId >
11
11
<artifactId >multi</artifactId >
12
- <version >1.8.16 </version >
12
+ <version >1.9.4 </version >
13
13
</parent >
14
14
15
15
<licenses >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.tigris.svnclientadapter</groupId >
11
11
<artifactId >multi</artifactId >
12
- <version >1.8.16 </version >
12
+ <version >1.9.4 </version >
13
13
</parent >
14
14
15
15
<licenses >
23
23
<dependency >
24
24
<groupId >org.tigris.svnclientadapter</groupId >
25
25
<artifactId >adapter-base</artifactId >
26
- <version >1.8.16 </version >
26
+ <version >1.9.4 </version >
27
27
</dependency >
28
28
</dependencies >
29
29
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.tigris.svnclientadapter</groupId >
11
11
<artifactId >multi</artifactId >
12
- <version >1.8.16 </version >
12
+ <version >1.9.4 </version >
13
13
</parent >
14
14
15
15
<licenses >
31
31
<dependency >
32
32
<groupId >org.tigris.svnclientadapter</groupId >
33
33
<artifactId >adapter-base</artifactId >
34
- <version >1.8.16 </version >
34
+ <version >1.9.4 </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >org.apache.subversion</groupId >
38
38
<artifactId >javahl</artifactId >
39
- <version >1.8.16 </version >
39
+ <version >1.9.4 </version >
40
40
</dependency >
41
41
</dependencies >
42
42
Original file line number Diff line number Diff line change @@ -182,15 +182,15 @@ public static boolean isAvailable() {
182
182
try {
183
183
ISVNClient svnClient = new SVNClient ();
184
184
Version version = svnClient .getVersion ();
185
- if (version .getMajor () == 1 && version .getMinor () == 8 )
185
+ if (version .getMajor () == 1 && version .getMinor () == 9 )
186
186
available = true ;
187
187
else {
188
188
available = false ;
189
- javaHLErrors = new StringBuffer ("Incompatible JavaHL library loaded. Subversion 1.8 .x required." );
189
+ javaHLErrors = new StringBuffer ("Incompatible JavaHL library loaded. Subversion 1.9 .x required." );
190
190
}
191
191
} catch (UnsatisfiedLinkError e ) {
192
192
available = false ;
193
- javaHLErrors = new StringBuffer ("Incompatible JavaHL library loaded. 1.8 .x or later required." );
193
+ javaHLErrors = new StringBuffer ("Incompatible JavaHL library loaded. 1.9 .x or later required." );
194
194
}
195
195
}
196
196
}
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.tigris.svnclientadapter</groupId >
5
5
<artifactId >multi</artifactId >
6
- <version >1.8.16 </version >
6
+ <version >1.9.4 </version >
7
7
<name >svnClientAdapter</name >
8
8
<url >https://github.com/subclipse/svnclientadapter</url >
9
9
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 8
8
<password >${env.BINTRAY_PASSWORD}</password >
9
9
</server >
10
10
</servers >
11
- <profiles >
12
- <profile >
13
- <repositories >
14
- <repository >
15
- <snapshots >
16
- <enabled >false</enabled >
17
- </snapshots >
18
- <id >bintray-subclipse-maven</id >
19
- <name >bintray</name >
20
- <url >http://dl.bintray.com/subclipse/maven</url >
21
- </repository >
22
- </repositories >
23
- <pluginRepositories >
24
- <pluginRepository >
25
- <snapshots >
26
- <enabled >false</enabled >
27
- </snapshots >
28
- <id >bintray-subclipse-maven</id >
29
- <name >bintray-plugins</name >
30
- <url >http://dl.bintray.com/subclipse/maven</url >
31
- </pluginRepository >
32
- </pluginRepositories >
33
- <id >bintray</id >
34
- </profile >
35
- </profiles >
36
- <activeProfiles >
37
- <activeProfile >bintray</activeProfile >
38
- </activeProfiles >
39
11
</settings >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.tigris.svnclientadapter</groupId >
10
10
<artifactId >multi</artifactId >
11
- <version >1.8.16 </version >
11
+ <version >1.9.4 </version >
12
12
</parent >
13
13
14
14
<licenses >
17
17
<url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
18
18
</license >
19
19
</licenses >
20
-
21
- <repositories >
22
- <repository >
23
- <id >tmatesoft-svnkit</id >
24
- <name >tmatesoft</name >
25
- <url >http://maven.tmatesoft.com/content/repositories/releases/</url >
26
- </repository >
27
- </repositories >
28
-
29
20
30
21
<dependencies >
31
22
<dependency >
32
23
<groupId >org.tigris.svnclientadapter</groupId >
33
24
<artifactId >adapter-base</artifactId >
34
- <version >1.8.16 </version >
25
+ <version >1.9.4 </version >
35
26
</dependency >
36
27
<dependency >
37
28
<groupId >org.tigris.svnclientadapter</groupId >
38
29
<artifactId >adapter-javahl</artifactId >
39
- <version >1.8.16 </version >
30
+ <version >1.9.4 </version >
40
31
</dependency >
41
32
<dependency >
42
33
<groupId >org.tmatesoft.svnkit</groupId >
You can’t perform that action at this time.
0 commit comments