diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2006-08-30 14:50:23 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2006-08-30 14:50:23 +0000 |
commit | 8bbe21b7368ee66599c48aa421678a40c8558b6c (patch) | |
tree | f07073b2c252f38e237b816ccb07c9fce29bd028 /pom.xml | |
parent | 86514754acf1ee9096a602edd7f7e104921c77b6 (diff) |
Fix group and artifact
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?>
<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>
- <groupId>carbonado</groupId>
- <artifactId>carbonado</artifactId>
+ <groupId>com.amazon.carbonado</groupId>
+ <artifactId>carbonado-core</artifactId>
<packaging>jar</packaging>
<name>Carbonado</name>
- <version>1.1</version>
+ <version>1.1-SNAPSHOT</version>
<description>
Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology.
</description>
|