Skip to content

Commit

Permalink
Merge pull request #997 from dmatej/fixversions
Browse files Browse the repository at this point in the history
Fixed version
  • Loading branch information
dmatej committed Mar 8, 2024
2 parents e790d3b + 24478ff commit edb7a0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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

0 comments on commit edb7a0b

Please sign in to comment.