Skip to content

Commit 40a29a1

Browse files
Merge remote-tracking branch 'origin/main'
2 parents dbda4fc + 354a40c commit 40a29a1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<groupId>org.jqassistant.plugin.typescript</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>jqassistant-typescript-plugin</artifactId>
1111

1212
<properties>
1313
<jqa-plugin-common.version>${com.buschmais.jqassistant.version}</jqa-plugin-common.version>
1414
<jqa-json-plugin.version>${com.buschmais.jqassistant.version}</jqa-json-plugin.version>
15-
<lombok.version>1.18.32</lombok.version>
15+
<lombok.version>1.18.34</lombok.version>
1616
<mapstruct.version>1.5.5.Final</mapstruct.version>
1717
</properties>
1818

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>org.jqassistant.plugin</groupId>
66
<artifactId>parent</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.3.0</version>
88
<relativePath />
99
</parent>
1010

1111
<groupId>org.jqassistant.plugin.typescript</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.3.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>jQAssistant TypeScript Plugin Parent</name>

typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jqassistant/ts-lce",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Tool to extract language concepts from a TypeScript codebase and export them to a JSON file.",
55
"main": "dist/src/main.js",
66
"author": "BUSCHMAIS GbR",

0 commit comments

Comments
 (0)