Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.5 #2

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-ai</artifactId>
<version>1.4</version>
<version>1.5</version>
<packaging>nbm</packaging>
<name>Jeddict AI Assistant</name>
<description>Jeddict AI Assistant is a powerful and intuitive plugin designed for Apache NetBeans IDE.
Expand All @@ -12,7 +12,7 @@
significantly reducing development time. It is ideal for developers working on complex enterprise
applications using Jakarta EE technologies, offering tailored recommendations based on the context
of the code and project structure.</description>
<url>https://jeddict.github.io/</url>
<url>https://jeddict.github.io/page.html?l=tutorial/AI</url>
<scm>
<connection>scm:git:https://github.com/jeddict/jeddict-ai/</connection>
<url>https://github.com/jeddict/jeddict-ai/</url>
Expand All @@ -33,6 +33,13 @@
<role>developer</role>
</roles>
</developer>
<developer>
<id>jShiwaniGupta</id>
<name>Shiwani Gupta</name>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<build>
<plugins>
Expand Down Expand Up @@ -145,8 +152,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
Expand Down
Loading