Skip to content

Commit

Permalink
Updated version number for public build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Apr 3, 2019
1 parent dcafa4d commit 505f573
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion webprotege-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion webprotege-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<artifactId>webprotege-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webprotege-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>webprotege</artifactId>
<groupId>edu.stanford.protege</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion webprotege-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<artifactId>webprotege-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webprotege-shared-core/pom.xml