Skip to content

Commit

Permalink
Merge pull request #78 from moacirrf/ft-netbeans-22
Browse files Browse the repository at this point in the history
Fix error in the boostrap lib, necessary to Netbeans 22 Release.
  • Loading branch information
moacirrf authored Jun 7, 2024
2 parents 52eb7e6 + 86761d3 commit 9709c8a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 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.moacirrf</groupId>
<artifactId>netbeans-markdown</artifactId>
<version>3.0</version>
<version>3.1</version>
<packaging>nbm</packaging>
<name>Netbeans Markdown</name>
<url>https://github.com/moacirrf/netbeans-markdown</url>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/moacirrf/netbeans-markdown</connection>
<developerConnection>scm:git:https://github.com/moacirrf/netbeans-markdown</developerConnection>
<url>https://github.com/moacirrf/netbeans-markdown/tree/${project.scm.tag}</url>
<tag>v3.0</tag>
<tag>v3.1</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -102,12 +102,12 @@
<keystore>${basedir}/keystore.jks</keystore>
<keystorepassword>${keypass}</keystorepassword>
<keystorealias>netbeans-markdown-key</keystorealias>
<moduleDependencies>
<moduleDependencies>
<dependency>
<id>org.netbeans.modules:org-netbeans-bootstrap</id>
<type>impl</type>
</dependency>
</moduleDependencies>
</moduleDependencies>
</configuration>
</plugin>

Expand Down Expand Up @@ -361,6 +361,7 @@
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-bootstrap</artifactId>
<version>RELEASE210</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 9709c8a

Please sign in to comment.