Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SANE (Public)
drasyl
Commits
d942e22e
Commit
d942e22e
authored
Jul 14, 2020
by
roebert
👻
Browse files
[maven-release-plugin] prepare release 0.1.1
parent
cdac7719
Pipeline
#34302
passed with stages
in 8 minutes and 4 seconds
Changes
6
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
drasyl-cli/pom.xml
View file @
d942e22e
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.drasyl
</groupId>
<version>
0.1.1
-SNAPSHOT
</version>
<version>
0.1.1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
drasyl-core/pom.xml
View file @
d942e22e
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.drasyl
</groupId>
<version>
0.1.1
-SNAPSHOT
</version>
<version>
0.1.1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
drasyl-examples/pom.xml
View file @
d942e22e
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.drasyl
</groupId>
<version>
0.1.1
-SNAPSHOT
</version>
<version>
0.1.1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -63,7 +63,7 @@
<dependency>
<groupId>
org.drasyl
</groupId>
<artifactId>
drasyl-core
</artifactId>
<version>
0.1.1
-SNAPSHOT
</version>
<version>
0.1.1
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
...
...
drasyl-integration-tests/pom.xml
View file @
d942e22e
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.drasyl
</groupId>
<version>
0.1.1
-SNAPSHOT
</version>
<version>
0.1.1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
drasyl-performance-tests/pom.xml
View file @
d942e22e
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.drasyl
</groupId>
<version>
0.1.1
-SNAPSHOT
</version>
<version>
0.1.1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -51,7 +51,7 @@
<dependency>
<groupId>
org.drasyl
</groupId>
<artifactId>
drasyl-core
</artifactId>
<version>
0.1.1
-SNAPSHOT
</version>
<version>
0.1.1
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
pom.xml
View file @
d942e22e
...
...
@@ -18,14 +18,13 @@
~ along with drasyl. If not, see <http://www.gnu.org/licenses />.
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.drasyl
</groupId>
<artifactId>
parent
</artifactId>
<packaging>
pom
</packaging>
<version>
0.1.1
-SNAPSHOT
</version>
<version>
0.1.1
</version>
<dependencyManagement>
<dependencies>
<!-- Mockito -->
...
...
@@ -221,7 +220,7 @@
<scm>
<connection>
scm:git:git://git@git.informatik.uni-hamburg.de/sane-public/drasyl.git
</connection>
<developerConnection>
scm:git:ssh://git@git.informatik.uni-hamburg.de/sane-public/drasyl.git
</developerConnection>
<tag>
HEAD
</tag>
<tag>
0.1.1
</tag>
</scm>
<modules>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment