Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michael Ritter
chronopolis-core
Commits
b3ee0719
Commit
b3ee0719
authored
Jun 09, 2015
by
Michael Ritter
Browse files
Prepare release of 1.0.0
parent
e652a555
Changes
12
Hide whitespace changes
Inline
Side-by-side
amqp-core/pom.xml
View file @
b3ee0719
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<packaging>
jar
</packaging>
...
...
chron-db/pom.xml
View file @
b3ee0719
...
...
@@ -6,11 +6,11 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chron-db
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<dependencies>
...
...
common/pom.xml
View file @
b3ee0719
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chron-common
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<name>
Common
</name>
<url>
http://maven.apache.org
</url>
<properties>
...
...
duracloud-backend/pom.xml
View file @
b3ee0719
...
...
@@ -7,12 +7,12 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
duracloud-backend
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<dependencies>
<dependency>
...
...
duracloud-intake/pom.xml
View file @
b3ee0719
...
...
@@ -7,12 +7,12 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
duracloud-intake
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<build>
<plugins>
...
...
ingest-rest/pom.xml
View file @
b3ee0719
...
...
@@ -7,12 +7,12 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
ingest-rest
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<build>
<plugins>
...
...
ingest-shell/pom.xml
View file @
b3ee0719
...
...
@@ -5,11 +5,11 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
ingest-shell
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<packaging>
jar
</packaging>
<name>
Ingest Shell
</name>
<url>
http://maven.apache.org
</url>
...
...
intake-shell/pom.xml
View file @
b3ee0719
...
...
@@ -5,11 +5,11 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
intake-shell
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<packaging>
jar
</packaging>
<name>
Intake Shell
</name>
<url>
https://chron-git.umiacs.umd.edu/chron-core/
</url>
...
...
messaging/pom.xml
View file @
b3ee0719
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<packaging>
jar
</packaging>
...
...
pom.xml
View file @
b3ee0719
...
...
@@ -11,7 +11,7 @@
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<packaging>
pom
</packaging>
<name>
Core Chronopolis
</name>
...
...
replication-shell/pom.xml
View file @
b3ee0719
...
...
@@ -5,10 +5,10 @@
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<artifactId>
replication-shell
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<name>
Replication Shell
</name>
<url>
http://maven.apache.org
</url>
<properties>
...
...
rest-common/pom.xml
View file @
b3ee0719
...
...
@@ -6,12 +6,12 @@
<groupId>
org.chronopolis
</groupId>
<artifactId>
rest-common
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
<parent>
<groupId>
org.chronopolis
</groupId>
<artifactId>
chronopolis
</artifactId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
RELEASE
</version>
</parent>
<dependencies>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment