summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2006-08-30 14:50:23 +0000
committerBrian S. O'Neill <bronee@gmail.com>2006-08-30 14:50:23 +0000
commit8bbe21b7368ee66599c48aa421678a40c8558b6c (patch)
treef07073b2c252f38e237b816ccb07c9fce29bd028 /pom.xml
parent86514754acf1ee9096a602edd7f7e104921c77b6 (diff)
Fix group and artifact
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b0aa812..6f21e92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>