Skip to content

Commit

Permalink
Merge pull request #231 from xdev-software/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
AB-xdev authored Jul 17, 2024
2 parents 92729de + 6f419fe commit a6c4bc3
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
cache: 'maven'

- name: Build site
run: ../mvnw -B site -DskipTests
run: ../mvnw -B compile site -DskipTests -T2C
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}

- name: Deploy to Github pages
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.1
* Fix cells truncating data #229
* Updated dependencies

## 3.2.0
* Updated to Vaadin 24.4

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.23.0</version>
<version>3.24.0</version>
<configuration>
<includeTests>true</includeTests>
<printFailingErrors>true</printFailingErrors>
Expand Down
10 changes: 10 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"maven"
],
"enabled": false
},
{
"description": "Group net.sourceforge.pmd",
"matchPackagePatterns": [
"^net.sourceforge.pmd"
],
"datasources": [
"maven"
],
"groupName": "net.sourceforge.pmd"
}
]
}
2 changes: 1 addition & 1 deletion vaadin-grid-exporter-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<mainClass>software.xdev.vaadin.Application</mainClass>

<!-- Dependency-Versions -->
<vaadin.version>24.4.4</vaadin.version>
<vaadin.version>24.4.6</vaadin.version>

<org.springframework.boot.version>3.3.1</org.springframework.boot.version>
</properties>
Expand Down
10 changes: 5 additions & 5 deletions vaadin-grid-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml>

<!-- Dependency-Versions -->
<vaadin.version>24.4.4</vaadin.version>
<vaadin.version>24.4.6</vaadin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>software.xdev</groupId>
<artifactId>dynamicreports-core-for-grid-exporter</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand All @@ -130,7 +130,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -248,7 +248,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -350,7 +350,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.23.0</version>
<version>3.24.0</version>
<configuration>
<includeTests>true</includeTests>
<printFailingErrors>true</printFailingErrors>
Expand Down

0 comments on commit a6c4bc3

Please sign in to comment.