Skip to content

Commit

Permalink
More renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
broneill committed Jul 26, 2024
1 parent 551f97a commit 8937ffc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSIONING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Versioning
==========

Tupl uses a four digit semantic versioning scheme, W.X.Y.Z:
TuplDB uses a four digit semantic versioning scheme, W.X.Y.Z:

* W - Incompatible API and database format changes. Upgrading an existing database requires a conversion step.
* X - Backwards-compatible database format changes. Upgrading an existing database is automatic, but downgrading isn't necessarily supported.
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<groupId>org.cojen</groupId>
<artifactId>tupl</artifactId>
<packaging>jar</packaging>
<name>Tupl</name>
<name>TuplDB</name>
<version>1.9.0</version>
<description>
The Unnamed Persistence Library.
TuplDB is a high-performance, concurrent, transactional, scalable, low-level embedded database.
</description>

<url>https://github.com/cojen/Tupl</url>
<url>https://github.com/cojen/TuplDB</url>

<inceptionYear>2011</inceptionYear>

Expand All @@ -36,9 +36,9 @@
</developers>

<scm>
<connection>scm:git:https://github.com/cojen/Tupl.git</connection>
<developerConnection>scm:git:ssh://[email protected]:cojen/Tupl.git</developerConnection>
<url>https://github.com/cojen/Tupl</url>
<connection>scm:git:https://github.com/cojen/TuplDB.git</connection>
<developerConnection>scm:git:ssh://[email protected]:cojen/TuplDB.git</developerConnection>
<url>https://github.com/cojen/TuplDB</url>
</scm>

<distributionManagement>
Expand All @@ -53,7 +53,7 @@
</distributionManagement>

<issueManagement>
<url>https://github.com/cojen/Tupl/issues</url>
<url>https://github.com/cojen/TuplDB/issues</url>
<system>GitHub Issues</system>
</issueManagement>

Expand Down

0 comments on commit 8937ffc

Please sign in to comment.