Skip to content

Commit 8a1431e

Browse files
Merge pull request #1208 from gooddata/release/revert-version
Revert to orginal SNAPSHOT version after the unsuccessful release
2 parents c453637 + 3bdbf7a commit 8a1431e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

gooddata-java-model/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>gooddata-java-parent</artifactId>
99
<groupId>com.gooddata</groupId>
10-
<version>3.11.3+api3</version>
10+
<version>3.11.2+api3-SNAPSHOT</version>
1111
</parent>
1212

1313
<dependencies>
@@ -103,4 +103,4 @@
103103
</plugins>
104104
</build>
105105

106-
</project>
106+
</project>

gooddata-java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>gooddata-java-parent</artifactId>
99
<groupId>com.gooddata</groupId>
10-
<version>3.11.3+api3</version>
10+
<version>3.11.2+api3-SNAPSHOT</version>
1111
</parent>
1212

1313
<dependencies>
@@ -165,4 +165,4 @@
165165
</plugins>
166166
</build>
167167

168-
</project>
168+
</project>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<artifactId>gooddata-java-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>3.11.3+api3</version>
7+
<version>3.11.2+api3-SNAPSHOT</version>
88
<name>${project.artifactId}</name>
99
<description>GoodData Java SDK</description>
1010
<url>https://github.com/gooddata/gooddata-java</url>
@@ -26,7 +26,7 @@
2626
<url>[email protected]:gooddata/gooddata-java.git</url>
2727
<connection>scm:git:[email protected]:gooddata/gooddata-java.git</connection>
2828
<developerConnection>scm:git:[email protected]:gooddata/gooddata-java.git</developerConnection>
29-
<tag>gooddata-java-parent-3.11.3+api3</tag>
29+
<tag>HEAD</tag>
3030
</scm>
3131

3232
<developers>

0 commit comments

Comments
 (0)