File tree 7 files changed +13
-13
lines changed
scrooge-maven-plugin-test
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Scrooge
2
2
3
- [ ![ Build Status] ( https://github.com/twitter/scrooge/workflows/continuous%20integration/badge.svg?branch=develop )] ( https://github.com/twitter/scrooge/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop )
3
+ [ ![ Build Status] ( https://github.com/twitter/scrooge/workflows/continuous%20integration/badge.svg?branch=release )] ( https://github.com/twitter/scrooge/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease )
4
4
[ ![ Codecov] ( https://codecov.io/gh/twitter/scrooge/branch/develop/graph/badge.svg )] ( https://codecov.io/gh/twitter/scrooge )
5
5
[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
6
6
[ ![ Gitter] ( https://badges.gitter.im/twitter/finagle.svg )] ( https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Global / excludeLintKeys += scalacOptions
9
9
// 'git checkout develop; sbt publishLocal' to publish SNAPSHOT versions of these projects.
10
10
11
11
// All Twitter library releases are date versioned as YY.MM.patch
12
- val releaseVersion = " 22.10.0-SNAPSHOT "
12
+ val releaseVersion = " 22.7.0 "
13
13
14
14
lazy val versions = new {
15
15
val slf4j = " 1.7.30"
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >com.twitter</groupId >
26
26
<artifactId >scrooge-core_2.12</artifactId >
27
- <version >22.10.0-SNAPSHOT </version >
27
+ <version >22.7.0 </version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >com.twitter</groupId >
31
31
<artifactId >finagle-thrift_2.12</artifactId >
32
- <version >22.10.0-SNAPSHOT </version >
32
+ <version >22.7.0 </version >
33
33
</dependency >
34
34
<!-- #dependencies-->
35
35
<dependency >
36
36
<groupId >com.twitter</groupId >
37
37
<artifactId >util-core_2.12</artifactId >
38
- <version >22.10.0-SNAPSHOT </version >
38
+ <version >22.7.0 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >com.twitter</groupId >
42
42
<artifactId >util-codec_2.12</artifactId >
43
- <version >22.10.0-SNAPSHOT </version >
43
+ <version >22.7.0 </version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >com.twitter</groupId >
47
47
<artifactId >finagle-core_2.12</artifactId >
48
- <version >22.10.0-SNAPSHOT </version >
48
+ <version >22.7.0 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >junit</groupId >
129
129
<plugin >
130
130
<groupId >com.twitter</groupId >
131
131
<artifactId >scrooge-maven-plugin</artifactId >
132
- <version >22.10.0-SNAPSHOT </version >
132
+ <version >22.7.0 </version >
133
133
<configuration >
134
134
<thriftNamespaceMappings >
135
135
<thriftNamespaceMapping >
Original file line number Diff line number Diff line change 5
5
<artifactId >scrooge-maven-plugin</artifactId >
6
6
<packaging >maven-plugin</packaging >
7
7
<name >scrooge-maven-plugin</name >
8
- <version >22.10.0-SNAPSHOT </version >
8
+ <version >22.7.0 </version >
9
9
<prerequisites >
10
10
<maven >3.0.4</maven >
11
11
</prerequisites >
316
316
<dependency >
317
317
<groupId >com.twitter</groupId >
318
318
<artifactId >scrooge-generator_2.10</artifactId >
319
- <version >22.10.0-SNAPSHOT </version >
319
+ <version >22.7.0 </version >
320
320
</dependency >
321
321
<!-- Test Dependencies-->
322
322
<dependency >
Original file line number Diff line number Diff line change 10
10
<plugin >
11
11
<groupId >com.twitter</groupId >
12
12
<artifactId >scrooge-maven-plugin</artifactId >
13
- <version >22.10.0-SNAPSHOT </version >
13
+ <version >22.7.0 </version >
14
14
<configuration >
15
15
<classifier >idl</classifier >
16
16
<project implementation =" com.twitter.stubs.ProjectIdlDependenciesStub" >
Original file line number Diff line number Diff line change 10
10
<plugin >
11
11
<groupId >com.twitter</groupId >
12
12
<artifactId >scrooge-maven-plugin</artifactId >
13
- <version >22.10.0-SNAPSHOT </version >
13
+ <version >22.7.0 </version >
14
14
<configuration >
15
15
<localRepository >${localRepository}</localRepository >
16
16
<thriftOpts >
Original file line number Diff line number Diff line change 10
10
<plugin >
11
11
<groupId >com.twitter</groupId >
12
12
<artifactId >scrooge-maven-plugin</artifactId >
13
- <version >22.10.0-SNAPSHOT </version >
13
+ <version >22.7.0 </version >
14
14
<configuration >
15
15
<classifier >idl</classifier >
16
16
<project implementation =" com.twitter.stubs.ProjectIdlDependenciesStub" >
You can’t perform that action at this time.
0 commit comments