Skip to content

Commit 9572969

Browse files
jGauravGuptaclaude
andcommitted
Release 3.5.0 - upgrade to Apache NetBeans 30 with build fixes
- Bump version to 3.5.0 - Remove self-referential gpg.passphrase property causing Maven interpolation cycle - Add doclint:none to javadoc plugin to fix upstream Javadoc errors Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 148a49a commit 9572969

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.jeddict</groupId>
55
<artifactId>jeddict-ai</artifactId>
6-
<version>3.4.0</version>
6+
<version>3.5.0</version>
77
<packaging>nbm</packaging>
88
<name>Jeddict AI Assistant</name>
99
<description>Jeddict AI Assistant is a powerful and intuitive plugin designed for Apache NetBeans IDE.
@@ -798,7 +798,6 @@
798798
<id>release</id>
799799
<properties>
800800
<gpg.executable>gpg</gpg.executable>
801-
<gpg.passphrase>${gpg.passphrase}</gpg.passphrase>
802801
</properties>
803802
<build>
804803
<plugins>
@@ -829,6 +828,7 @@
829828
</executions>
830829
<configuration>
831830
<source>17</source>
831+
<doclint>none</doclint>
832832
</configuration>
833833
</plugin>
834834
<plugin>

0 commit comments

Comments
 (0)