Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
ce561f53
Commit
ce561f53
authored
May 24, 2018
by
Michael Ritter
Browse files
Bump 1.13-RELEASE
parent
ad392fa7
Changes
11
Hide whitespace changes
Inline
Side-by-side
ace-am/pom.xml
View file @
ce561f53
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
ace-am
</artifactId>
...
...
@@ -243,7 +243,7 @@
<dependency>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-ims-ws
</artifactId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
<type>
jar
</type>
</dependency>
<dependency>
...
...
ace-common/pom.xml
View file @
ce561f53
...
...
@@ -4,9 +4,8 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
</parent>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-common
</artifactId>
<name>
ace-common
</name>
<packaging>
jar
</packaging>
...
...
ace-dist/pom.xml
View file @
ce561f53
...
...
@@ -4,9 +4,8 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
</parent>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-dist
</artifactId>
<name>
ace-dist
</name>
<url>
http://adapt.umiacs.umd.edu/ace
</url>
...
...
ace-ims-api/pom.xml
View file @
ce561f53
...
...
@@ -4,10 +4,9 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-ims-api
</artifactId>
<name>
ace-ims-api
</name>
<packaging>
jar
</packaging>
...
...
ace-ims-ear/pom.xml
View file @
ce561f53
...
...
@@ -5,11 +5,10 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
</parent>
<packaging>
ear
</packaging>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-ims-ear
</artifactId>
<name>
ace-ims-ear
</name>
<url>
http://maven.apache.org
</url>
...
...
ace-ims-ejb/pom.xml
View file @
ce561f53
...
...
@@ -4,9 +4,8 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
</parent>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-ims-ejb
</artifactId>
<name>
ace-ims-ejb
</name>
<packaging>
ejb
</packaging>
...
...
ace-ims-server/pom.xml
View file @
ce561f53
...
...
@@ -4,9 +4,8 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
</parent>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-ims-server
</artifactId>
<name>
ace-ims-server
</name>
<url>
http://maven.apache.org
</url>
...
...
ace-ims-war/pom.xml
View file @
ce561f53
...
...
@@ -4,9 +4,8 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
</parent>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-ims-war
</artifactId>
<name>
ace-ims-war
</name>
<packaging>
war
</packaging>
...
...
ace-ims-ws/pom.xml
View file @
ce561f53
...
...
@@ -5,9 +5,8 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
</parent>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace-ims-ws
</artifactId>
<name>
ace-ims-ws
</name>
<url>
http://maven.apache.org
</url>
...
...
audit-core/pom.xml
View file @
ce561f53
...
...
@@ -4,9 +4,8 @@
<parent>
<artifactId>
ace
</artifactId>
<groupId>
edu.umiacs.ace
</groupId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
</parent>
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
audit-core
</artifactId>
<name>
Core audit queue
</name>
<url>
http://maven.apache.org
</url>
...
...
pom.xml
View file @
ce561f53
...
...
@@ -4,7 +4,7 @@
<groupId>
edu.umiacs.ace
</groupId>
<artifactId>
ace
</artifactId>
<version>
1.13-
SNAPSHOT
</version>
<version>
1.13-
RELEASE
</version>
<packaging>
pom
</packaging>
<scm>
<connection>
scm:svn:https://subversion.umiacs.umd.edu/ace/tags/ace-1.9
</connection>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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