Skip to content

Commit

Permalink
v2021.1.vamdc
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrixon committed Mar 16, 2021
1 parent a8e4828 commit 5770870
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>astrogrid-registry-base</artifactId>
<groupId>org.astrogrid</groupId>
<version>2018.5.1vamdc</version>
<version>2021.1.vamdc</version>
</parent>

<description>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>astrogrid-registry-base</artifactId>
<groupId>org.astrogrid</groupId>
<version>2018.5.1vamdc</version>
<version>2021.1.vamdc</version>
</parent>

<description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.astrogrid</groupId>
<artifactId>astrogrid-registry-base</artifactId>
<packaging>pom</packaging>
<version>2018.5.1vamdc</version>
<version>2021.1.vamdc</version>
<name>Astrogrid Registry</name>
<description>The Registry modules</description>
<modules>
Expand Down Expand Up @@ -111,4 +111,4 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>
</project>
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>astrogrid-registry-base</artifactId>
<groupId>org.astrogrid</groupId>
<version>2018.5.1vamdc</version>
<version>2021.1.vamdc</version>
</parent>
<name>AstroGrid registry server</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>astrogrid-registry-base</artifactId>
<groupId>org.astrogrid</groupId>
<version>2018.5.1vamdc</version>
<version>2021.1.vamdc</version>
</parent>
<description>The deployable registry web application</description>
<build>
Expand Down
4 changes: 2 additions & 2 deletions xmldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.astrogrid</groupId>
<artifactId>astrogrid-registry-base</artifactId>
<version>2018.5.1vamdc</version>
<version>2021.1.vamdc</version>
</parent>

<packaging>jar</packaging>
Expand Down Expand Up @@ -98,4 +98,4 @@

</dependencies>

</project>
</project>

0 comments on commit 5770870

Please sign in to comment.