Skip to content

Commit

Permalink
Release version 1.5 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jShiwaniGupta committed Sep 25, 2024
1 parent d86c19a commit afc6019
Showing 1 changed file with 11 additions and 4 deletions.
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

0 comments on commit afc6019

Please sign in to comment.