File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
infobip-typescript-generator-extension-annotation-processor-showcase
infobip-typescript-generator-extension-annotation-processor
infobip-typescript-generator-extension-api
infobip-typescript-generator-extension-model-showcase Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 java-version : 17
1919 - name : Cache local Maven repository
20- uses : actions/cache@v2
20+ uses : actions/cache@v4
2121 with :
2222 path : ~/.m2/repository
2323 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.infobip</groupId >
77 <artifactId >infobip-typescript-generator-extension</artifactId >
8- <version >2.5.7 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >infobip-typescript-generator-extension-annotation-processor-showcase</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.infobip</groupId >
77 <artifactId >infobip-typescript-generator-extension</artifactId >
8- <version >2.5.7 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >infobip-typescript-generator-extension-annotation-processor</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.infobip</groupId >
77 <artifactId >infobip-typescript-generator-extension</artifactId >
8- <version >2.5.7 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >infobip-typescript-generator-extension-api</artifactId >
1212
1313 <properties >
1414 <!-- DEPENDENCY VERSIONS -->
1515 <typescript-generator-core .version>3.2.1263</typescript-generator-core .version>
16- <infobip-jackson-extension .version>3.1.2 </infobip-jackson-extension .version>
16+ <infobip-jackson-extension .version>4.0.0-RC2 </infobip-jackson-extension .version>
1717 </properties >
1818
1919 <dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.infobip</groupId >
77 <artifactId >infobip-typescript-generator-extension</artifactId >
8- <version >2.5.7 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >infobip-typescript-generator-extension-model-showcase</artifactId >
Original file line number Diff line number Diff line change 44
55 <groupId >com.infobip</groupId >
66 <artifactId >infobip-typescript-generator-extension</artifactId >
7- <version >2.5.7 -SNAPSHOT</version >
7+ <version >3.0.0 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99
1010 <name >Infobip TypeScript Generator Extension</name >
5252
5353 <properties >
5454 <!-- DEPENDENCY VERSIONS -->
55- <spring-boot .version>3.4.2 </spring-boot .version>
55+ <spring-boot .version>4.0.0-RC2 </spring-boot .version>
5656
5757 <!-- PLUGIN VERSIONS -->
5858 <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
You can’t perform that action at this time.
0 commit comments