Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Jan 28, 2024
1 parent f078bfc commit ab86996
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions coherence-hibernate-cache-53/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>coherence-hibernate-parent</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-cache-53</artifactId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-cache-core</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-cache-core</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions coherence-hibernate-cache-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>coherence-hibernate-parent</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-cache-6</artifactId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-cache-core</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-cache-core</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion coherence-hibernate-cache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>coherence-hibernate-parent</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-cache-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions coherence-hibernate-cache-store-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>coherence-hibernate-parent</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-cache-store-tests</artifactId>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-cache-store</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion coherence-hibernate-cache-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>coherence-hibernate-parent</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-cache-store</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions coherence-hibernate-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>coherence-hibernate-parent</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-site</artifactId>
Expand Down Expand Up @@ -42,22 +42,22 @@
<dependency>
<artifactId>coherence-hibernate-cache-core</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<artifactId>coherence-hibernate-cache-53</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<artifactId>coherence-hibernate-cache-6</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<artifactId>coherence-hibernate-cache-store</artifactId>
<groupId>com.oracle.coherence.hibernate</groupId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Coherence Hibernate Project</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<connection>scm:git:https://github.com/coherence-community/coherence-hibernate.git</connection>
<developerConnection>scm:git:https://github.com/coherence-community/coherence-hibernate.git</developerConnection>
<url>https://github.com/coherence-community/coherence-hibernate</url>
<tag>v3.0.1</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-demo-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-demo-app</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-demo-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-demo-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-demo-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>coherence-hibernate-demo-server</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions samples/coherence-hibernate-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>samples</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-demo-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Samples - Coherence Hibernate Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>samples</artifactId>
Expand Down

0 comments on commit ab86996

Please sign in to comment.