Skip to content

Commit

Permalink
Prepare repo for 0.21.2 release (#788)
Browse files Browse the repository at this point in the history
Part of #784
  • Loading branch information
jonahgraham committed Jan 10, 2024
1 parent a95006f commit d57a807
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Expand Up @@ -10,7 +10,7 @@
* SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
******************************************************************************/

version = '0.21.2-SNAPSHOT'
version = '0.21.2'

ext.versions = [
'xtend_lib': '2.28.0',
Expand Down
2 changes: 1 addition & 1 deletion releng/build.Jenkinsfile
Expand Up @@ -73,7 +73,7 @@ pipeline {
// XXX: Can release vs snapshot be detected automatically so that
// the following line does not have to be commented/uncommented
// on each change to/from SNAPSHOT?
sh './releng/deploy-build.sh'
// sh './releng/deploy-build.sh'
}
}
}
Expand Down
28 changes: 14 additions & 14 deletions releng/pom.xml
Expand Up @@ -29,29 +29,29 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.generator</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
<exclusions>
<exclusion>
<groupId>com.google</groupId>
Expand All @@ -62,51 +62,51 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.generator</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket.jakarta</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket.jakarta</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.21.2</version>
<classifier>sources</classifier>
</dependency>
</dependencies>
Expand Down

0 comments on commit d57a807

Please sign in to comment.