File tree Expand file tree Collapse file tree 8 files changed +32
-14
lines changed
vaadin-editable-label-demo Expand file tree Collapse file tree 8 files changed +32
-14
lines changed Original file line number Diff line number Diff line change 3434 <property name =" checks" value =" ." />
3535 <property name =" files" value =" [\\/](src)?gen[\\/].*\.java$" />
3636 </module >
37+ <module name =" SuppressionSingleFilter" >
38+ <property name =" checks" value =" ." />
39+ <property name =" files" value =" [\\/]src[\\/]gen(erated)?[\\/].*\.java$" />
40+ </module >
3741 <!-- Test code -->
3842 <module name =" SuppressionSingleFilter" >
3943 <property name =" checks" value =" MagicNumberCheck" />
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 Add the following lines to your pom:
102102 ```XML
103103 <dependency>
104- <groupId>com .xdev-software </groupId>
104+ <groupId>software .xdev</groupId>
105105 <artifactId>${{ env.PRIMARY_MAVEN_MODULE }}</artifactId>
106106 <version>${{ steps.version.outputs.release }}</version>
107107 </dependency>
@@ -136,8 +136,8 @@ jobs:
136136 - name : Publish to Apache Maven Central
137137 run : mvn -B deploy -Possrh
138138 env :
139- MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
140- MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
139+ MAVEN_CENTRAL_USERNAME : ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
140+ MAVEN_CENTRAL_TOKEN : ${{ secrets.S01_OSS_SONATYPE_MAVEN_TOKEN }}
141141 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
142142 working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
143143
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 java-version : 17
4040
4141 - name : Cache SonarCloud packages
42- uses : actions/cache@v3
42+ uses : actions/cache@v4
4343 with :
4444 path : ~/.sonar/cache
4545 key : ${{ runner.os }}-sonar
4646 restore-keys : ${{ runner.os }}-sonar
4747
4848 - name : Cache Maven packages
49- uses : actions/cache@v3
49+ uses : actions/cache@v4
5050 with :
5151 path : ~/.m2
5252 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2727 run : mvn -B deploy -Possrh
2828 working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
2929 env :
30- MAVEN_CENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
31- MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_TOKEN }}
30+ MAVEN_CENTRAL_USERNAME : ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
31+ MAVEN_CENTRAL_TOKEN : ${{ secrets.S01_OSS_SONATYPE_MAVEN_TOKEN }}
3232 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 11[ ![ Published on Vaadin Directory] ( https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0?logo=vaadin )] ( https://vaadin.com/directory/component/editable-labels-for-vaadin )
2- [ ![ Latest version] ( https://img.shields.io/maven-central/v/com .xdev-software /vaadin-editable-label?logo=apache%20maven )] ( https://mvnrepository.com/artifact/com .xdev-software /vaadin-editable-label )
2+ [ ![ Latest version] ( https://img.shields.io/maven-central/v/software .xdev/vaadin-editable-label?logo=apache%20maven )] ( https://mvnrepository.com/artifact/software .xdev/vaadin-editable-label )
33[ ![ Build] ( https://img.shields.io/github/actions/workflow/status/xdev-software/vaadin-editable-label/checkBuild.yml?branch=develop )] ( https://github.com/xdev-software/vaadin-editable-label/actions/workflows/checkBuild.yml?query=branch%3Adevelop )
44[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=xdev-software_vaadin-editable-label&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=xdev-software_vaadin-editable-label )
55![ Vaadin 24+] ( https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0 )
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com .xdev-software </groupId >
7+ <groupId >software .xdev</groupId >
88 <artifactId >vaadin-editable-label-root</artifactId >
99 <version >2.0.1-SNAPSHOT</version >
1010 <properties >
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com .xdev-software </groupId >
7+ <groupId >software .xdev</groupId >
88 <artifactId >vaadin-editable-label-demo</artifactId >
99 <version >2.0.1-SNAPSHOT</version >
1010 <packaging >jar</packaging >
2626 <mainClass >software.xdev.vaadin.Application</mainClass >
2727
2828 <!-- Dependency-Versions -->
29- <vaadin .version>24.3.2 </vaadin .version>
29+ <vaadin .version>24.3.3 </vaadin .version>
3030
3131 <org .springframework.boot.version>3.2.1</org .springframework.boot.version>
3232 </properties >
5656
5757 <dependencies >
5858 <dependency >
59- <groupId >com .xdev-software </groupId >
59+ <groupId >software .xdev</groupId >
6060 <artifactId >vaadin-editable-label</artifactId >
6161 <version >${project.version} </version >
6262 </dependency >
6363
6464 <dependency >
6565 <groupId >com.vaadin</groupId >
6666 <artifactId >vaadin-core</artifactId >
67+ <exclusions >
68+ <!-- https://github.com/vaadin/flow/issues/18449 -->
69+ <exclusion >
70+ <groupId >com.vaadin</groupId >
71+ <artifactId >copilot</artifactId >
72+ </exclusion >
73+ </exclusions >
6774 </dependency >
6875
6976 <!-- Spring -->
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com .xdev-software </groupId >
7+ <groupId >software .xdev</groupId >
88 <artifactId >vaadin-editable-label</artifactId >
99 <version >2.0.1-SNAPSHOT</version >
1010 <packaging >jar</packaging >
4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5050
5151 <!-- Dependency-Versions -->
52- <vaadin .version>24.3.2 </vaadin .version>
52+ <vaadin .version>24.3.3 </vaadin .version>
5353 </properties >
5454
5555 <dependencyManagement >
103103 <dependency >
104104 <groupId >com.vaadin</groupId >
105105 <artifactId >vaadin-core</artifactId >
106+ <exclusions >
107+ <!-- https://github.com/vaadin/flow/issues/18449 -->
108+ <exclusion >
109+ <groupId >com.vaadin</groupId >
110+ <artifactId >copilot</artifactId >
111+ </exclusion >
112+ </exclusions >
106113 </dependency >
107114
108115 </dependencies >
You can’t perform that action at this time.
0 commit comments