Skip to content

Commit

Permalink
Merge pull request #440 from hazendaz/master
Browse files Browse the repository at this point in the history
url and osgi adjustments
  • Loading branch information
hazendaz committed Jan 28, 2024
2 parents 98fd539 + 6379864 commit ace95a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
<version>2.0.2-SNAPSHOT</version>

<name>mybatis-cdi</name>
<url>https://github.com/mybatis/cdi</url>
<url>https://www.mybatis.org/cdi/</url>

<inceptionYear>2013</inceptionYear>

<scm>
<connection>scm:git:ssh://git@github.com/mybatis/cdi.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mybatis/cdi.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/mybatis/cdi</url>
<url>https://github.com/mybatis/cdi/</url>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down Expand Up @@ -77,7 +77,6 @@
<module.name>org.mybatis.cdi</module.name>

<!-- OSGI Headers -->
<osgi.import>org.mybatis.*;resolution:=optional,*</osgi.import>
<osgi.dynamicImport>*</osgi.dynamicImport>

<!-- Reproducible Builds -->
Expand Down

0 comments on commit ace95a5

Please sign in to comment.