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

Fixed version #997

Merged
merged 1 commit into from Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -30,7 +30,7 @@

<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-bom</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>HK2 Bom Pom</name>
Expand Down
4 changes: 2 additions & 2 deletions hk2-testing/di-tck/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-testing</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>hk2-di-tck-runner</artifactId>
<name>DI TCK Runner</name>
<description>Runner for the Jakarta DI TCK</description>

<properties>
<ditck.version>2.0.1</ditck.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion javadocs/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>
<artifactId>hk2-javadocs</artifactId>
<name>HK2 Javadocs</name>
Expand Down
10 changes: 5 additions & 5 deletions osgi/adapter-tests/osgi-adapter-test/pom.xml
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-tests-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-test</artifactId>
<name>HK2 OSGi Adapter Test</name>
<properties>

<properties>
<manifest.location></manifest.location>
</properties>

Expand Down Expand Up @@ -148,7 +148,7 @@
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-inject</artifactId>
<artifactId>pax-exam-inject</artifactId>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
Expand All @@ -162,7 +162,7 @@
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
Expand Down