Skip to content

Commit

Permalink
release v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
colameo committed Apr 2, 2021
1 parent dbeb4d7 commit b741b0a
Show file tree
Hide file tree
Showing 59 changed files with 999 additions and 301 deletions.
2 changes: 1 addition & 1 deletion jdl/io.github.jhipster.jdl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.github.jhipster.jdl.feature"
label="JHipster IDE Feature"
version="2.3.5.qualifier">
version="2.3.5">

<plugin
id="io.github.jhipster.jdl"
Expand Down
2 changes: 1 addition & 1 deletion jdl/io.github.jhipster.jdl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.jhipster-ide.jdl</groupId>
<artifactId>io.github.jhipster.jdl.parent</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.5</version>
</parent>

<artifactId>io.github.jhipster.jdl.feature</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion jdl/io.github.jhipster.jdl.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: io.github.jhipster.jdl.ide
Bundle-Vendor: io.github.jhipster
Bundle-Version: 2.3.5.qualifier
Bundle-Version: 2.3.5
Bundle-SymbolicName: io.github.jhipster.jdl.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase,
Expand All @@ -12,6 +12,7 @@ Require-Bundle: jbase,
org.eclipse.xtext.ide,
org.eclipse.xtext.xbase.ide,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.emf.ecore,
org.eclipse.lsp4j;visibility:=reexport,
org.eclipse.lsp4j.jsonrpc;visibility:=reexport,
org.eclipse.lsp4j.debug,
Expand Down
Loading

0 comments on commit b741b0a

Please sign in to comment.