Skip to content

Commit 78c3196

Browse files
Merge pull request #120 from kinde-oss/v2.1.1
chore(release): bump version to 2.1.1
2 parents 17a613b + dee081b commit 78c3196

File tree

15 files changed

+11466
-115
lines changed

15 files changed

+11466
-115
lines changed

kinde-core/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.kinde</groupId>
77
<artifactId>kinde-parent-pom</artifactId>
8-
<version>2.0.1</version>
8+
<version>2.1.0</version>
99
</parent>
1010

1111
<artifactId>kinde-core</artifactId>
1212
<packaging>jar</packaging>
13-
<version>2.0.1</version>
13+
<version>2.1.0</version>
1414
<name>kinde-core</name>
1515
<url>http://maven.apache.org</url>
1616

@@ -140,10 +140,6 @@
140140
<parallel>none</parallel>
141141
</configuration>
142142
</plugin>
143-
<plugin>
144-
<groupId>org.sonatype.plugins</groupId>
145-
<artifactId>nexus-staging-maven-plugin</artifactId>
146-
</plugin>
147143
</plugins>
148144
</build>
149145
</project>

kinde-j2ee/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>com.kinde</groupId>
77
<artifactId>kinde-parent-pom</artifactId>
8-
<version>2.0.1</version>
8+
<version>2.1.0</version>
99
</parent>
1010

1111

1212
<groupId>com.kinde</groupId>
1313
<artifactId>kinde-j2ee</artifactId>
1414
<packaging>jar</packaging>
15-
<version>2.0.1</version>
15+
<version>2.1.0</version>
1616
<name>j2ee</name>
1717
<url>http://maven.apache.org</url>
1818

@@ -76,10 +76,7 @@
7676

7777
<build>
7878
<plugins>
79-
<plugin>
80-
<groupId>org.sonatype.plugins</groupId>
81-
<artifactId>nexus-staging-maven-plugin</artifactId>
82-
</plugin>
79+
<!-- Remove nexus-staging-maven-plugin if present -->
8380
</plugins>
8481
</build>
8582
</project>

0 commit comments

Comments
 (0)