Skip to content

Commit 16e6df8

Browse files
committed
Prepare for 0.19.1 release
Part of #719
1 parent 334683d commit 16e6df8

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

gradle/versions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
1111
******************************************************************************/
1212

13-
version = '0.19.1-SNAPSHOT'
13+
version = '0.19.1'
1414

1515
ext.versions = [
1616
'xtend_lib': '2.28.0',

releng/build.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pipeline {
7373
// XXX: Can release vs snapshot be detected automatically so that
7474
// the following line does not have to be commented/uncommented
7575
// on each change to/from SNAPSHOT?
76-
sh './releng/deploy-build.sh'
76+
// sh './releng/deploy-build.sh'
7777
}
7878
}
7979
}

releng/pom.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@
2929
<dependency>
3030
<groupId>org.eclipse.lsp4j</groupId>
3131
<artifactId>org.eclipse.lsp4j</artifactId>
32-
<version>0.19.1-SNAPSHOT</version>
32+
<version>0.19.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.eclipse.lsp4j</groupId>
3636
<artifactId>org.eclipse.lsp4j</artifactId>
37-
<version>0.19.1-SNAPSHOT</version>
37+
<version>0.19.1</version>
3838
<classifier>sources</classifier>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.eclipse.lsp4j</groupId>
4242
<artifactId>org.eclipse.lsp4j.debug</artifactId>
43-
<version>0.19.1-SNAPSHOT</version>
43+
<version>0.19.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.eclipse.lsp4j</groupId>
4747
<artifactId>org.eclipse.lsp4j.debug</artifactId>
48-
<version>0.19.1-SNAPSHOT</version>
48+
<version>0.19.1</version>
4949
<classifier>sources</classifier>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.eclipse.lsp4j</groupId>
5353
<artifactId>org.eclipse.lsp4j.generator</artifactId>
54-
<version>0.19.1-SNAPSHOT</version>
54+
<version>0.19.1</version>
5555
<exclusions>
5656
<exclusion>
5757
<groupId>com.google</groupId>
@@ -62,51 +62,51 @@
6262
<dependency>
6363
<groupId>org.eclipse.lsp4j</groupId>
6464
<artifactId>org.eclipse.lsp4j.generator</artifactId>
65-
<version>0.19.1-SNAPSHOT</version>
65+
<version>0.19.1</version>
6666
<classifier>sources</classifier>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.eclipse.lsp4j</groupId>
7070
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
71-
<version>0.19.1-SNAPSHOT</version>
71+
<version>0.19.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.eclipse.lsp4j</groupId>
7575
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
76-
<version>0.19.1-SNAPSHOT</version>
76+
<version>0.19.1</version>
7777
<classifier>sources</classifier>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.eclipse.lsp4j</groupId>
8181
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
82-
<version>0.19.1-SNAPSHOT</version>
82+
<version>0.19.1</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.eclipse.lsp4j</groupId>
8686
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
87-
<version>0.19.1-SNAPSHOT</version>
87+
<version>0.19.1</version>
8888
<classifier>sources</classifier>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.eclipse.lsp4j</groupId>
9292
<artifactId>org.eclipse.lsp4j.websocket.jakarta</artifactId>
93-
<version>0.19.1-SNAPSHOT</version>
93+
<version>0.19.1</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.eclipse.lsp4j</groupId>
9797
<artifactId>org.eclipse.lsp4j.websocket.jakarta</artifactId>
98-
<version>0.19.1-SNAPSHOT</version>
98+
<version>0.19.1</version>
9999
<classifier>sources</classifier>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.eclipse.lsp4j</groupId>
103103
<artifactId>org.eclipse.lsp4j.websocket</artifactId>
104-
<version>0.19.1-SNAPSHOT</version>
104+
<version>0.19.1</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.eclipse.lsp4j</groupId>
108108
<artifactId>org.eclipse.lsp4j.websocket</artifactId>
109-
<version>0.19.1-SNAPSHOT</version>
109+
<version>0.19.1</version>
110110
<classifier>sources</classifier>
111111
</dependency>
112112
</dependencies>

0 commit comments

Comments
 (0)