Skip to content

Commit

Permalink
Update versions to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich authored and laeubi committed Jul 12, 2024
1 parent 70cfb25 commit 60c02b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pax-jpa-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>jpa</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>pax-jpa-tck</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pax-jpa-tck/tck.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
org.eclipse.persistence.core;version='[2.4.2,2.4.3)',\
org.eclipse.persistence.jpa;version='[2.4.2,2.4.3)',\
org.glassfish.hk2.osgi-resource-locator;version='[2.4.0,2.4.1)',\
org.ops4j.pax.jpa;version='[1.0.0,1.0.1)',\
org.ops4j.pax.jpa;version='[1.1.0,1.1.1)',\
org.osgi.service.cm;version='[1.6.1,1.6.2)',\
org.osgi.service.jdbc;version='[1.1.0,1.1.1)',\
org.osgi.test.cases.jpa;version='[8.1.0,8.1.1)',\
Expand Down
2 changes: 1 addition & 1 deletion pax-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jpa</artifactId>
<groupId>org.ops4j.pax</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.ops4j.pax.jpa</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.ops4j.pax</groupId>
<artifactId>jpa</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>OPS4J Pax JPA Reactor</name>
Expand Down

0 comments on commit 60c02b6

Please sign in to comment.