Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 3c96e94

Browse files
committed
Progress: #45
1 parent c78c471 commit 3c96e94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6
-252
lines changed

rc5/pom.xml renamed to api-java/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010

11-
<artifactId>rest-api-rc5</artifactId>
12-
<description>Tango REST API RC5 Java reference</description>
11+
<artifactId>rest-api</artifactId>
12+
<description>Tango REST API Java reference </description>
1313

1414
<properties>
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -18,7 +18,7 @@
1818
<distributionManagement>
1919
<repository>
2020
<id>bintray-tango-controls</id>
21-
<url>https://api.bintray.com/maven/tango-controls/rest/rest-api-rc5/;publish=1</url>
21+
<url>https://api.bintray.com/maven/tango-controls/rest/rest-api/;publish=1</url>
2222
</repository>
2323
</distributionManagement>
2424

@@ -73,5 +73,7 @@
7373
</dependency>
7474
</dependencies>
7575

76+
7677

78+
7779
</project>

0 commit comments

Comments
 (0)