Post Release 4.7.0 action. Upgraded version and fixed changelog.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib-accounting-service@155069 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
131aff326f
commit
064eeb74b7
|
@ -1,7 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE xml>
|
<!DOCTYPE xml>
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-1-0" date="${buildDate}">
|
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-2-0" date="${buildDate}">
|
||||||
|
<Change></Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-1-0" date="2017-10-09">
|
||||||
<Change>Added HTTPS support #8758</Change>
|
<Change>Added HTTPS support #8758</Change>
|
||||||
<Change>Added HTTP Redirection support #8758</Change>
|
<Change>Added HTTP Redirection support #8758</Change>
|
||||||
<Change>Added HAProxy discovery support #8758</Change>
|
<Change>Added HAProxy discovery support #8758</Change>
|
||||||
|
|
19
pom.xml
19
pom.xml
|
@ -8,7 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.data.publishing</groupId>
|
<groupId>org.gcube.data.publishing</groupId>
|
||||||
<artifactId>document-store-lib-accounting-service</artifactId>
|
<artifactId>document-store-lib-accounting-service</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
<name>Document Store Accounting Service Connector</name>
|
<name>Document Store Accounting Service Connector</name>
|
||||||
<description>Document Store Connector for Accounting Service </description>
|
<description>Document Store Connector for Accounting Service </description>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
<groupId>org.gcube.data.publishing</groupId>
|
<groupId>org.gcube.data.publishing</groupId>
|
||||||
<artifactId>document-store-lib</artifactId>
|
<artifactId>document-store-lib</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Test Dependency -->
|
<!-- Test Dependency -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
|
@ -108,17 +108,8 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<!--
|
<!-- <executions> <execution> <id>servicearchive</id> <phase>install</phase>
|
||||||
<executions>
|
<goals> <goal>single</goal> </goals> </execution> </executions> -->
|
||||||
<execution>
|
|
||||||
<id>servicearchive</id>
|
|
||||||
<phase>install</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>single</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
-->
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Reference in New Issue