Skip to content

Commit

Permalink
Update version to 23-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ern committed Aug 18, 2023
1 parent 69825d9 commit 78b36d8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
13 changes: 8 additions & 5 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sakaiproject.blogwow</groupId>
<artifactId>sakai-blogwow-base</artifactId>
<version>23-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>BlogWoW API</name>
<groupId>org.sakaiproject.blogwow</groupId>
<artifactId>sakai-blogwow-api</artifactId>
<inceptionYear>2007</inceptionYear>
<packaging>jar</packaging>

<parent>
<groupId>org.sakaiproject.blogwow</groupId>
<artifactId>sakai-blogwow-base</artifactId>
<version>22-SNAPSHOT</version>
</parent>

<properties>
<deploy.target>shared</deploy.target>
Expand Down
1 change: 1 addition & 0 deletions help/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<groupId>org.sakaiproject.blogwow</groupId>
<artifactId>sakai-blogwow-base</artifactId>
<version>22-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<organization>
Expand Down
7 changes: 2 additions & 5 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<parent>
<groupId>org.sakaiproject.blogwow</groupId>
<artifactId>sakai-blogwow-base</artifactId>
<version>22-SNAPSHOT</version>
<version>23-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
Expand Down Expand Up @@ -89,10 +90,6 @@
<artifactId>hibernate-core</artifactId>
</dependency>
<!-- needed by hibernate unit tests -->
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>

<dependency>
<groupId>org.hsqldb</groupId>
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
<parent>
<groupId>org.sakaiproject</groupId>
<artifactId>master</artifactId>
<version>22-SNAPSHOT</version>
<version>23-SNAPSHOT</version>
</parent>

<name>Blog Wow!</name>
<groupId>org.sakaiproject.blogwow</groupId>
<artifactId>sakai-blogwow-base</artifactId>
<version>23-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
3 changes: 2 additions & 1 deletion tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<parent>
<groupId>org.sakaiproject.blogwow</groupId>
<artifactId>sakai-blogwow-base</artifactId>
<version>22-SNAPSHOT</version>
<version>23-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 78b36d8

Please sign in to comment.