Skip to content

Commit

Permalink
Merge pull request #38 from jorizci/T2D-184-3-name-change
Browse files Browse the repository at this point in the history
Change artifact id of submodules
  • Loading branch information
jorizci authored Jun 7, 2018
2 parents 9e814b4 + 2150333 commit d7f272b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion accession-commons-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>accessioning-commons-core</artifactId>
<artifactId>accession-commons-core</artifactId>
<version>0.4-SNAPSHOT</version>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions accession-commons-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>accessioning-commons-jpa</artifactId>
<artifactId>accession-commons-jpa</artifactId>
<version>0.4-SNAPSHOT</version>
<packaging>jar</packaging>

Expand All @@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accessioning-commons-core</artifactId>
<artifactId>accession-commons-core</artifactId>
<version>0.4-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions accession-commons-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>accessioning-commons-mongodb</artifactId>
<artifactId>accession-commons-mongodb</artifactId>
<version>0.4-SNAPSHOT</version>
<packaging>jar</packaging>

Expand All @@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accessioning-commons-core</artifactId>
<artifactId>accession-commons-core</artifactId>
<version>0.4-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions accession-commons-monotonic-generator-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>accessioning-commons-monotonic-generator-jpa</artifactId>
<artifactId>accession-commons-monotonic-generator-jpa</artifactId>
<version>0.4-SNAPSHOT</version>
<packaging>jar</packaging>

Expand All @@ -19,12 +19,12 @@
<dependencies>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accessioning-commons-core</artifactId>
<artifactId>accession-commons-core</artifactId>
<version>0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>uk.ac.ebi.ampt2d</groupId>
<artifactId>accessioning-commons-jpa</artifactId>
<artifactId>accession-commons-jpa</artifactId>
<version>0.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit d7f272b

Please sign in to comment.